Add python extension
This commit is contained in:
parent
9dfa05405b
commit
04a4ed3a72
1 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ in
|
||||||
(unstable.vscode-with-extensions.override {
|
(unstable.vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
|
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
|
||||||
++ vscode-utils.extensionsFromVscodeMarketplace [
|
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
publisher = "ms-python";
|
||||||
|
name = "python";
|
||||||
|
version = "2019.10.41019";
|
||||||
|
sha256 = "0szikd76vy8mgv8zc0m90rx1jrnwwphx5bb8928drln65xwbzs1q";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
publisher = "justusadam";
|
publisher = "justusadam";
|
||||||
name = "language-haskell";
|
name = "language-haskell";
|
||||||
|
|
Loading…
Reference in a new issue