52 lines
4.9 KiB
Diff
52 lines
4.9 KiB
Diff
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -28,6 +28,49 @@
|
|
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
|
"urlProtocol": "code-oss",
|
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/",
|
|
+ "quality": "stable",
|
|
+ "extensionsGallery": {
|
|
+ "nlsBaseUrl": "https://www.vscode-unpkg.net/_nls/",
|
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
|
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
+ "itemUrl": "https://marketplace.visualstudio.com/items",
|
|
+ "publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
|
+ "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
|
+ "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json",
|
|
+ "recommendationsUrl": "https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"
|
|
+ },
|
|
+ "extensionEnabledApiProposals": {
|
|
+ "ms-vscode.vscode-selfhost-test-provider": ["testObserver"],
|
|
+ "VisualStudioExptTeam.vscodeintellicode-completions": ["inlineCompletionsNew", "inlineCompletionsAdditions"],
|
|
+ "ms-vsliveshare.vsliveshare": ["contribMenuBarHome", "diffCommand", "documentFiltersExclusive", "fileSearchProvider", "findTextInFiles", "notebookCellExecutionState", "notebookContentProvider", "notebookEditor", "notebookEditorEdit", "notebookLiveShare", "notebookWorkspaceEdit", "terminalDimensions", "terminalDataWriteEvent", "textSearchProvider"],
|
|
+ "ms-vscode.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
|
|
+ "ms-toolsai.vscode-ai-remote": ["resolvers", "notebookEditor"],
|
|
+ "ms-python.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
|
|
+ "ms-dotnettools.dotnet-interactive-vscode": ["notebookCellExecutionState", "notebookControllerKind", "notebookDebugOptions", "notebookEditor", "notebookEditorEdit", "notebookLiveShare", "notebookMessaging", "notebookMime", "notebookWorkspaceEdit"],
|
|
+ "GitHub.codespaces": ["contribMenuBarHome", "contribRemoteHelp", "contribViewsRemote", "notebookEditor", "resolvers", "terminalDataWriteEvent", "treeViewReveal"],
|
|
+ "ms-vscode.azure-repos": ["extensionRuntime", "fileSearchProvider", "textSearchProvider"],
|
|
+ "ms-vscode.remote-repositories": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
|
|
+ "tanhakabir.rest-book": ["notebookEditor"],
|
|
+ "ms-vscode.remote-server": ["resolvers"],
|
|
+ "ms-vscode-remote.remote-wsl": ["resolvers", "contribViewsRemote", "telemetry"],
|
|
+ "ms-vscode-remote.remote-ssh": ["resolvers", "terminalDataWriteEvent", "contribViewsRemote", "telemetry"],
|
|
+ "ms-vscode-remote.remote-containers": ["resolvers", "workspaceTrust", "terminalDimensions", "contribViewsRemote"],
|
|
+ "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
|
|
+ "ms-vscode.lsif-browser": ["documentFiltersExclusive"],
|
|
+ "GitHub.vscode-pull-request-github": ["tokenInformation", "commentsResolvedState"],
|
|
+ "GitHub.copilot": ["inlineCompletionsNew", "inlineCompletionsAdditions"],
|
|
+ "GitHub.copilot-nightly": ["inlineCompletionsNew", "inlineCompletionsAdditions"],
|
|
+ "GitHub.remotehub": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
|
|
+ "GitHub.remotehub-insiders": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
|
|
+ "ms-python.gather": ["notebookEditor", "notebookCellExecutionState"],
|
|
+ "ms-python.vscode-pylance": ["notebookEditor", "notebookCellExecutionState"],
|
|
+ "ms-toolsai.jupyter": ["notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookEditorDecorationType", "notebookWorkspaceEdit", "notebookMessaging", "notebookMime", "notebookCellExecutionState", "portsAttributes", "quickPickSortByLabel"],
|
|
+ "ms-toolsai.vscode-jupyter-powertoys": ["notebookEditor", "notebookEditorEdit", "notebookWorkspaceEdit"],
|
|
+ "dbaeumer.vscode-eslint": ["notebookEditor", "notebookCellExecutionState"],
|
|
+ "ms-vscode.azure-sphere-tools-ui": ["resolvers"],
|
|
+ "ms-azuretools.vscode-azureappservice": ["terminalDataWriteEvent"],
|
|
+ "ms-vscode.anycode": ["extensionsAny"]
|
|
+ },
|
|
"builtInExtensions": [
|
|
{
|
|
"name": "ms-vscode.js-debug-companion",
|