06-14-code-0113C7C3FED381A
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
"win32RegValueName": "VSCode",
|
||||
"darwinCredits": "resources/darwin/Credits.rtf",
|
||||
"darwinBundleIdentifier": "com.microsoft.VSCode",
|
||||
"darwinProfileUUID": "EBAE60D6-C8A2-4419-92FF-24F8AD5077AB",
|
||||
"darwinProfilePayloadUUID": "C6B5723A-6539-4F31-8A4E-3CC96E51F48C",
|
||||
"darwinExecutable": "VSCode",
|
||||
"linuxIconName": "vscode",
|
||||
"licenseFileName": "LICENSE.rtf",
|
||||
@ -39,6 +41,7 @@
|
||||
"webUrl": "https://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": "stable",
|
||||
"extensionsGallery": {
|
||||
@ -47,9 +50,56 @@
|
||||
"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",
|
||||
"accessSKUs": [
|
||||
"copilot_enterprise_seat",
|
||||
"copilot_enterprise_seat_quota",
|
||||
"copilot_enterprise_seat_multi_quota",
|
||||
"copilot_enterprise_seat_assignment",
|
||||
"copilot_enterprise_seat_assignment_quota",
|
||||
"copilot_enterprise_seat_assignment_multi_quota",
|
||||
"copilot_enterprise_trial_seat",
|
||||
"copilot_enterprise_trial_seat_quota",
|
||||
"copilot_for_business_seat",
|
||||
"copilot_for_business_seat_quota",
|
||||
"copilot_for_business_seat_multi_quota",
|
||||
"copilot_for_business_seat_assignment",
|
||||
"copilot_for_business_seat_assignment_quota",
|
||||
"copilot_for_business_seat_assignment_multi_quota",
|
||||
"copilot_for_business_trial_seat",
|
||||
"copilot_for_business_trial_seat_quota"
|
||||
]
|
||||
},
|
||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
||||
"extensionProperties": {
|
||||
"github.copilot-chat": {
|
||||
"hasPrereleaseVersion": false,
|
||||
"excludeVersionRange": "<=0.16.1"
|
||||
},
|
||||
"github.copilot": {
|
||||
"hasPrereleaseVersion": true
|
||||
}
|
||||
},
|
||||
"defaultAccount": {
|
||||
"authenticationProvider": {
|
||||
"id": "github",
|
||||
"enterpriseProviderId": "github-enterprise",
|
||||
"enterpriseProviderConfig": "github.copilot.advanced.authProvider",
|
||||
"scopes": [
|
||||
"user:email"
|
||||
]
|
||||
},
|
||||
"chatEntitlementUrl": "https://api.github.com/copilot_internal/user",
|
||||
"tokenEntitlementUrl": "https://api.github.com/copilot_internal/v2/token"
|
||||
},
|
||||
"profileTemplatesUrl": "https://main.vscode-cdn.net/core/profile-templates.json",
|
||||
"extensionPublisherOrgs": [
|
||||
"microsoft"
|
||||
],
|
||||
"trustedExtensionPublishers": [
|
||||
"microsoft",
|
||||
"github"
|
||||
],
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
@ -172,6 +222,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"typespec.typespec-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.tsp,**/tspconfig.yaml}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.cpptools-extension-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -193,20 +251,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}",
|
||||
"important": true
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
},
|
||||
{
|
||||
"languages": [
|
||||
"dockerfile"
|
||||
],
|
||||
"important": true
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
},
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}"
|
||||
"pathGlob": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}",
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -418,6 +485,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"swiftlang.swift-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.swift,**/*.swiftinterface}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"DotJoshJohnson.xml": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -547,10 +622,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": [
|
||||
@ -582,6 +659,22 @@
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"Redis.redis-for-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SonarSource.sonarlint-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/sonar-project.properties,**/sonarcloud.properties,**/sonarlint.*}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"keymapExtensionTips": [
|
||||
@ -809,8 +902,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"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -818,11 +914,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"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -830,11 +926,20 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"azure-powershell": {
|
||||
"friendlyName": "Azure PowerShell",
|
||||
"windowsPath": "%USERPROFILE%\\.Azure",
|
||||
"recommendations": {
|
||||
"ms-vscode.vscode-node-azure-pack": {
|
||||
"name": "Azure Tools"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -913,7 +1018,7 @@
|
||||
"ms-azuretools.vscode-azureappservice": {
|
||||
"name": "Azure App Service"
|
||||
},
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"name": "Docker"
|
||||
}
|
||||
}
|
||||
@ -922,9 +1027,12 @@
|
||||
"friendlyName": "Docker",
|
||||
"windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe",
|
||||
"recommendations": {
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"name": "Docker",
|
||||
"important": true
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
},
|
||||
"ms-vscode-remote.remote-containers": {
|
||||
"name": "Dev Containers",
|
||||
@ -939,7 +1047,7 @@
|
||||
"friendlyName": "Kubernetes",
|
||||
"windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe",
|
||||
"recommendations": {
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"name": "Docker"
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
@ -1084,6 +1192,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ollama": {
|
||||
"friendlyName": "Ollama",
|
||||
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Ollama\\ollama.exe",
|
||||
"recommendations": {
|
||||
"ms-windows-ai-studio.windows-ai-studio": {
|
||||
"name": "AI Toolkit for Visual Studio Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft Edge": {
|
||||
"friendlyName": "Microsoft Edge",
|
||||
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe",
|
||||
@ -1177,7 +1294,7 @@
|
||||
"skaffold": {
|
||||
"friendlyName": "Skaffold Code to Cluster",
|
||||
"recommendations": {
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"name": "Docker"
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
@ -1188,7 +1305,7 @@
|
||||
"minikube": {
|
||||
"friendlyName": "MiniKube Local Kubernetes Cluster",
|
||||
"recommendations": {
|
||||
"ms-azuretools.vscode-docker": {
|
||||
"ms-azuretools.vscode-containers": {
|
||||
"name": "Docker"
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
@ -1210,11 +1327,9 @@
|
||||
"wsl": {
|
||||
"friendlyName": "Windows Subsystem for Linux (WSL)",
|
||||
"windowsPath": "%WINDIR%\\system32\\lxss\\LxssManager.dll",
|
||||
"important": true,
|
||||
"recommendations": {
|
||||
"ms-vscode-remote.remote-wsl": {
|
||||
"name": "WSL",
|
||||
"important": true
|
||||
"name": "WSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1585,19 +1700,14 @@
|
||||
]
|
||||
},
|
||||
"extensionAllowedBadgeProviders": [
|
||||
"api.bintray.com",
|
||||
"api.travis-ci.com",
|
||||
"api.travis-ci.org",
|
||||
"app.fossa.io",
|
||||
"badge.buildkite.com",
|
||||
"badge.fury.io",
|
||||
"badge.waffle.io",
|
||||
"badgen.net",
|
||||
"badges.frapsoft.com",
|
||||
"badges.gitter.im",
|
||||
"badges.greenkeeper.io",
|
||||
"cdn.travis-ci.com",
|
||||
"cdn.travis-ci.org",
|
||||
"ci.appveyor.com",
|
||||
"circleci.com",
|
||||
"cla.opensource.microsoft.com",
|
||||
@ -1610,8 +1720,6 @@
|
||||
"dev.azure.com",
|
||||
"docs.rs",
|
||||
"flat.badgen.net",
|
||||
"gemnasium.com",
|
||||
"githost.io",
|
||||
"gitlab.com",
|
||||
"godoc.org",
|
||||
"goreportcard.com",
|
||||
@ -1624,9 +1732,7 @@
|
||||
"travis-ci.com",
|
||||
"travis-ci.org",
|
||||
"visualstudio.com",
|
||||
"vsmarketplacebadge.apphb.com",
|
||||
"www.bithound.io",
|
||||
"www.versioneye.com"
|
||||
"vsmarketplacebadge.apphb.com"
|
||||
],
|
||||
"extensionAllowedBadgeProvidersRegex": [
|
||||
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
||||
@ -1676,7 +1782,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",
|
||||
@ -1719,12 +1824,17 @@
|
||||
}
|
||||
],
|
||||
"extensionsEnabledWithApiProposalVersion": [
|
||||
"GitHub.copilot-chat"
|
||||
"GitHub.copilot-chat",
|
||||
"ms-vscode.vscode-commander",
|
||||
"ms-vscode.vscode-copilot-vision"
|
||||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-azuretools.vscode-dev-azurecloudshell": [
|
||||
"contribEditSessions"
|
||||
],
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver",
|
||||
"attributableCoverage"
|
||||
"testRelatedCode"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1753,6 +1863,7 @@
|
||||
"resolvers"
|
||||
],
|
||||
"ms-python.python": [
|
||||
"codeActionAI",
|
||||
"contribEditorContentMenu",
|
||||
"quickPickSortByLabel",
|
||||
"portsAttributes",
|
||||
@ -1760,8 +1871,12 @@
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"contribIssueReporter",
|
||||
"terminalShellIntegration"
|
||||
"notebookReplDocument",
|
||||
"notebookVariableProvider",
|
||||
"terminalShellEnv"
|
||||
],
|
||||
"ms-python.vscode-python-envs": [
|
||||
"terminalShellEnv"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging"
|
||||
@ -1866,7 +1981,6 @@
|
||||
"contribMultiDiffEditorMenus",
|
||||
"contribShareMenu",
|
||||
"diffCommand",
|
||||
"fileComments",
|
||||
"quickDiffProvider",
|
||||
"shareProvider",
|
||||
"tabInputTextMerge",
|
||||
@ -1888,13 +2002,17 @@
|
||||
"chatParticipantAdditions",
|
||||
"defaultChatParticipant",
|
||||
"embeddings",
|
||||
"chatVariableResolver",
|
||||
"chatEditing",
|
||||
"chatProvider",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation",
|
||||
"aiSettingsSearch",
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"findTextInFiles2",
|
||||
"textSearchProvider",
|
||||
"textSearchProvider2",
|
||||
"activeComment",
|
||||
"commentReveal",
|
||||
"contribSourceControlInputBoxMenu",
|
||||
"contribCommentEditorActionsMenu",
|
||||
@ -1902,13 +2020,23 @@
|
||||
"contribCommentsViewThreadMenus",
|
||||
"newSymbolNamesProvider",
|
||||
"findFiles2",
|
||||
"chatReferenceDiagnostic",
|
||||
"extensionsAny",
|
||||
"authLearnMore",
|
||||
"testObserver",
|
||||
"aiTextSearchProvider",
|
||||
"documentFiltersExclusive",
|
||||
"chatParticipantPrivate",
|
||||
"lmTools"
|
||||
"contribDebugCreateConfiguration",
|
||||
"inlineEdit",
|
||||
"inlineCompletionsAdditions",
|
||||
"chatReferenceBinaryData",
|
||||
"languageModelSystem",
|
||||
"languageModelCapabilities",
|
||||
"languageModelDataPart",
|
||||
"chatStatusItem",
|
||||
"taskProblemMatcherStatus",
|
||||
"contribLanguageModelToolSets"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -1929,12 +2057,13 @@
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.vscode-pylance": [
|
||||
"notebookCellExecutionState"
|
||||
"mcpConfigurationProvider",
|
||||
"terminalShellEnv"
|
||||
],
|
||||
"ms-python.debugpy": [
|
||||
"portsAttributes",
|
||||
"contribIssueReporter",
|
||||
"debugVisualization"
|
||||
"contribViewsWelcome",
|
||||
"debugVisualization",
|
||||
"portsAttributes"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
"contribNotebookStaticPreloads"
|
||||
@ -1943,7 +2072,6 @@
|
||||
"notebookDeprecated",
|
||||
"notebookMessaging",
|
||||
"notebookMime",
|
||||
"notebookCellExecutionState",
|
||||
"portsAttributes",
|
||||
"quickPickSortByLabel",
|
||||
"notebookKernelSource",
|
||||
@ -1953,34 +2081,30 @@
|
||||
"quickPickItemTooltip",
|
||||
"notebookExecution",
|
||||
"notebookCellExecution",
|
||||
"notebookVariableProvider",
|
||||
"notebookReplDocument"
|
||||
],
|
||||
"donjayamanne.kusto": [
|
||||
"notebookVariableProvider"
|
||||
],
|
||||
"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-azuretools.vscode-azure-github-copilot": [
|
||||
"chatParticipantAdditions",
|
||||
"embeddings",
|
||||
"languageModelSystem"
|
||||
],
|
||||
"ms-vscode.anycode": [
|
||||
"extensionsAny"
|
||||
],
|
||||
"ms-vscode.cpptools": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"redhat.java": [
|
||||
"documentPaste"
|
||||
"terminalDataWriteEvent",
|
||||
"chatParticipantAdditions"
|
||||
],
|
||||
"vscjava.vscode-java-pack": [],
|
||||
"ms-dotnettools.csdevkit": [
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
@ -1998,6 +2122,16 @@
|
||||
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||
"chatParticipantAdditions",
|
||||
"languageModelSystem"
|
||||
],
|
||||
"ms-toolsai.datawrangler": [],
|
||||
"ms-vscode.vscode-commander": [],
|
||||
"ms-vscode.vscode-websearchforcopilot": [],
|
||||
"ms-vscode.vscode-copilot-vision": [
|
||||
"chatReferenceBinaryData",
|
||||
"codeActionAI"
|
||||
],
|
||||
"ms-autodev.vscode-autodev": [
|
||||
"chatParticipantAdditions"
|
||||
]
|
||||
},
|
||||
"tasConfig": {
|
||||
@ -2207,7 +2341,8 @@
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare"
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot"
|
||||
],
|
||||
"github-enterprise": [
|
||||
"vscode.github",
|
||||
@ -2217,21 +2352,34 @@
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare"
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azure-github-copilot"
|
||||
],
|
||||
"microsoft": [
|
||||
"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-azuretools.vscode-dev-azurecloudshell",
|
||||
"ms-edu.vscode-learning",
|
||||
"ms-toolsai.vscode-ai",
|
||||
"ms-toolsai.vscode-ai-remote"
|
||||
],
|
||||
"microsoft-sovereign-cloud": [
|
||||
"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-azuretools.vscode-dev-azurecloudshell",
|
||||
"ms-edu.vscode-learning",
|
||||
"ms-toolsai.vscode-ai",
|
||||
"ms-toolsai.vscode-ai-remote"
|
||||
],
|
||||
"__GitHub.copilot-chat": [
|
||||
"ms-azuretools.vscode-azure-github-copilot",
|
||||
"github.vscode-pull-request-github"
|
||||
]
|
||||
},
|
||||
"trustedExtensionProtocolHandlers": [
|
||||
@ -2239,6 +2387,11 @@
|
||||
"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",
|
||||
@ -2321,19 +2474,18 @@
|
||||
"win32TunnelServiceMutex": "vscode-tunnelservice",
|
||||
"win32TunnelMutex": "vscode-tunnel",
|
||||
"commonlyUsedSettings": [
|
||||
"files.autoSave",
|
||||
"editor.fontSize",
|
||||
"editor.fontFamily",
|
||||
"editor.formatOnSave",
|
||||
"files.autoSave",
|
||||
"GitHub.copilot.manageExtension",
|
||||
"editor.tabSize",
|
||||
"editor.renderWhitespace",
|
||||
"editor.cursorStyle",
|
||||
"editor.multiCursorModifier",
|
||||
"editor.insertSpaces",
|
||||
"editor.defaultFormatter",
|
||||
"editor.fontFamily",
|
||||
"editor.wordWrap",
|
||||
"files.exclude",
|
||||
"files.associations",
|
||||
"workbench.editor.enablePreview"
|
||||
"workbench.colorTheme",
|
||||
"editor.tabSize",
|
||||
"editor.mouseWheelZoom",
|
||||
"editor.formatOnPaste"
|
||||
],
|
||||
"aiGeneratedWorkspaceTrust": {
|
||||
"title": "This workspace was generated by GitHub Copilot",
|
||||
@ -2342,31 +2494,68 @@
|
||||
"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": {
|
||||
"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",
|
||||
"manageOverageUrl": "https://aka.ms/github-copilot-manage-overage",
|
||||
"upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
|
||||
"signUpUrl": "https://aka.ms/github-sign-up",
|
||||
"providerId": "github",
|
||||
"command": {
|
||||
"title": "Install GitHub Copilot (Paid for by {{org}})...",
|
||||
"titleWithoutPlaceHolder": "Install GitHub Copilot",
|
||||
"action": "workbench.extensions.installExtension",
|
||||
"when": "workbench.accounts.experimental.showEntitlements"
|
||||
},
|
||||
"providerName": "GitHub",
|
||||
"enterpriseProviderId": "github-enterprise",
|
||||
"enterpriseProviderName": "GHE.com",
|
||||
"providerUriSetting": "github-enterprise.uri",
|
||||
"providerScopes": [
|
||||
[
|
||||
"user:email"
|
||||
],
|
||||
[
|
||||
"read:user"
|
||||
],
|
||||
[
|
||||
"read:user",
|
||||
"user:email",
|
||||
"repo",
|
||||
"workflow"
|
||||
]
|
||||
],
|
||||
"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?"
|
||||
"entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user",
|
||||
"chatQuotaExceededContext": "github.copilot.chat.quotaExceeded",
|
||||
"completionsQuotaExceededContext": "github.copilot.completions.quotaExceeded",
|
||||
"walkthroughCommand": "github.copilot.open.walkthrough",
|
||||
"completionsMenuCommand": "github.copilot.toggleStatusMenu",
|
||||
"completionsRefreshTokenCommand": "github.copilot.signIn",
|
||||
"chatRefreshTokenCommand": "github.copilot.refreshToken",
|
||||
"generateCommitMessageCommand": "github.copilot.git.generateCommitMessage",
|
||||
"completionsAdvancedSetting": "github.copilot.advanced",
|
||||
"completionsEnablementSetting": "github.copilot.enable",
|
||||
"nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled"
|
||||
},
|
||||
"chatWelcomeView": {
|
||||
"welcomeViewId": "copilot.welcome",
|
||||
"welcomeViewTitle": "GitHub Copilot",
|
||||
"welcomeViewContent": "You have access to [GitHub Copilot](command:extension.open?%5B%22github.copilot%22%5D), an AI-powered coding assistant, as a part of the Microsoft organization.\n Getting started with Copilot is easy - simply install the Copilot extension. [Learn more](https://aka.ms/copilot-overview)\n[Install GitHub Copilot](command:workbench.extensions.installExtension?%5B%22github.copilot%22%5D)"
|
||||
"chatParticipantRegistry": "https://main.vscode-cdn.net/extensions/chat.json",
|
||||
"remoteDefaultExtensionsIfInstalledLocally": [
|
||||
"GitHub.copilot",
|
||||
"GitHub.copilot-chat",
|
||||
"GitHub.vscode-pull-request-github"
|
||||
],
|
||||
"extensionConfigurationPolicy": {
|
||||
"github.copilot.nextEditSuggestions.enabled": {
|
||||
"name": "CopilotNextEditSuggestions",
|
||||
"minimumVersion": "1.99"
|
||||
}
|
||||
},
|
||||
"chatParticipantRegistry": "https://az764295.vo.msecnd.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",
|
||||
@ -2381,8 +2570,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.91.0",
|
||||
"sha256": "53b99146c7fa280f00c74414e09721530c622bf3e5eac2c967ddfb9906b51c80",
|
||||
"version": "1.100.1",
|
||||
"sha256": "8c2218df3422d45b95e96d9d28cdc4aa4426a2799aaaedd862d3f60ecab03844",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2397,8 +2586,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.vscode-js-profile-table",
|
||||
"version": "1.0.9",
|
||||
"sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6",
|
||||
"version": "1.0.10",
|
||||
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||
"metadata": {
|
||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||
@ -2412,16 +2601,16 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"commit": "f1e16e1e6214d7c44d078b1f0607b2388f29d729",
|
||||
"date": "2024-07-09T22:06:49.809Z",
|
||||
"commit": "dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1",
|
||||
"date": "2025-06-11T15:00:50.123Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "M3aummATb+y2Jr3XxxVrJnkbAoHc9zC9m3LrlnvRNAg",
|
||||
"vs/workbench/workbench.desktop.main.js": "lr5OOxuOW3cP/6+9vu9+84Q2BnqzoKlhsYTu2p6IWuU",
|
||||
"vs/workbench/workbench.desktop.main.css": "C6YrKP1nnuiwE1wxuz6C+NyC40GMmhU3KjDQT3hZShU",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "Xr0OSHwth9GuJLxSW0xXyHYa9fvPUfrJuMtrP5msQAY",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "MOHfHsuI+CL4nPwyAQjuFCAjFomNep+vcvjL0sLDlbw",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "UfEYJUwE/3rVxokZpMqXUk+OC+ZVfikR++K0yTZ+on8"
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "o5mE4g1FopQxMMzcKiau+GgPAwvtWsrG+HGSDbV5vfc",
|
||||
"vs/workbench/workbench.desktop.main.js": "1hHNi2DpslCrdq42xTvFz974zbOepoMnX3o/kr3e93I",
|
||||
"vs/workbench/workbench.desktop.main.css": "gMI3RyRIfXwGjz6pRGHRk0NwXRgISydpRcpZL7cIj8k",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "1z3NQUzTrS9CrBty8dNAbo5BCySrSBt5LB+JbBjZcis",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "O/oDp3zTC6Xw68dQ6MW8dmVjQoMXJbwfYKOL0jqpzU8"
|
||||
},
|
||||
"version": "1.91.1",
|
||||
"version": "1.101.0",
|
||||
"target": "user"
|
||||
}
|
Reference in New Issue
Block a user