Last active
November 21, 2023 14:13
-
-
Save sofianhamiti/e0a96b72c638fc0cd2ca5dd05a1c71af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nameShort": "code-server", | |
| "nameLong": "code-server", | |
| "applicationName": "code-server", | |
| "dataFolderName": ".code-server", | |
| "win32MutexName": "codeserver", | |
| "licenseName": "MIT", | |
| "licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE", | |
| "serverGreeting": [], | |
| "serverLicense": [], | |
| "serverLicensePrompt": "", | |
| "serverApplicationName": "code-server-oss", | |
| "serverDataFolderName": ".vscode-server-oss", | |
| "tunnelApplicationName": "code-tunnel-oss", | |
| "win32DirName": "code-server", | |
| "win32NameVersion": "code-server", | |
| "win32RegValueName": "CodeOSS", | |
| "win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}", | |
| "win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}", | |
| "win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}", | |
| "win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}", | |
| "win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}", | |
| "win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}", | |
| "win32AppUserModelId": "coder.code-server", | |
| "win32ShellNameShort": "c&ode-server", | |
| "darwinBundleIdentifier": "com.coder.code.server", | |
| "linuxIconName": "com.coder.code.server", | |
| "licenseFileName": "LICENSE.txt", | |
| "reportIssueUrl": "https://github.com/coder/code-server/issues/new", | |
| "urlProtocol": "code-oss", | |
| "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/", | |
| "builtInExtensions": [ | |
| { | |
| "name": "ms-vscode.js-debug-companion", | |
| "version": "1.0.18", | |
| "repo": "https://github.com/microsoft/vscode-js-debug-companion", | |
| "metadata": { | |
| "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", | |
| "publisherId": { | |
| "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee", | |
| "publisherName": "ms-vscode", | |
| "displayName": "Microsoft", | |
| "flags": "verified" | |
| }, | |
| "publisherDisplayName": "Microsoft" | |
| } | |
| }, | |
| { | |
| "name": "ms-vscode.js-debug", | |
| "version": "1.72.0", | |
| "repo": "https://github.com/microsoft/vscode-js-debug", | |
| "metadata": { | |
| "id": "25629058-ddac-4e17-abba-74678e126c5d", | |
| "publisherId": { | |
| "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee", | |
| "publisherName": "ms-vscode", | |
| "displayName": "Microsoft", | |
| "flags": "verified" | |
| }, | |
| "publisherDisplayName": "Microsoft" | |
| } | |
| }, | |
| { | |
| "name": "ms-vscode.vscode-js-profile-table", | |
| "version": "1.0.3", | |
| "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", | |
| "metadata": { | |
| "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb", | |
| "publisherId": { | |
| "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee", | |
| "publisherName": "ms-vscode", | |
| "displayName": "Microsoft", | |
| "flags": "verified" | |
| }, | |
| "publisherDisplayName": "Microsoft" | |
| } | |
| } | |
| ], | |
| "enableTelemetry": true, | |
| "quality": "stable", | |
| "extensionsGallery": { | |
| "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", | |
| "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", | |
| "itemUrl": "https://marketplace.visualstudio.com/items" | |
| }, | |
| "codeServerVersion": "4.9.1", | |
| "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode", | |
| "keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143", | |
| "keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144", | |
| "keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145", | |
| "introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146", | |
| "tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118", | |
| "newsletterSignupUrl": "https://www.research.net/r/vsc-newsletter", | |
| "linkProtectionTrustedDomains": [ | |
| "https://open-vsx.org" | |
| ], | |
| "aiConfig": { | |
| "ariaKey": "code-server" | |
| }, | |
| "commit": "6261075646f055b99068d3688932416f2346dd3b", | |
| "date": "2022-12-07T21:05:42.456Z", | |
| "version": "1.73.1" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment