Skip to content

Commit deaeb45

Browse files
authored
Activate extension if workspace has mspythonconfig (#10906)
1 parent 1dc3374 commit deaeb45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"onCommand:python.datascience.selectJupyterInterpreter",
8888
"onCommand:python.datascience.selectjupytercommandline",
8989
"onCommand:python.enableSourceMapSupport",
90-
"onCustomEditor:NativeEditorProvider.ipynb"
90+
"onCustomEditor:NativeEditorProvider.ipynb",
91+
"workspaceContains:**/mspythonconfig.json"
9192
],
9293
"main": "./out/client/extension",
9394
"contributes": {

0 commit comments

Comments
 (0)