mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add Deno extension
This commit is contained in:
parent
16df798d47
commit
0bffe6f5c9
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,16 @@
|
|||
ms-python.python
|
||||
ms-vscode.cpptools
|
||||
ms-azuretools.vscode-docker
|
||||
|
||||
(vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-deno";
|
||||
publisher = "denoland";
|
||||
version = "2.3.3";
|
||||
sha256 = "1sirni7hamwp0dld5l8qw7jfrjxf3pvsmjrx14zvg2bwwrv4p0m6";
|
||||
};
|
||||
})
|
||||
|
||||
];
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue