8.0.108
WIQQL
This commit is contained in:
@ -39,12 +39,12 @@
|
||||
"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": {
|
||||
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
||||
"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}",
|
||||
@ -132,7 +132,8 @@
|
||||
"pathGlob": "{**/*.java}",
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -141,7 +142,8 @@
|
||||
],
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -163,6 +165,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-toolsai.prompty": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.prompty}",
|
||||
"important": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.cpptools-extension-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -346,13 +356,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.vscode-typescript-tslint-plugin": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/tslint.json}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bmewburn.vscode-intelephense-client": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -402,13 +405,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"felipecaputo.git-project-manager": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/.gitignore,**/.git}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"eamodio.gitlens": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -528,13 +524,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/skaffold.yaml}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Oracle.oracledevtools": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
@ -549,7 +538,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"Pivotal.vscode-boot-dev-pack": {
|
||||
"vmware.vscode-boot-dev-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/application.properties}"
|
||||
@ -562,7 +551,9 @@
|
||||
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
|
||||
}
|
||||
],
|
||||
"onSettingsEditorOpen": {}
|
||||
"onSettingsEditorOpen": {
|
||||
"descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter."
|
||||
}
|
||||
},
|
||||
"GitHub.vscode-github-actions": {
|
||||
"onFileOpen": [
|
||||
@ -658,10 +649,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
|
||||
}
|
||||
@ -676,7 +668,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -942,9 +935,6 @@
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -958,9 +948,6 @@
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
},
|
||||
"ms-vscode-remote.remote-containers": {
|
||||
"name": "Dev Containers"
|
||||
}
|
||||
@ -1080,7 +1067,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1093,7 +1081,8 @@
|
||||
"important": true,
|
||||
"isExtensionPack": true,
|
||||
"whenNotInstalled": [
|
||||
"ASF.apache-netbeans-java"
|
||||
"ASF.apache-netbeans-java",
|
||||
"Oracle.oracle-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1196,9 +1185,6 @@
|
||||
},
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1211,9 +1197,6 @@
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||
"name": "Kubernetes"
|
||||
},
|
||||
"GoogleCloudTools.cloudcode": {
|
||||
"name": "Cloud Code"
|
||||
},
|
||||
"ms-vscode-remote.remote-containers": {
|
||||
"name": "Dev Containers"
|
||||
}
|
||||
@ -1656,7 +1639,6 @@
|
||||
"companyName": "Microsoft"
|
||||
},
|
||||
"appCenter": {
|
||||
"win32-ia32": "appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41",
|
||||
"win32-x64": "appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662",
|
||||
"win32-arm64": "appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7",
|
||||
"linux-x64": "appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171",
|
||||
@ -1697,7 +1679,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",
|
||||
@ -1736,12 +1717,17 @@
|
||||
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
||||
"languageId": "csharp",
|
||||
"editCount": 10,
|
||||
"userProbability": 0.05
|
||||
"userProbability": 0.1
|
||||
}
|
||||
],
|
||||
"extensionsEnabledWithApiProposalVersion": [
|
||||
"GitHub.copilot-chat"
|
||||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver"
|
||||
"testObserver",
|
||||
"testRelatedCode",
|
||||
"attributableCoverage"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1776,11 +1762,12 @@
|
||||
"testObserver",
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"saveEditor"
|
||||
"terminalExecuteCommandEvent",
|
||||
"contribIssueReporter",
|
||||
"notebookReplDocument"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging",
|
||||
"languageConfigurationAutoClosingPairs"
|
||||
"notebookMessaging"
|
||||
],
|
||||
"GitHub.codespaces": [
|
||||
"contribEditSessions",
|
||||
@ -1846,6 +1833,7 @@
|
||||
"ms-vscode-remote.remote-containers": [
|
||||
"contribEditSessions",
|
||||
"resolvers",
|
||||
"portsAttributes",
|
||||
"tunnels",
|
||||
"workspaceTrust",
|
||||
"terminalDimensions",
|
||||
@ -1865,18 +1853,28 @@
|
||||
"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",
|
||||
"fileComments",
|
||||
"quickDiffProvider",
|
||||
"shareProvider",
|
||||
"quickDiffProvider"
|
||||
"tabInputTextMerge",
|
||||
"tokenInformation",
|
||||
"treeViewMarkdownMessage"
|
||||
],
|
||||
"GitHub.copilot": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1885,25 +1883,37 @@
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
"GitHub.copilot-chat": [
|
||||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider",
|
||||
"chatVariables",
|
||||
"chatAgents",
|
||||
"chatAgents2",
|
||||
"chatAgents2Additions",
|
||||
"defaultChatAgent",
|
||||
"readonlyMessage",
|
||||
"chatParticipantAdditions",
|
||||
"defaultChatParticipant",
|
||||
"embeddings",
|
||||
"chatVariableResolver",
|
||||
"chatProvider",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation",
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"textSearchProvider"
|
||||
"textSearchProvider",
|
||||
"activeComment",
|
||||
"commentReveal",
|
||||
"contribSourceControlInputBoxMenu",
|
||||
"contribCommentEditorActionsMenu",
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"contribCommentsViewThreadMenus",
|
||||
"newSymbolNamesProvider",
|
||||
"findFiles2",
|
||||
"extensionsAny",
|
||||
"authLearnMore",
|
||||
"testObserver",
|
||||
"aiTextSearchProvider",
|
||||
"documentFiltersExclusive",
|
||||
"chatParticipantPrivate",
|
||||
"lmTools",
|
||||
"contribDebugCreateConfiguration"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -1927,6 +1937,9 @@
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.debugpy": [
|
||||
"contribIssueReporter",
|
||||
"contribViewsWelcome",
|
||||
"debugVisualization",
|
||||
"portsAttributes"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
@ -1944,7 +1957,10 @@
|
||||
"notebookControllerAffinityHidden",
|
||||
"contribNotebookStaticPreloads",
|
||||
"quickPickItemTooltip",
|
||||
"notebookExecution"
|
||||
"notebookExecution",
|
||||
"notebookCellExecution",
|
||||
"notebookVariableProvider",
|
||||
"notebookReplDocument"
|
||||
],
|
||||
"dbaeumer.vscode-eslint": [
|
||||
"notebookCellExecutionState"
|
||||
@ -1955,18 +1971,22 @@
|
||||
"ms-azuretools.vscode-azureappservice": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"ms-azuretools.vscode-azureresourcegroups": [
|
||||
"authGetSessions"
|
||||
"ms-azuretools.vscode-azure-github-copilot": [
|
||||
"lmTools"
|
||||
],
|
||||
"ms-vscode.anycode": [
|
||||
"extensionsAny"
|
||||
],
|
||||
"ms-vscode.cpptools": [
|
||||
"terminalDataWriteEvent"
|
||||
"terminalDataWriteEvent",
|
||||
"lmTools"
|
||||
],
|
||||
"redhat.java": [
|
||||
"documentPaste"
|
||||
],
|
||||
"vscjava.vscode-java-pack": [
|
||||
"lmTools"
|
||||
],
|
||||
"ms-dotnettools.csdevkit": [
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
@ -1980,12 +2000,15 @@
|
||||
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
||||
"fileSearchProvider",
|
||||
"textSearchProvider"
|
||||
],
|
||||
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||
"chatParticipantAdditions",
|
||||
"languageModelSystem"
|
||||
]
|
||||
},
|
||||
"tasConfig": {
|
||||
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
||||
"telemetryEventName": "query-expfeature",
|
||||
"featuresTelemetryPropertyName": "VSCode.ABExp.Features",
|
||||
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
||||
},
|
||||
"extensionKind": {
|
||||
@ -2176,23 +2199,51 @@
|
||||
"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.github",
|
||||
"github.remotehub",
|
||||
"ms-vscode.remote-server",
|
||||
"github.vscode-pull-request-github",
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare"
|
||||
],
|
||||
"github-enterprise": [
|
||||
"vscode.github",
|
||||
"github.remotehub",
|
||||
"ms-vscode.remote-server",
|
||||
"github.vscode-pull-request-github",
|
||||
"github.codespaces",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"ms-vsliveshare.vsliveshare"
|
||||
],
|
||||
"microsoft": [
|
||||
"ms-vscode.azure-repos",
|
||||
"ms-vscode.remote-server",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"ms-azuretools.vscode-azureresourcegroups",
|
||||
"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-azureresourcegroups",
|
||||
"ms-edu.vscode-learning",
|
||||
"ms-toolsai.vscode-ai",
|
||||
"ms-toolsai.vscode-ai-remote"
|
||||
]
|
||||
},
|
||||
"trustedExtensionProtocolHandlers": [
|
||||
"vscode.git",
|
||||
"vscode.github-authentication",
|
||||
@ -2267,6 +2318,13 @@
|
||||
"user:email",
|
||||
"read:org"
|
||||
]
|
||||
},
|
||||
"microsoft": {
|
||||
"scopes": [
|
||||
"46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default",
|
||||
"profile",
|
||||
"openid"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2287,11 +2345,33 @@
|
||||
"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. "
|
||||
},
|
||||
"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?"
|
||||
},
|
||||
"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",
|
||||
@ -2306,8 +2386,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.84.0",
|
||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||
"version": "1.93.0",
|
||||
"sha256": "9339cb8e6b77f554df54d79e71f533279cb76b0f9b04c207f633bfd507442b6a",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2322,8 +2402,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.vscode-js-profile-table",
|
||||
"version": "1.0.3",
|
||||
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
|
||||
"version": "1.0.9",
|
||||
"sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6",
|
||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||
"metadata": {
|
||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||
@ -2335,59 +2415,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": "d037ac076cee195194f93ce6fe2bdfe2969cc82d",
|
||||
"date": "2023-11-01T11:29:04.398Z",
|
||||
"commit": "38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40",
|
||||
"date": "2024-09-11T17:20:05.685Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "KHZHxB1OYoF7HZVmMdEd2w",
|
||||
"vs/workbench/workbench.desktop.main.js": "t1RjXiziCVXbYceYGRrZIg",
|
||||
"vs/workbench/workbench.desktop.main.css": "nnTNzl4zg2YNxrRFaHojeA",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "IQLdItg6yjjxlenKjQeODg",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "I66875UGSqFsMswHTWQYMA"
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "InQuq5hGH0mfbg2Wuksn895vmge7k0I2BMs5TPpcWTs",
|
||||
"vs/workbench/workbench.desktop.main.js": "3uGw4R7/z2fk7sFqE5Qk4eN6nnLKYfMHScicLNDEAF4",
|
||||
"vs/workbench/workbench.desktop.main.css": "OXcm60zcdk400Gk6LvxXgbEmcX5JDmFkpyYGTZBGXAY",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "xPy4mIqi+qHyGy7GyzDRst7zgRFmBPWfmA/WZ5Ia3ow",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "MOHfHsuI+CL4nPwyAQjuFCAjFomNep+vcvjL0sLDlbw",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "8k8E51aasm+azUDCkSxJy/j0sQK2EGKldB8sm7rdVzU"
|
||||
},
|
||||
"version": "1.84.0",
|
||||
"version": "1.93.1",
|
||||
"target": "user"
|
||||
}
|
Reference in New Issue
Block a user