añade extensión de python a vscode
This commit is contained in:
parent
5896506374
commit
dde6cb493a
|
@ -35,6 +35,7 @@ with lib;
|
|||
christian-kohler.path-intellisense
|
||||
sukumo28.wav-preview
|
||||
oderwat.indent-rainbow
|
||||
ms-python.python
|
||||
]);
|
||||
userSettings = {
|
||||
"files.autoSave" = "onFocusChange";
|
||||
|
|
|
@ -190,5 +190,14 @@
|
|||
sha256 = "sha256-dOicya0B2sriTcDSdCyhtp0Mcx5b6TUaFKVb0YU3jUc=";
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.python = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ms-python";
|
||||
name = "python";
|
||||
version = "2022.19.13141010";
|
||||
sha256 = "sha256-8LbjpXLAAwK/oEPwpX+N1sWkSFNzQfWAkaBEQr49SQk=";
|
||||
};
|
||||
};
|
||||
# para obtener el sha: lib.fakeSha256
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue