workbench.action.openSettings
chat.commandCenter.enabled: false deno.enable: false editor.renderWhitespace: all
This commit is contained in:
@ -39,20 +39,27 @@
|
||||
"webUrl": "https://insiders.vscode.dev",
|
||||
"webEndpointUrl": "https://main.vscode-cdn.net",
|
||||
"webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
|
||||
"nlsCoreBaseUrl": "https://www.vscode-unpkg.net/nls/",
|
||||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
||||
"quality": "insider",
|
||||
"extensionsGallery": {
|
||||
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||
"searchUrl": "https://marketplace.visualstudio.com/_apis/public/gallery/searchrelevancy/extensionquery",
|
||||
"servicePPEUrl": "https://marketplace.vsallin.net/_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"
|
||||
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
|
||||
},
|
||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
||||
"profileTemplatesUrl": "https://main.vscode-cdn.net/core/profile-templates.json",
|
||||
"emergencyAlertUrl": "https://main.vscode-cdn.net/core/insiders.json",
|
||||
"extensionPublisherOrgs": [
|
||||
"microsoft"
|
||||
],
|
||||
"trustedExtensionPublishers": [
|
||||
"microsoft",
|
||||
"github"
|
||||
],
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
@ -134,7 +141,8 @@
|
||||
"pathGlob": "{**/*.java}",
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -143,7 +151,8 @@
|
||||
],
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -165,6 +174,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-toolsai.prompty": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.prompty}",
|
||||
"important": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.cpptools-extension-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -348,13 +365,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.vscode-typescript-tslint-plugin": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/tslint.json}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bmewburn.vscode-intelephense-client": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -404,13 +414,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"felipecaputo.git-project-manager": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/.gitignore,**/.git}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"eamodio.gitlens": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -530,13 +533,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/skaffold.yaml}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Oracle.oracledevtools": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -551,7 +547,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"Pivotal.vscode-boot-dev-pack": {
|
||||
"vmware.vscode-boot-dev-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/application.properties}"
|
||||
@ -561,10 +557,12 @@
|
||||
"GitHub.copilot": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
|
||||
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.py,**/*.go,**/*.rb,**/*.html,**/*.css,**/*.php,**/*.cpp,**/*.vue,**/*.c,**/*.sql,**/*.java,**/*.cs,**/*.rs,**/*.dart,**/*.ps,**/*.ps1,**/*.tex}"
|
||||
}
|
||||
],
|
||||
"onSettingsEditorOpen": {}
|
||||
"onSettingsEditorOpen": {
|
||||
"descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter."
|
||||
}
|
||||
},
|
||||
"GitHub.vscode-github-actions": {
|
||||
"onFileOpen": [
|
||||
@ -580,6 +578,14 @@
|
||||
"pathGlob": "{**/.circleci/config.yml}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Redis.redis-for-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"keymapExtensionTips": [
|
||||
@ -644,10 +650,11 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
},
|
||||
"Pivotal.vscode-boot-dev-pack": {
|
||||
"vmware.vscode-boot-dev-pack": {
|
||||
"name": "Spring Boot Extension Pack",
|
||||
"isExtensionPack": true
|
||||
}
|
||||
@ -662,7 +669,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -805,8 +813,11 @@
|
||||
"friendlyName": "Azure CLI",
|
||||
"windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
|
||||
"recommendations": {
|
||||
"ms-vscode.azurecli": {
|
||||
"name": "Azure CLI Tools"
|
||||
"ms-vscode.vscode-node-azure-pack": {
|
||||
"name": "Azure Tools"
|
||||
},
|
||||
"ms-azuretools.vscode-azure-github-copilot": {
|
||||
"name": "GitHub Copilot for Azure"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -814,11 +825,11 @@
|
||||
"friendlyName": "Azure Dev CLI",
|
||||
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe",
|
||||
"recommendations": {
|
||||
"ms-azuretools.azure-dev": {
|
||||
"name": "Azure Developer CLI"
|
||||
"ms-vscode.vscode-node-azure-pack": {
|
||||
"name": "Azure Tools"
|
||||
},
|
||||
"ms-azuretools.vscode-azureresourcegroups": {
|
||||
"name": "Azure Resources"
|
||||
"ms-azuretools.vscode-azure-github-copilot": {
|
||||
"name": "GitHub Copilot for Azure"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -826,11 +837,11 @@
|
||||
"friendlyName": "Azure Dev CLI",
|
||||
"windowsPath": "%ProgramFiles%\\Azure Dev CLI\\azd.exe",
|
||||
"recommendations": {
|
||||
"ms-azuretools.azure-dev": {
|
||||
"name": "Azure Developer CLI"
|
||||
"ms-vscode.vscode-node-azure-pack": {
|
||||
"name": "Azure Tools"
|
||||
},
|
||||
"ms-azuretools.vscode-azureresourcegroups": {
|
||||
"name": "Azure Resources"
|
||||
"ms-azuretools.vscode-azure-github-copilot": {
|
||||
"name": "GitHub Copilot for Azure"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -846,6 +857,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"stripe": {
|
||||
"friendlyName": "Stripe CLI",
|
||||
"windowsPath": "%USERPROFILE%\\scoop\\shims\\stripe.exe",
|
||||
"recommendations": {
|
||||
"stripe.vscode-stripe": {
|
||||
"name": "Stripe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mongo": {
|
||||
"friendlyName": "Mongo",
|
||||
"windowsPath": "%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe",
|
||||
@ -855,6 +875,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"mongodb compass": {
|
||||
"friendlyName": "MongoDB Compass",
|
||||
"windowsPath": "%ProgramFiles%\\MongoDB Compass",
|
||||
"recommendations": {
|
||||
"mongodb.mongodb-vscode": {
|
||||
"name": "MongoDB for VS Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mongodb": {
|
||||
"friendlyName": "MongoDB",
|
||||
"windowsPath": "%ProgramFiles%\\MongoDB",
|
||||
"recommendations": {
|
||||
"mongodb.mongodb-vscode": {
|
||||
"name": "MongoDB for VS Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
"serverless": {
|
||||
"friendlyName": "Serverless framework",
|
||||
"windowsPath": "%APPDATA%\\npm\\serverless.cmd",
|
||||
@ -928,9 +966,6 @@
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -944,9 +979,6 @@
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
},
|
||||
"ms-vscode-remote.remote-containers": {
|
||||
"name": "Dev Containers"
|
||||
}
|
||||
@ -1066,7 +1098,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1079,7 +1112,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1182,9 +1216,6 @@
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1197,9 +1228,6 @@
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
},
|
||||
"ms-vscode-remote.remote-containers": {
|
||||
"name": "Dev Containers"
|
||||
}
|
||||
@ -1642,7 +1670,6 @@
|
||||
"companyName": "Microsoft"
|
||||
},
|
||||
"appCenter": {
|
||||
"win32-ia32": "appcenter://code-insiders?aid=54e00ade-f29f-46dc-8747-244de208ba6d",
|
||||
"win32-x64": "appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d",
|
||||
"win32-arm64": "appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213",
|
||||
"linux-x64": "appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a",
|
||||
@ -1683,7 +1710,6 @@
|
||||
"privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
||||
"showTelemetryOptOut": true,
|
||||
"npsSurveyUrl": "https://aka.ms/vscode-nps",
|
||||
"cesSurveyUrl": "https://aka.ms/new-to-vscode-feedback",
|
||||
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
||||
"electronRepository": "Microsoft/vscode-electron-prebuilt",
|
||||
"nodejsRepository": "Microsoft/vscode-node",
|
||||
@ -1722,12 +1748,17 @@
|
||||
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
||||
"languageId": "csharp",
|
||||
"editCount": 10,
|
||||
"userProbability": 0.05
|
||||
"userProbability": 0.1
|
||||
}
|
||||
],
|
||||
"extensionsEnabledWithApiProposalVersion": [
|
||||
"GitHub.copilot-chat",
|
||||
"ms-vscode.vscode-commander"
|
||||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver"
|
||||
"testObserver",
|
||||
"testRelatedCode"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1756,17 +1787,25 @@
|
||||
"resolvers"
|
||||
],
|
||||
"ms-python.python": [
|
||||
"codeActionAI",
|
||||
"contribEditorContentMenu",
|
||||
"quickPickSortByLabel",
|
||||
"portsAttributes",
|
||||
"testObserver",
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"saveEditor"
|
||||
"terminalExecuteCommandEvent",
|
||||
"notebookReplDocument",
|
||||
"notebookVariableProvider",
|
||||
"terminalShellEnv",
|
||||
"terminalShellType"
|
||||
],
|
||||
"ms-python.vscode-python-envs": [
|
||||
"terminalShellEnv",
|
||||
"terminalShellType"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging",
|
||||
"languageConfigurationAutoClosingPairs"
|
||||
"notebookMessaging"
|
||||
],
|
||||
"GitHub.codespaces": [
|
||||
"contribEditSessions",
|
||||
@ -1832,6 +1871,7 @@
|
||||
"ms-vscode-remote.remote-containers": [
|
||||
"contribEditSessions",
|
||||
"resolvers",
|
||||
"portsAttributes",
|
||||
"tunnels",
|
||||
"workspaceTrust",
|
||||
"terminalDimensions",
|
||||
@ -1851,51 +1891,77 @@
|
||||
"speech"
|
||||
],
|
||||
"GitHub.vscode-pull-request-github": [
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"tokenInformation",
|
||||
"contribShareMenu",
|
||||
"fileComments",
|
||||
"contribCommentPeekContext",
|
||||
"activeComment",
|
||||
"codiconDecoration",
|
||||
"diffCommand",
|
||||
"codeActionRanges",
|
||||
"commentingRangeHint",
|
||||
"commentReactor",
|
||||
"commentReveal",
|
||||
"commentThreadApplicability",
|
||||
"contribAccessibilityHelpContent",
|
||||
"contribCommentEditorActionsMenu",
|
||||
"readonlyMessage",
|
||||
"treeViewMarkdownMessage",
|
||||
"contribCommentPeekContext",
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"contribCommentsViewThreadMenus",
|
||||
"contribEditorContentMenu",
|
||||
"contribMultiDiffEditorMenus",
|
||||
"contribShareMenu",
|
||||
"diffCommand",
|
||||
"quickDiffProvider",
|
||||
"shareProvider",
|
||||
"quickDiffProvider"
|
||||
"tabInputTextMerge",
|
||||
"tokenInformation",
|
||||
"treeViewMarkdownMessage"
|
||||
],
|
||||
"GitHub.copilot": [
|
||||
"inlineCompletionsAdditions",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"GitHub.copilot-nightly": [
|
||||
"inlineCompletionsAdditions",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"GitHub.copilot-chat": [
|
||||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider",
|
||||
"chatProvider",
|
||||
"chatVariables",
|
||||
"chatAgents",
|
||||
"chatAgents2",
|
||||
"chatAgents2Additions",
|
||||
"defaultChatAgent",
|
||||
"readonlyMessage",
|
||||
"chatParticipantAdditions",
|
||||
"defaultChatParticipant",
|
||||
"embeddings",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation",
|
||||
"chatEditing",
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"textSearchProvider"
|
||||
"textSearchProvider",
|
||||
"textSearchProvider2",
|
||||
"activeComment",
|
||||
"commentReveal",
|
||||
"contribSourceControlInputBoxMenu",
|
||||
"contribCommentEditorActionsMenu",
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"contribCommentsViewThreadMenus",
|
||||
"newSymbolNamesProvider",
|
||||
"findFiles2",
|
||||
"chatReferenceDiagnostic",
|
||||
"extensionsAny",
|
||||
"authLearnMore",
|
||||
"chatReadonlyPromptReference",
|
||||
"testObserver",
|
||||
"aiTextSearchProvider",
|
||||
"documentFiltersExclusive",
|
||||
"chatParticipantPrivate",
|
||||
"contribDebugCreateConfiguration",
|
||||
"inlineEdit",
|
||||
"inlineCompletionsAdditions",
|
||||
"chatReferenceBinaryData",
|
||||
"languageModelSystem",
|
||||
"languageModelCapabilities"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -1912,13 +1978,16 @@
|
||||
"textSearchProvider",
|
||||
"timeline"
|
||||
],
|
||||
"GitHub.copilot-nes": [
|
||||
"inlineEdit"
|
||||
],
|
||||
"ms-python.gather": [
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.vscode-pylance": [
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.vscode-pylance": [],
|
||||
"ms-python.debugpy": [
|
||||
"contribViewsWelcome",
|
||||
"debugVisualization",
|
||||
"portsAttributes"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
@ -1928,7 +1997,6 @@
|
||||
"notebookDeprecated",
|
||||
"notebookMessaging",
|
||||
"notebookMime",
|
||||
"notebookCellExecutionState",
|
||||
"portsAttributes",
|
||||
"quickPickSortByLabel",
|
||||
"notebookKernelSource",
|
||||
@ -1936,28 +2004,27 @@
|
||||
"notebookControllerAffinityHidden",
|
||||
"contribNotebookStaticPreloads",
|
||||
"quickPickItemTooltip",
|
||||
"notebookExecution"
|
||||
"notebookExecution",
|
||||
"notebookCellExecution",
|
||||
"notebookVariableProvider",
|
||||
"notebookReplDocument"
|
||||
],
|
||||
"dbaeumer.vscode-eslint": [
|
||||
"notebookCellExecutionState"
|
||||
"ms-toolsai.tensorboard": [
|
||||
"portsAttributes"
|
||||
],
|
||||
"dbaeumer.vscode-eslint": [],
|
||||
"ms-vscode.azure-sphere-tools-ui": [
|
||||
"tunnels"
|
||||
],
|
||||
"ms-azuretools.vscode-azureappservice": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"ms-azuretools.vscode-azureresourcegroups": [
|
||||
"authGetSessions"
|
||||
],
|
||||
"ms-vscode.anycode": [
|
||||
"extensionsAny"
|
||||
],
|
||||
"ms-vscode.cpptools": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"redhat.java": [
|
||||
"documentPaste"
|
||||
"terminalDataWriteEvent",
|
||||
"chatParticipantAdditions"
|
||||
],
|
||||
"ms-dotnettools.csdevkit": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1972,12 +2039,25 @@
|
||||
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
||||
"fileSearchProvider",
|
||||
"textSearchProvider"
|
||||
],
|
||||
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||
"chatParticipantAdditions",
|
||||
"languageModelSystem"
|
||||
],
|
||||
"ms-vscode.vscode-copilot-vision": [
|
||||
"chatReferenceBinaryData",
|
||||
"codeActionAI"
|
||||
],
|
||||
"lramos15.model-playground": [
|
||||
"chatProvider"
|
||||
],
|
||||
"ms-autodev.vscode-autodev": [
|
||||
"chatParticipantAdditions"
|
||||
]
|
||||
},
|
||||
"tasConfig": {
|
||||
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
||||
"telemetryEventName": "query-expfeature",
|
||||
"featuresTelemetryPropertyName": "VSCode.ABExp.Features",
|
||||
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
||||
},
|
||||
"extensionKind": {
|
||||
@ -2168,28 +2248,72 @@
|
||||
"https://*.vscode.dev",
|
||||
"https://*.github.dev",
|
||||
"https://gh.io",
|
||||
"https://portal.azure.com"
|
||||
],
|
||||
"trustedExtensionAuthAccess": [
|
||||
"vscode.git",
|
||||
"vscode.github",
|
||||
"ms-vscode.remote-repositories",
|
||||
"github.remotehub",
|
||||
"ms-vscode.azure-repos",
|
||||
"ms-vscode.remote-server",
|
||||
"github.vscode-pull-request-github",
|
||||
"github.codespaces",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-azuretools.vscode-azureresourcegroups",
|
||||
"ms-edu.vscode-learning"
|
||||
"https://portal.azure.com",
|
||||
"https://raw.githubusercontent.com",
|
||||
"https://private-user-images.githubusercontent.com",
|
||||
"https://avatars.githubusercontent.com"
|
||||
],
|
||||
"trustedExtensionAuthAccess": {
|
||||
"github": [
|
||||
"vscode.git",
|
||||
"vscode.github",
|
||||
"github.remotehub",
|
||||
"ms-vscode.remote-server",
|
||||
"github.vscode-pull-request-github",
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot"
|
||||
],
|
||||
"github-enterprise": [
|
||||
"vscode.git",
|
||||
"vscode.github",
|
||||
"github.remotehub",
|
||||
"ms-vscode.remote-server",
|
||||
"github.vscode-pull-request-github",
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot"
|
||||
],
|
||||
"microsoft": [
|
||||
"vscode.git",
|
||||
"ms-vscode.azure-repos",
|
||||
"ms-vscode.remote-server",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot",
|
||||
"ms-azuretools.vscode-azureresourcegroups",
|
||||
"ms-edu.vscode-learning",
|
||||
"ms-toolsai.vscode-ai",
|
||||
"ms-toolsai.vscode-ai-remote"
|
||||
],
|
||||
"microsoft-sovereign-cloud": [
|
||||
"vscode.git",
|
||||
"ms-vscode.azure-repos",
|
||||
"ms-vscode.remote-server",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot",
|
||||
"ms-azuretools.vscode-azureresourcegroups",
|
||||
"ms-edu.vscode-learning",
|
||||
"ms-toolsai.vscode-ai",
|
||||
"ms-toolsai.vscode-ai-remote"
|
||||
],
|
||||
"__GitHub.copilot-chat": [
|
||||
"ms-azuretools.vscode-azure-github-copilot"
|
||||
]
|
||||
},
|
||||
"trustedExtensionProtocolHandlers": [
|
||||
"vscode.git",
|
||||
"vscode.github-authentication",
|
||||
"vscode.microsoft-authentication"
|
||||
],
|
||||
"inheritAuthAccountPreference": {
|
||||
"github.copilot": [
|
||||
"github.copilot-chat"
|
||||
]
|
||||
},
|
||||
"auth": {
|
||||
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
||||
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
||||
@ -2260,6 +2384,13 @@
|
||||
"user:email",
|
||||
"read:org"
|
||||
]
|
||||
},
|
||||
"microsoft": {
|
||||
"scopes": [
|
||||
"46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default",
|
||||
"profile",
|
||||
"openid"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2280,11 +2411,53 @@
|
||||
"files.associations",
|
||||
"workbench.editor.enablePreview"
|
||||
],
|
||||
"aiGeneratedWorkspaceTrust": {
|
||||
"title": "This workspace was generated by GitHub Copilot",
|
||||
"checkboxText": "Trust the contents of all files in this workspace",
|
||||
"trustOption": "Yes, I trust the contents",
|
||||
"dontTrustOption": "No, I don't trust the contents",
|
||||
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
||||
},
|
||||
"defaultChatAgent": {
|
||||
"extensionId": "GitHub.copilot",
|
||||
"chatExtensionId": "GitHub.copilot-chat",
|
||||
"documentationUrl": "https://aka.ms/github-copilot-overview",
|
||||
"termsStatementUrl": "https://aka.ms/github-copilot-terms-statement",
|
||||
"privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement",
|
||||
"skusDocumentationUrl": "https://aka.ms/github-copilot-plans",
|
||||
"publicCodeMatchesUrl": "https://aka.ms/github-copilot-match-public-code",
|
||||
"manageSettingsUrl": "https://aka.ms/github-copilot-settings",
|
||||
"managePlanUrl": "https://aka.ms/github-copilot-manage-plan",
|
||||
"upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
|
||||
"providerId": "github",
|
||||
"providerName": "GitHub",
|
||||
"enterpriseProviderId": "github-enterprise",
|
||||
"enterpriseProviderName": "GHE.com",
|
||||
"providerSetting": "github.copilot.advanced.authProvider",
|
||||
"providerUriSetting": "github-enterprise.uri",
|
||||
"providerScopes": [
|
||||
[
|
||||
"user:email"
|
||||
],
|
||||
[
|
||||
"read:user"
|
||||
],
|
||||
[
|
||||
"read:user",
|
||||
"user:email",
|
||||
"repo",
|
||||
"workflow"
|
||||
]
|
||||
],
|
||||
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
||||
"entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user"
|
||||
},
|
||||
"chatParticipantRegistry": "https://main.vscode-cdn.net/extensions/chat.json",
|
||||
"builtInExtensions": [
|
||||
{
|
||||
"name": "ms-vscode.js-debug-companion",
|
||||
"version": "1.1.2",
|
||||
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
|
||||
"version": "1.1.3",
|
||||
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
||||
"metadata": {
|
||||
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
||||
@ -2299,8 +2472,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.84.0",
|
||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||
"version": "1.97.1",
|
||||
"sha256": "977dd854805547702e312e176f68a1b142fa123f228258f47f0964560ad32496",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2315,8 +2488,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.vscode-js-profile-table",
|
||||
"version": "1.0.3",
|
||||
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
|
||||
"version": "1.0.10",
|
||||
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||
"metadata": {
|
||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||
@ -2328,59 +2501,18 @@
|
||||
},
|
||||
"publisherDisplayName": "Microsoft"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode-remote.remote-wsl-recommender",
|
||||
"version": "0.0.19",
|
||||
"sha256": "926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa",
|
||||
"repo": "https://github.com/microsoft/vscode-remote-wsl-recommender",
|
||||
"metadata": {
|
||||
"id": "cb296d3c-017a-4dee-83af-ebb5a5a16e9a",
|
||||
"publisherId": {
|
||||
"publisherId": "ac9410a2-0d75-40ec-90de-b59bb705801d",
|
||||
"publisherName": "ms-vscode-remote",
|
||||
"displayName": "Microsoft",
|
||||
"flags": "verified"
|
||||
},
|
||||
"publisherDisplayName": "Microsoft"
|
||||
},
|
||||
"platforms": [
|
||||
"win32"
|
||||
],
|
||||
"clientOnly": true
|
||||
}
|
||||
],
|
||||
"aiGeneratedWorkspaceTrust": {
|
||||
"title": "This workspace was generated by GitHub Copilot",
|
||||
"checkboxText": "Trust the contents of all files in this workspace",
|
||||
"trustOption": "Yes, I trust the contents",
|
||||
"dontTrustOption": "No, I don't trust the contents",
|
||||
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
||||
},
|
||||
"gitHubEntitlement": {
|
||||
"providerId": "github",
|
||||
"command": {
|
||||
"title": "Install GitHub Copilot (Paid for by {{org}})",
|
||||
"titleWithoutPlaceHolder": "Install GitHub Copilot",
|
||||
"action": "workbench.extensions.installExtension",
|
||||
"when": "workbench.accounts.experimental.showEntitlements"
|
||||
},
|
||||
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
||||
"extensionId": "github.copilot",
|
||||
"enablementKey": "chat_enabled",
|
||||
"confirmationAction": "Install",
|
||||
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
|
||||
},
|
||||
"commit": "a9d8fbca9ec9a7914f2077a83ca66a08c7e10f83",
|
||||
"date": "2023-11-02T09:02:24.464Z",
|
||||
"commit": "4e6f06d1c7ad67cb14a654cee571518f8ead0ef2",
|
||||
"date": "2025-02-28T09:27:55.071Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+YjAT0E1c7lIptsWGS3Yew",
|
||||
"vs/workbench/workbench.desktop.main.js": "zpnCTtoUdDuo4F0i+tO/mA",
|
||||
"vs/workbench/workbench.desktop.main.css": "M7hVHL/fchc2dcCcOb5peQ",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "jL1WgW8wzL9MAeP77gepkw",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "Cg5Ry8xPTQBp0/MflivowA"
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "U8d89Uj4tZlMyl6vDFe2nU3FfPlY3ftAetFRdBJE+kA",
|
||||
"vs/workbench/workbench.desktop.main.js": "9ZZKEKpYsrW7hJ6bM4Q/Gskns6ERrc02xhFafobxo9o",
|
||||
"vs/workbench/workbench.desktop.main.css": "Gx5gmm3RmoZF151COGa4O/dPhIJlrdHuHu42E31JIHU",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "5WFUw5jZ4spKoSNEWulFM8MRLJgk3tTXfeIGi7OtZiU",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "2AMeg/31q+oxcCubxGdf5bzpjN7prt3DR/+nOCHYdgM"
|
||||
},
|
||||
"version": "1.85.0-insider",
|
||||
"version": "1.98.0-insider",
|
||||
"target": "user"
|
||||
}
|
Reference in New Issue
Block a user