Merge branch 'update-extensions'

This commit is contained in:
Smaug123
2022-02-20 10:23:04 +00:00
2 changed files with 116 additions and 115 deletions

View File

@@ -111,7 +111,7 @@ type NixFile =
let specificVersions =
post.TrimEnd([| '\n' ; ']'|]).Split "}"
|> Array.choose (fun contents ->
match contents.Trim([|'\n'|]).Split "\n" |> List.ofArray with
match contents.Trim([|'\n' ; ' '|]).Split "\n" |> List.ofArray with
| "{" :: rest ->
Some (Extension.Parse rest)
| [] ->

View File

@@ -1,6 +1,6 @@
{pkgs}:
with pkgs.vscode-extensions; [
with pkgs.vscode-extensions;
[
bbenoist.nix
haskell.haskell
yzhang.markdown-all-in-one
@@ -8,23 +8,24 @@ with pkgs.vscode-extensions; [
vscodevim.vim
# Not supported on Darwin, apparently
# ms-dotnettools.csharp
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "remote-containers";
publisher = "ms-vscode-remote";
version = "0.218.0";
version = "0.222.0";
sha256 = "4Li0sYfHOsJMn5FJtvDTGKoGPcRmoosD9tZ7q9H9DfQ=";
}
{
name = "remote-ssh";
publisher = "ms-vscode-remote";
version = "0.73.2022020215";
version = "0.75.2022021903";
sha256 = "hTRfoUHKrIOSV8eZ/62ewaII5291huXjOZ++dRUmKoI=";
}
{
name = "vscode-docker";
publisher = "ms-azuretools";
version = "1.18.0";
version = "1.19.0";
sha256 = "UPUfTOc5xJhI5ACm2oyWqtZ4zNxZjy16D6Mf30eHFEI=";
}
{
@@ -36,7 +37,7 @@ with pkgs.vscode-extensions; [
{
name = "rust-analyzer";
publisher = "matklad";
version = "0.3.904";
version = "0.3.939";
sha256 = "t5CCUdFCiSYrMsBHG5eOfg3sXMacFWiR0hmVa7S1i8Y=";
}
{
@@ -60,7 +61,7 @@ with pkgs.vscode-extensions; [
{
name = "lean";
publisher = "jroesch";
version = "0.16.44";
version = "0.16.46";
sha256 = "hjflz5JHVr1YWq6QI9DpdNPY1uL7lAuQTMAdwCtLEfY=";
}
{
@@ -78,13 +79,13 @@ with pkgs.vscode-extensions; [
{
name = "dotnet-interactive-vscode";
publisher = "ms-dotnettools";
version = "1.0.2606011";
version = "1.0.3103011";
sha256 = "a3u9NKsqHZKhZkKqJqo+LgJFTL2yhehBepTOFOXE+jY=";
}
{
name = "python";
publisher = "ms-python";
version = "2021.12.1559732655";
version = "2022.0.1814523869";
sha256 = "hXTVZ7gbu234zyAg0ZrZPUo6oULB98apxe79U2yQHD4=";
}
{