Versions
This commit is contained in:
@ -2,10 +2,8 @@
|
||||
"nameShort": "Code - Insiders",
|
||||
"nameLong": "Visual Studio Code - Insiders",
|
||||
"applicationName": "code-insiders",
|
||||
"win32AppId": "{{C26E74D1-022E-4238-8B9D-1E7564A36CC9}",
|
||||
"win32x64AppId": "{{1287CAD5-7C8D-410D-88B9-0D1EE4A83FF2}",
|
||||
"win32arm64AppId": "{{0AEDB616-9614-463B-97D7-119DD86CCA64}",
|
||||
"win32UserAppId": "{{26F4A15E-E392-4887-8C09-7BC55712FD5B}",
|
||||
"win32x64UserAppId": "{{217B4C08-948D-4276-BFBB-BEE930AE5A2C}",
|
||||
"win32arm64UserAppId": "{{69BD8F7B-65EB-4C6F-A14E-44CFA83712C0}",
|
||||
"win32NameVersion": "Microsoft Visual Studio Code Insiders",
|
||||
@ -56,7 +54,7 @@
|
||||
},
|
||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csharp": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}",
|
||||
@ -599,7 +597,7 @@
|
||||
"languageExtensionTips": [
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit",
|
||||
"ms-toolsai.jupyter",
|
||||
"vscjava.vscode-java-pack",
|
||||
"ecmel.vscode-html-css",
|
||||
@ -1729,8 +1727,7 @@
|
||||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver",
|
||||
"testMessageContextValue"
|
||||
"testObserver"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1850,6 +1847,9 @@
|
||||
"ms-vscode.lsif-browser": [
|
||||
"documentFiltersExclusive"
|
||||
],
|
||||
"ms-vscode.vscode-speech": [
|
||||
"speech"
|
||||
],
|
||||
"GitHub.vscode-pull-request-github": [
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"tokenInformation",
|
||||
@ -1880,17 +1880,22 @@
|
||||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalContextMenu",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider",
|
||||
"chatProvider",
|
||||
"chatSlashCommands",
|
||||
"chatVariables",
|
||||
"chatAgents",
|
||||
"chatAgents2",
|
||||
"chatAgents2Additions",
|
||||
"defaultChatAgent",
|
||||
"readonlyMessage",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation"
|
||||
"aiRelatedInformation",
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"textSearchProvider"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -2294,8 +2299,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.83.0",
|
||||
"sha256": "8e81c3ba8e3b643c54f4dccc0b9402ea605c2bee57758bdfdda61501ea8a23d9",
|
||||
"version": "1.84.0",
|
||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2345,30 +2350,6 @@
|
||||
"clientOnly": true
|
||||
}
|
||||
],
|
||||
"walkthroughMetadata": [
|
||||
{
|
||||
"id": "Setup",
|
||||
"steps": [
|
||||
{
|
||||
"id": "copilotInstall",
|
||||
"title": "Code smarter with AI",
|
||||
"description": "Focus on solving bigger problems with your personal AI pair programmer. Start your free trial and see the difference.\n[Install GitHub Copilot](command:workbench.extensions.installExtension?%22github.copilot%22)",
|
||||
"media": {
|
||||
"type": "image",
|
||||
"altText": "Copilot Statistics",
|
||||
"path": "copilotStep.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"featuredExtensions": [
|
||||
{
|
||||
"id": "github.copilot",
|
||||
"title": "GitHub Copilot",
|
||||
"description": "Get autocomplete-style suggestions from your AI pair programmer as you code (Free Trial)"
|
||||
}
|
||||
],
|
||||
"aiGeneratedWorkspaceTrust": {
|
||||
"title": "This workspace was generated by GitHub Copilot",
|
||||
"checkboxText": "Trust the contents of all files in this workspace",
|
||||
@ -2376,16 +2357,30 @@
|
||||
"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. "
|
||||
},
|
||||
"commit": "4268e464763087044d0c1b5bdd37ebbe683cadfa",
|
||||
"date": "2023-09-29T20:42:50.630Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "snAMTlOjaNncuTbP9Yq/Vg",
|
||||
"vs/workbench/workbench.desktop.main.js": "lsTTFUy5WfvIBOFznYCWJg",
|
||||
"vs/workbench/workbench.desktop.main.css": "bRufp62VWKwcqlgZgt8Uqw",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "dwjZY50Yqn89Qrh1J8enwQ",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "49ZOjwEeTWIcwxw4bvqbmg"
|
||||
"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?"
|
||||
},
|
||||
"version": "1.83.0-insider",
|
||||
"commit": "35419fc016b8d3d5dbc59aa11a0be957b0897309",
|
||||
"date": "2023-10-27T10:41:08.734Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "39ArpJqRgR2RqlH8xYuaaQ",
|
||||
"vs/workbench/workbench.desktop.main.js": "Puqj10xljI3c1of/MuIbXg",
|
||||
"vs/workbench/workbench.desktop.main.css": "h55/gR3EIMHf5E84osIBtg",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "33fnKGLxKOziUOvmNpXZBQ",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "0yd6aJW6TARb+lvx3XIuDg"
|
||||
},
|
||||
"version": "1.84.0-insider",
|
||||
"target": "user"
|
||||
}
|
Reference in New Issue
Block a user