Skip to content

Commit 697c7d5

Browse files
committed
Prefer running the built-in python extension on the UI side (fixes microsoft#88837)
1 parent d64713e commit 697c7d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/python/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"engines": { "vscode": "*" },
99
"activationEvents": ["onLanguage:python"],
1010
"main": "./out/pythonMain",
11+
"extensionKind": [ "ui", "workspace" ],
1112
"contributes": {
1213
"languages": [{
1314
"id": "python",

0 commit comments

Comments
 (0)