打开Python和jupyter相关插件对api proposal支持.

This commit is contained in:
wangpenglong 2023-11-08 16:41:14 +08:00 committed by chriswang521
parent 7e1f1faeb7
commit fc5bfc9af4
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
"extensionEnabledApiProposals": { "extensionEnabledApiProposals": {
"KylinIDETeam.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"], "KylinIDETeam.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
"KylinIDETeam.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"], "KylinIDETeam.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
"ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"] "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
"ms-python.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
"ms-toolsai.jupyter": ["notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookWorkspaceEdit", "notebookMessaging", "notebookMime", "notebookCellExecutionState", "portsAttributes", "quickPickSortByLabel", "notebookEditorDecorationType"],
"ms-toolsai.vscode-jupyter-powertoys": ["notebookEditor", "notebookEditorEdit", "notebookWorkspaceEdit"]
}, },
"builtInExtensions": [ "builtInExtensions": [
{ {