06-14-code-0113C7C3FED381A

This commit is contained in:
2025-06-14 19:49:58 -07:00
parent d8d31fdf83
commit e0adb54800
9 changed files with 951 additions and 486 deletions

View File

@ -15,6 +15,8 @@
"win32RegValueName": "VSCodeInsiders",
"darwinCredits": "resources/darwin/Credits.rtf",
"darwinBundleIdentifier": "com.microsoft.VSCodeInsiders",
"darwinProfileUUID": "7CC2F939-3A89-4A22-B9DA-E5B81C0F6C03",
"darwinProfilePayloadUUID": "BEA6A398-BD82-4EEC-B626-8464DBB73561",
"darwinExecutable": "VSCodeInsiders",
"linuxIconName": "vscode-insiders",
"licenseFileName": "LICENSE.rtf",
@ -45,14 +47,59 @@
"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",
"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": {
"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",
"emergencyAlertUrl": "https://main.vscode-cdn.net/core/insiders.json",
"extensionPublisherOrgs": [
"microsoft"
],
"trustedExtensionPublishers": [
"microsoft",
"github"
],
"extensionRecommendations": {
"ms-dotnettools.csdevkit": {
"onFileOpen": [
@ -175,6 +222,14 @@
}
]
},
"typespec.typespec-vscode": {
"onFileOpen": [
{
"pathGlob": "{**/*.tsp,**/tspconfig.yaml}",
"important": true
}
]
},
"ms-vscode.cpptools-extension-pack": {
"onFileOpen": [
{
@ -196,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"
]
}
]
},
@ -421,6 +485,14 @@
}
]
},
"swiftlang.swift-vscode": {
"onFileOpen": [
{
"pathGlob": "{**/*.swift,**/*.swiftinterface}",
"important": true
}
]
},
"DotJoshJohnson.xml": {
"onFileOpen": [
{
@ -550,7 +622,7 @@
"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": {
@ -571,6 +643,22 @@
"pathGlob": "{**/.circleci/config.yml}"
}
]
},
"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": [
@ -798,8 +886,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"
}
}
},
@ -807,11 +898,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"
}
}
},
@ -819,11 +910,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"
}
}
},
@ -839,6 +939,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",
@ -848,6 +957,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",
@ -902,7 +1029,7 @@
"ms-azuretools.vscode-azureappservice": {
"name": "Azure App Service"
},
"ms-azuretools.vscode-docker": {
"ms-azuretools.vscode-containers": {
"name": "Docker"
}
}
@ -911,9 +1038,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",
@ -928,7 +1058,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": {
@ -1073,6 +1203,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",
@ -1166,7 +1305,7 @@
"skaffold": {
"friendlyName": "Skaffold Code to Cluster",
"recommendations": {
"ms-azuretools.vscode-docker": {
"ms-azuretools.vscode-containers": {
"name": "Docker"
},
"ms-kubernetes-tools.vscode-kubernetes-tools": {
@ -1177,7 +1316,7 @@
"minikube": {
"friendlyName": "MiniKube Local Kubernetes Cluster",
"recommendations": {
"ms-azuretools.vscode-docker": {
"ms-azuretools.vscode-containers": {
"name": "Docker"
},
"ms-kubernetes-tools.vscode-kubernetes-tools": {
@ -1199,11 +1338,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"
}
}
}
@ -1574,19 +1711,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",
@ -1599,8 +1731,6 @@
"dev.azure.com",
"docs.rs",
"flat.badgen.net",
"gemnasium.com",
"githost.io",
"gitlab.com",
"godoc.org",
"goreportcard.com",
@ -1613,9 +1743,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"
@ -1665,7 +1793,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",
@ -1708,12 +1835,16 @@
}
],
"extensionsEnabledWithApiProposalVersion": [
"GitHub.copilot-chat"
"GitHub.copilot-chat",
"ms-vscode.vscode-commander"
],
"extensionEnabledApiProposals": {
"ms-azuretools.vscode-dev-azurecloudshell": [
"contribEditSessions"
],
"ms-vscode.vscode-selfhost-test-provider": [
"testObserver",
"attributableCoverage"
"testRelatedCode"
],
"VisualStudioExptTeam.vscodeintellicode-completions": [
"inlineCompletionsAdditions"
@ -1742,6 +1873,7 @@
"resolvers"
],
"ms-python.python": [
"codeActionAI",
"contribEditorContentMenu",
"quickPickSortByLabel",
"portsAttributes",
@ -1749,8 +1881,12 @@
"quickPickItemTooltip",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent",
"contribIssueReporter",
"terminalShellIntegration"
"notebookReplDocument",
"notebookVariableProvider",
"terminalShellEnv"
],
"ms-python.vscode-python-envs": [
"terminalShellEnv"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookMessaging"
@ -1855,7 +1991,6 @@
"contribMultiDiffEditorMenus",
"contribShareMenu",
"diffCommand",
"fileComments",
"quickDiffProvider",
"shareProvider",
"tabInputTextMerge",
@ -1863,7 +1998,6 @@
"treeViewMarkdownMessage"
],
"GitHub.copilot": [
"authGetSessions",
"inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
@ -1883,12 +2017,16 @@
"chatParticipantAdditions",
"defaultChatParticipant",
"embeddings",
"chatVariableResolver",
"mappedEditsProvider",
"aiRelatedInformation",
"aiSettingsSearch",
"chatEditing",
"codeActionAI",
"findTextInFiles",
"findTextInFiles2",
"textSearchProvider",
"textSearchProvider2",
"activeComment",
"commentReveal",
"contribSourceControlInputBoxMenu",
"contribCommentEditorActionsMenu",
@ -1896,14 +2034,23 @@
"contribCommentsViewThreadMenus",
"newSymbolNamesProvider",
"findFiles2",
"chatReferenceDiagnostic",
"extensionsAny",
"authGetSessions",
"authLearnMore",
"testObserver",
"aiTextSearchProvider",
"documentFiltersExclusive",
"chatParticipantPrivate",
"lmTools"
"contribDebugCreateConfiguration",
"inlineEdit",
"inlineCompletionsAdditions",
"chatReferenceBinaryData",
"languageModelSystem",
"languageModelCapabilities",
"languageModelDataPart",
"chatStatusItem",
"taskProblemMatcherStatus",
"contribLanguageModelToolSets"
],
"GitHub.remotehub": [
"contribRemoteHelp",
@ -1927,12 +2074,13 @@
"notebookCellExecutionState"
],
"ms-python.vscode-pylance": [
"notebookCellExecutionState"
"mcpConfigurationProvider",
"terminalShellEnv"
],
"ms-python.debugpy": [
"portsAttributes",
"contribIssueReporter",
"debugVisualization"
"contribViewsWelcome",
"debugVisualization",
"portsAttributes"
],
"ms-toolsai.jupyter-renderers": [
"contribNotebookStaticPreloads"
@ -1941,7 +2089,6 @@
"notebookDeprecated",
"notebookMessaging",
"notebookMime",
"notebookCellExecutionState",
"portsAttributes",
"quickPickSortByLabel",
"notebookKernelSource",
@ -1951,33 +2098,28 @@
"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"
],
"ms-dotnettools.csdevkit": [
"inlineCompletionsAdditions"
@ -1996,6 +2138,16 @@
"TeamsDevApp.ms-teams-vscode-extension": [
"chatParticipantAdditions",
"languageModelSystem"
],
"ms-vscode.vscode-copilot-vision": [
"chatReferenceBinaryData",
"codeActionAI"
],
"lramos15.model-playground": [
"chatProvider"
],
"ms-autodev.vscode-autodev": [
"chatParticipantAdditions"
]
},
"tasConfig": {
@ -2206,7 +2358,8 @@
"github.codespaces",
"github.copilot",
"github.copilot-chat",
"ms-vsliveshare.vsliveshare"
"ms-vsliveshare.vsliveshare",
"ms-azuretools.vscode-azure-github-copilot"
],
"github-enterprise": [
"vscode.git",
@ -2217,23 +2370,36 @@
"github.codespaces",
"github.copilot",
"github.copilot-chat",
"ms-vsliveshare.vsliveshare"
"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-azuretools.vscode-dev-azurecloudshell",
"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-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": [
@ -2241,6 +2407,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",
@ -2324,19 +2495,18 @@
"win32TunnelServiceMutex": "vscodeinsiders-tunnelservice",
"win32TunnelMutex": "vscodeinsiders-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",
@ -2345,26 +2515,70 @@
"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",
"alternativeProviderId": "google",
"alternativeProviderName": "Google",
"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"
},
"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",
@ -2379,8 +2593,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",
@ -2395,8 +2609,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",
@ -2410,16 +2624,16 @@
}
}
],
"commit": "89690b9d76a88fab676d26651134a1ffa4562732",
"date": "2024-07-19T05:03:57.939Z",
"commit": "cc59a7fceece70835b0fe9eb0231617a3a6bf02d",
"date": "2025-06-14T16:35:15.495Z",
"checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "AizCT2Po+TFTQCjXJ6SUGoBYdqqwoC37+x1tUWAeJoA",
"vs/workbench/workbench.desktop.main.js": "p/90LYSHncZE3JbSoa4Ru2il47LAaQpGvZ2wcYbbm1o",
"vs/workbench/workbench.desktop.main.css": "GRFTQtXRq6qLKqLOiThcmpd+GYLh90g9MTgIKrbSaDo",
"vs/workbench/api/node/extensionHostProcess.js": "jIqXj4hmbygZCAmCM9n4z3o6/jG2O2Am7M79FD3dK9k",
"vs/code/electron-sandbox/workbench/workbench.html": "MOHfHsuI+CL4nPwyAQjuFCAjFomNep+vcvjL0sLDlbw",
"vs/code/electron-sandbox/workbench/workbench.js": "idaTpvcRO136MBMe5v8QMyEwHM5fcYwrdzAKeAbuH2s"
"vs/base/parts/sandbox/electron-browser/preload.js": "mcENH7Mdaj6yRU99r9AEpoV9kFan2pz0L1Gghuaa8kI",
"vs/workbench/workbench.desktop.main.js": "vmflRb3Wo+8U0RtTnuihC+LwaIULnU2RwOSgpYCdcgI",
"vs/workbench/workbench.desktop.main.css": "5QR6sn9d+oy54i7YhngcGt5q1VXdEUzNZscJwOhiELE",
"vs/workbench/api/node/extensionHostProcess.js": "fKo2c6uIkcLfvVjYfEVyt7mLj5xAg5iHUXJNHG9n3BQ",
"vs/code/electron-browser/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
"vs/code/electron-browser/workbench/workbench.js": "fn92GQ9EElpyQugGNSwHh9w8lxLSo6Cj/6fkyc1n6qM"
},
"version": "1.92.0-insider",
"version": "1.102.0-insider",
"target": "user"
}