forked from openkylin/kylin-code
打开Python和jupyter相关插件对api proposal支持.
This commit is contained in:
parent
7e1f1faeb7
commit
fc5bfc9af4
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue