Skip to content

Commit fe84949

Browse files
committed
Add ms-python.vscode-python-envs
1 parent b50ca96 commit fe84949

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

extensions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,9 @@
918918
"pythonVersion": "3.9",
919919
"timeout": 30
920920
},
921+
"ms-python.vscode-python-envs": {
922+
"repository": "https://github.com/microsoft/vscode-python-environments"
923+
},
921924
"MS-SarifVSCode.sarif-viewer": {
922925
"repository": "https://github.com/Microsoft/sarif-vscode-extension"
923926
},
@@ -1079,7 +1082,9 @@
10791082
"ms-vscode.webshell": {
10801083
"repository": "https://github.com/microsoft/vscode-wasm.git",
10811084
"location": "webshell",
1082-
"custom": ["npm i && cd webshell && vsce package -o extension.vsix"]
1085+
"custom": [
1086+
"npm i && cd webshell && vsce package -o extension.vsix"
1087+
]
10831088
},
10841089
"msjsdiag.debugger-for-edge": {
10851090
"repository": "https://github.com/Microsoft/vscode-edge-debug2"

0 commit comments

Comments
 (0)