Skip to content

Commit

Permalink
Activate extension if workspace has mspythonconfig (microsoft#10906)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Apr 14, 2020
1 parent 1dc3374 commit deaeb45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -87,7 +87,8 @@
"onCommand:python.datascience.selectJupyterInterpreter",
"onCommand:python.datascience.selectjupytercommandline",
"onCommand:python.enableSourceMapSupport",
"onCustomEditor:NativeEditorProvider.ipynb"
"onCustomEditor:NativeEditorProvider.ipynb",
"workspaceContains:**/mspythonconfig.json"
],
"main": "./out/client/extension",
"contributes": {
Expand Down

0 comments on commit deaeb45

Please sign in to comment.