microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.18k stars 28.29k forks source link

New install should have "disable-hardware-acceleration": true #147100

Closed Elsewhere42 closed 2 years ago

Elsewhere42 commented 2 years ago

I have installed Visual Studio Code on a large number of different laptops, PC's and servers and every single install results in VSCode opening with a blank screen.

The only work around for this is to edit the settings to disable GPU acceleration.

VSCode install should be modified so that the GPU acceleration is disabled by default.

If someone wants to use GPU acceleration, they can turn it on themselves.

svarlitskiy commented 2 years ago

I have a similar issue with a blank screen when I run vscode as sudo. Normally this would work with just "-n --no-sandbox --user-data-dir"

Command

sudo rm -rf /home/$USER/.cache/code
sudo code --verbose --disable-gpu --disable-extensions -n --no-sandbox --user-data-dir="/home/$USER/.cache/code" /usr/local/share/gnome-shell/extensions/

OS Info

# uname -a
Linux arch 5.17.1-arch1-1 #1 SMP PREEMPT Mon, 28 Mar 2022 20:55:33 +0000 x86_64 GNU/Linux

# gnome-terminal --version
GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD

# gnome-shell --version
GNOME Shell 42.0

# echo $XDG_SESSION_TYPE
x11

Debug Log

Expand to see full log
[10787:0408/125323.255287:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125323.255344:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10817:0408/125323.278477:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[10817:0408/125323.278576:ERROR:angle_platform_impl.cc(44)] Display.cpp:940 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[10817:0408/125323.278655:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Not initialized.
[10817:0408/125323.278712:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[10817:0408/125323.278770:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[10787:0408/125323.279226:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[10817:0408/125323.279501:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10829:0408/125323.298828:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[10829:0408/125323.298899:ERROR:angle_platform_impl.cc(44)] Display.cpp:940 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[10829:0408/125323.298940:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Not initialized.
[10829:0408/125323.298966:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[10829:0408/125323.298994:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[10829:0408/125323.299653:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10844:0408/125323.348091:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[10844:0408/125323.348155:ERROR:angle_platform_impl.cc(44)] Display.cpp:940 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[10844:0408/125323.348193:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Not initialized.
[10844:0408/125323.348220:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[10844:0408/125323.348249:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[10844:0408/125323.348841:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[main 2022-04-08T19:53:23.359Z] [File Watcher (node.js)] Request to start watching: /home/master/.cache/code/User (excludes: ),/home/master/.cache/code/User/settings.json (excludes: )
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10851:0408/125323.362731:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[10851:0408/125323.362831:ERROR:angle_platform_impl.cc(44)] Display.cpp:940 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[10851:0408/125323.362873:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Not initialized.
[10851:0408/125323.362896:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[10851:0408/125323.362921:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[10851:0408/125323.363549:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[main 2022-04-08T19:53:23.371Z] Starting VS Code
[main 2022-04-08T19:53:23.371Z] from: /opt/visual-studio-code/resources/app
[main 2022-04-08T19:53:23.371Z] args: {
  _: [ '/usr/local/share/gnome-shell/extensions' ],
  diff: false,
  add: false,
  goto: false,
  'new-window': true,
  'reuse-window': false,
  wait: false,
  'user-data-dir': '/home/master/.cache/code',
  help: false,
  'list-extensions': false,
  'show-versions': false,
  'pre-release': false,
  version: false,
  verbose: true,
  status: false,
  'prof-startup': false,
  'no-cached-data': false,
  'prof-v8-extensions': false,
  'disable-extensions': true,
  'disable-gpu': true,
  'ms-enable-electron-run-as-node': false,
  telemetry: false,
  debugRenderer: false,
  logExtensionHostCommunication: false,
  'skip-release-notes': false,
  'skip-welcome': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'disable-keytar': false,
  'disable-workspace-trust': false,
  'disable-crash-reporter': false,
  'crash-reporter-id': '0e1a101a-f606-4955-a2bc-50797c597788',
  'skip-add-to-recently-opened': false,
  'unity-launch': false,
  'open-url': false,
  'file-write': false,
  'file-chmod': false,
  'driver-verbose': false,
  force: false,
  'do-not-sync': false,
  trace: false,
  'force-user-env': false,
  'force-disable-user-env': false,
  'open-devtools': false,
  __sandbox: false,
  'no-proxy-server': false,
  'no-sandbox': false,
  nolazy: false,
  'force-renderer-accessibility': false,
  'ignore-certificate-errors': false,
  'allow-insecure-localhost': false,
  'disable-dev-shm-usage': false,
  logsPath: '/home/master/.cache/code/logs/20220408T125323'
}
[main 2022-04-08T19:53:23.372Z] Resolving machine identifier...
[main 2022-04-08T19:53:23.373Z] Resolved machine identifier: 770239a13b5e8af6fdacbbf2bf50573a892a117dd0306fcfd5bf9b2bd086c555
[main 2022-04-08T19:53:23.374Z] Main->SharedProcess#connect
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[main 2022-04-08T19:53:23.379Z] [File Watcher (node.js)] Started watching: '/home/master/.cache/code/User'
[main 2022-04-08T19:53:23.379Z] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/master/.cache/code/User/settings.json'
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10859:0408/125323.380636:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[10859:0408/125323.380722:ERROR:angle_platform_impl.cc(44)] Display.cpp:940 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[10859:0408/125323.380783:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: Not initialized.
[10859:0408/125323.380803:ERROR:gl_surface_egl.cc(1430)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[10859:0408/125323.380827:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[10859:0408/125323.381490:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
Authorization required, but no authorization protocol specified
Authorization required, but no authorization protocol specified
[10866:0408/125323.385812:WARNING:vaapi_wrapper.cc(605)] VAAPI video acceleration not available for disabled
[10866:0408/125323.385931:ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is disabled, ANGLE is
[main 2022-04-08T19:53:23.387Z] StorageMainService: creating global storage
[main 2022-04-08T19:53:23.392Z] lifecycle (main): phase changed (value: 2)
[main 2022-04-08T19:53:23.393Z] windowsManager#open
[main 2022-04-08T19:53:23.393Z] windowsManager#open pathsToOpen [
  {
    workspace: { id: 'f164e2c76ecbbf319c9a4df97854d974', uri: [h] },
    type: 2,
    exists: true
  }
]
[main 2022-04-08T19:53:23.394Z] windowsManager#doOpenFolderOrWorkspace {
  folderOrWorkspace: {
    workspace: { id: 'f164e2c76ecbbf319c9a4df97854d974', uri: [h] },
    type: 2,
    exists: true
  },
  filesToOpen: undefined
}
[main 2022-04-08T19:53:23.395Z] IPC Object URL: Registered new channel vscode:a5f47b67-9ca7-46d1-8c92-a3a64c595e35.
[main 2022-04-08T19:53:23.395Z] window#validateWindowState: validating window state on 1 display(s) {
  width: 1024,
  height: 768,
  mode: 1,
  x: 768,
  y: 336,
  hasDefaultState: true
}
[main 2022-04-08T19:53:23.395Z] window#validateWindowState: 1 monitor working area { x: 72, y: 32, width: 2488, height: 1408 }
[main 2022-04-08T19:53:23.395Z] window#ctor: using window state {
  width: 1024,
  height: 768,
  mode: 1,
  x: 768,
  y: 336,
  hasDefaultState: true
}
[10787:0408/125323.420474:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-08T19:53:23.432Z] window#load: attempt to load window (id: 1)
[main 2022-04-08T19:53:23.438Z] StorageMainService: creating workspace storage (f164e2c76ecbbf319c9a4df97854d974)
[main 2022-04-08T19:53:23.439Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 1, emptyToRestore: 0, emptyToOpen: 0)
[main 2022-04-08T19:53:23.439Z] lifecycle (main): phase changed (value: 3)
[main 2022-04-08T19:53:23.440Z] update#setState idle
[main 2022-04-08T19:53:23.440Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[10787:0408/125323.445072:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10866:0408/125323.449486:ERROR:x11_software_bitmap_presenter.cc(141)] XGetWindowAttributes failed for window 60817411
[main 2022-04-08T19:53:23.452Z] ExtensionHostStarterWorker created
[main 2022-04-08T19:53:23.474Z] [Disk FileSystemProvider]: createResourceLock() - request to acquire resource lock (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.475Z] [Disk FileSystemProvider]: createResourceLock() - new resource lock created (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.475Z] [Disk FileSystemProvider]: open() - storing lock for handle 85 (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.481Z] [Disk FileSystemProvider]: close() - resource lock removed from handle-lock map 85
[main 2022-04-08T19:53:23.481Z] [Disk FileSystemProvider]: close() - disposing lock for handle 85
[main 2022-04-08T19:53:23.481Z] [Disk FileSystemProvider]: createResourceLock() - resource lock dispose() (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.481Z] [Disk FileSystemProvider]: createResourceLock() - resource lock removed from resource-lock map (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.481Z] [Disk FileSystemProvider]: createResourceLock() - resource lock barrier open() (/home/master/.cache/code/storage.json)
[main 2022-04-08T19:53:23.519Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[10787:0408/125324.065623:INFO:CONSOLE(610)] "%cTRACE color: #888 workbench#open(): with configuration {
    "_": ["/usr/local/share/gnome-shell/extensions"],
    "diff": false,
    "add": false,
    "goto": false,
    "new-window": true,
    "reuse-window": false,
    "wait": false,
    "user-data-dir": "/home/master/.cache/code",
    "help": false,
    "list-extensions": false,
    "show-versions": false,
    "pre-release": false,
    "version": false,
    "verbose": true,
    "status": false,
    "prof-startup": false,
    "no-cached-data": false,
    "prof-v8-extensions": false,
    "disable-extensions": true,
    "disable-gpu": true,
    "ms-enable-electron-run-as-node": false,
    "telemetry": false,
    "debugRenderer": false,
    "logExtensionHostCommunication": false,
    "skip-release-notes": false,
    "skip-welcome": false,
    "disable-telemetry": false,
    "disable-updates": false,
    "disable-keytar": false,
    "disable-workspace-trust": false,
    "disable-crash-reporter": false,
    "crash-reporter-id": "0e1a101a-f606-4955-a2bc-50797c597788",
    "skip-add-to-recently-opened": false,
    "unity-launch": false,
    "open-url": false,
    "file-write": false,
    "file-chmod": false,
    "driver-verbose": false,
    "force": false,
    "do-not-sync": false,
    "trace": false,
    "force-user-env": false,
    "force-disable-user-env": false,
    "open-devtools": false,
    "__sandbox": false,
    "no-proxy-server": false,
    "no-sandbox": false,
    "nolazy": false,
    "force-renderer-accessibility": false,
    "ignore-certificate-errors": false,
    "allow-insecure-localhost": false,
    "disable-dev-shm-usage": false,
    "logsPath": "/home/master/.cache/code/logs/20220408T125323",
    "machineId": "770239a13b5e8af6fdacbbf2bf50573a892a117dd0306fcfd5bf9b2bd086c749",
    "windowId": 1,
    "mainPid": 10787,
    "appRoot": "/opt/visual-studio-code/resources/app",
    "execPath": "/opt/visual-studio-code/code",
    "codeCachePath": "/home/master/.cache/code/CachedData/8dfae7a5cd50421d10cd99cb873990460525a898",
    "backupPath": "/home/master/.cache/code/Backups/be683c147f9b204d597761d1df1289e1",
    "homeDir": "/root",
    "tmpDir": "/tmp",
    "userDataDir": "/home/master/.cache/code",
    "workspace": {
        "id": "f164e2c76ecbbf319c9a4df97854d974",
        "uri": {
            "$mid": 1,
            "path": "/usr/local/share/gnome-shell/extensions",
            "scheme": "file"
        }
    },
    "userEnv": {
        "VSCODE_IPC_HOOK": "/home/master/.cache/code/1.66.1-main.sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}"
    },
    "logLevel": 0,
    "product": {
        "nameShort": "Code",
        "nameLong": "Visual Studio Code",
        "applicationName": "code",
        "win32AppId": "{{F8A2A208-72B3-4D61-95FC-8A65D340689B}",
        "win32x64AppId": "{{EA457B21-F73E-494C-ACAB-524FDE069978}",
        "win32arm64AppId": "{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}",
        "win32UserAppId": "{{D628A17A-9713-46BF-8D57-E671B46A741E}",
        "win32x64UserAppId": "{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}",
        "win32arm64UserAppId": "{{D9E514E7-1A56-452D-9337-2990C0DC4310}",
        "win32NameVersion": "Microsoft Visual Studio Code",
        "win32DirName": "Microsoft VS Code",
        "win32SetupExeBasename": "VSCodeSetup",
        "win32AppUserModelId": "Microsoft.VisualStudioCode",
        "win32ShellNameShort": "Code",
        "win32MutexName": "vscode",
        "win32RegValueName": "VSCode",
        "darwinCredits": "resources/darwin/Credits.rtf",
        "darwinBundleIdentifier": "com.microsoft.VSCode",
        "darwinExecutable": "VSCode",
        "linuxIconName": "com.visualstudio.code",
        "licenseFileName": "LICENSE.rtf",
        "licenseName": "Multiple, see https://code.visualstudio.com/license",
        "serverLicense": ["*", "* Visual Studio Code Server", "*", "* By using the software, you agree to", "* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and", "* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).", "*"],
        "serverLicensePrompt": "Do you accept the terms in the License Agreement (Y/n)?",
        "serverApplicationName": "code-server",
        "urlProtocol": "vscode",
        "dataFolderName": ".vscode",
        "serverDataFolderName": ".vscode-server",
        "downloadUrl": "https://code.visualstudio.com",
        "updateUrl": "https://update.code.visualstudio.com",
        "webEndpointUrl": "https://vscodeweb.azureedge.net",
        "webEndpointUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}",
        "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
        "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",
            "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
            "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json",
            "recommendationsUrl": "https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"
        },
        "extensionTips": {
            "ms-dotnettools.csharp": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}",
            "firefox-devtools.vscode-firefox-debug": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}",
            "ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}",
            "golang.Go": "**/*.go",
            "ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}",
            "Ionide.Ionide-fsharp": "{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}",
            "dbaeumer.vscode-eslint": "{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}",
            "ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}",
            "bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}",
            "xdebug.php-debug": "{**/*.php,**/php.ini}",
            "matklad.rust-analyzer": "{**/*.rs,**/*.rslib}",
            "ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}",
            "DavidAnson.vscode-markdownlint": "{**/*.md}",
            "ms-azuretools.vscode-docker": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}",
            "EditorConfig.EditorConfig": "{**/.editorconfig}",
            "HookyQR.beautify": "{**/.jsbeautifyrc}",
            "donjayamanne.githistory": "{**/.gitignore,**/.git}",
            "felipecaputo.git-project-manager": "{**/.gitignore,**/.git}",
            "eamodio.gitlens": "{**/.gitignore,**/.git}",
            "rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}",
            "DotJoshJohnson.xml": "{**/*.xml}",
            "stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
            "eg2.vscode-npm-script": "{**/package.json}",
            "ms-mssql.mssql": "{**/*.sql}",
            "mtxr.sqltools": "{**/*.sql}",
            "usqlextpublisher.usql-vscode-ext": "{**/*.usql}",
            "ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}",
            "k--kato.intellij-idea-keybindings": "{**/.idea}",
            "christian-kohler.npm-intellisense": "{**/package.json}",
            "octref.vetur": "{**/*.vue}",
            "ms-python.python": "{**/*.py,**/*.ipynb}",
            "ms-toolsai.jupyter": "{**/*.ipynb}",
            "cake-build.cake-vscode": "{**/build.cake}",
            "Angular.ng-template": "{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}",
            "vscjava.vscode-maven": "**/pom.xml",
            "ms-azuretools.vscode-azureterraform": "**/*.tf",
            "HashiCorp.terraform": "**/*.tf",
            "vsciot-vscode.vscode-arduino": "**/*.ino",
            "ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}",
            "GoogleCloudTools.cloudcode": "{**/skaffold.yaml}",
            "Oracle.oracledevtools": "{**/*.sql}",
            "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}"
        },
        "extensionImportantTips": {
            "ms-dotnettools.csharp": {
                "name": "C#",
                "languages": ["csharp"],
                "pattern": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"
            },
            "ms-python.python": {
                "name": "Python",
                "languages": ["python"],
                "pattern": "{**/*.py}"
            },
            "ms-toolsai.jupyter": {
                "name": "Jupyter",
                "pattern": "{**/*.ipynb}"
            },
            "golang.Go": {
                "name": "Go",
                "languages": ["go"],
                "pattern": "**/*.go"
            },
            "vscjava.vscode-java-pack": {
                "name": "Java",
                "languages": ["java"],
                "pattern": "{**/*.java}",
                "isExtensionPack": true,
                "whenNotInstalled": ["ASF.apache-netbeans-java"]
            },
            "ms-vscode.PowerShell": {
                "name": "PowerShell",
                "languages": ["powershell"],
                "pattern": "{**/*.ps1,**/*.psd1,**/*.psm1}"
            },
            "ms-vscode.cpptools-extension-pack": {
                "name": "C/C++",
                "languages": ["c", "cpp"],
                "pattern": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}"
            },
            "ms-azuretools.vscode-docker": {
                "name": "Docker",
                "languages": ["dockerfile"],
                "pattern": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"
            },
            "octref.vetur": {
                "name": "Vetur",
                "languages": ["vue"],
                "pattern": "{**/*.vue}"
            },
            "ms-vscode.cmake-tools": {
                "name": "CMake Tools",
                "pattern": "{**/CMakeLists.txt}"
            },
            "ms-azure-devops.azure-pipelines": {
                "name": "Azure Pipelines",
                "pattern": "{**/azure-pipelines.yaml}"
            },
            "msazurermtools.azurerm-vscode-tools": {
                "name": "Azure Resource Manager",
                "pattern": "{**/azuredeploy.json}"
            },
            "ms-vscode-remote.remote-containers": {
                "name": "Remote - Containers",
                "pattern": "{**/devcontainer.json}"
            },
            "ms-azuretools.vscode-bicep": {
                "name": "Bicep",
                "pattern": "{**/*.bicep}"
            },
            "svelte.svelte-vscode": {
                "name": "Svelte",
                "pattern": "{**/*.svelte}"
            },
            "ms-vscode.vscode-github-issue-notebooks": {
                "name": "GitHub Issue Notebooks",
                "pattern": "{**/*.github-issues}"
            },
            "ms-playwright.playwright": {
                "name": "Playwright",
                "pattern": "{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}"
            }
        },
        "keymapExtensionTips": ["vscodevim.vim", "ms-vscode.sublime-keybindings", "ms-vscode.atom-keybindings", "ms-vscode.brackets-keybindings", "ms-vscode.vs-keybindings", "ms-vscode.notepadplusplus-keybindings", "k--kato.intellij-idea-keybindings", "lfs.vscode-emacs-friendly", "alphabotsec.vscode-eclipse-keybindings", "alefragnani.delphi-keybindings"],
        "languageExtensionTips": ["ms-python.python", "ms-vscode.cpptools-extension-pack", "ms-dotnettools.csharp", "ms-toolsai.jupyter", "vscjava.vscode-java-pack", "ecmel.vscode-html-css", "octref.vetur", "bmewburn.vscode-intelephense-client", "dsznajder.es7-react-js-snippets", "golang.go", "ms-vscode.powershell", "dart-code.dart-code", "matklad.rust-analyzer", "rebornix.ruby"],
        "configBasedExtensionTips": {
            "git": {
                "configPath": ".git/config",
                "configName": "Git",
                "recommendations": {
                    "github.vscode-pull-request-github": {
                        "name": "GitHub Pull Request",
                        "remotes": ["github.com"]
                    },
                    "eamodio.gitlens": {
                        "name": "GitLens"
                    }
                }
            },
            "devContainer": {
                "configPath": ".devcontainer/devcontainer.json",
                "configName": "Dev Container",
                "recommendations": {
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers",
                        "important": true
                    }
                }
            },
            "maven": {
                "configPath": "pom.xml",
                "configName": "Maven",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    },
                    "Pivotal.vscode-boot-dev-pack": {
                        "name": "Spring Boot Extension Pack",
                        "isExtensionPack": true
                    }
                }
            },
            "gradle": {
                "configPath": "build.gradle",
                "configName": "Gradle",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "github-pull-request": {
                "configPath": ".vscode/.github-pull-request.rec",
                "configName": "GitHub",
                "configScheme": "vscode-vfs",
                "recommendations": {
                    "github.vscode-pull-request-github": {
                        "name": "GitHub Pull Request",
                        "important": true
                    }
                }
            }
        },
        "exeBasedExtensionTips": {
            "az": {
                "friendlyName": "Azure CLI",
                "windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
                "recommendations": {
                    "ms-vscode.azurecli": {
                        "name": "Azure CLI Tools"
                    }
                }
            },
            "heroku": {
                "friendlyName": "Heroku CLI",
                "windowsPath": "%ProgramFiles%\\Heroku\\bin\\heroku.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azureappservice": {
                        "name": "Azure App Service"
                    },
                    "pkosta2005.heroku-command": {
                        "name": "heroku-cli"
                    }
                }
            },
            "mongo": {
                "friendlyName": "Mongo",
                "windowsPath": "%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe",
                "recommendations": {
                    "ms-azuretools.vscode-cosmosdb": {
                        "name": "Azure Databases"
                    }
                }
            },
            "serverless": {
                "friendlyName": "Serverless framework",
                "windowsPath": "%APPDATA%\\npm\\serverless.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azurefunctions": {
                        "name": "Azure Functions"
                    }
                }
            },
            "func": {
                "friendlyName": "Azure Function SDK",
                "windowsPath": "%APPDATA%\\npm\\func.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azurefunctions": {
                        "name": "Azure Functions"
                    }
                }
            },
            "mysql": {
                "friendlyName": "MySQL",
                "windowsPath": "%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe",
                "recommendations": {
                    "mtxr.sqltools": {
                        "name": "SQLTools"
                    }
                }
            },
            "postgres": {
                "friendlyName": "PostgreSQL",
                "windowsPath": "%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe",
                "recommendations": {
                    "ms-ossdata.vscode-postgresql": {
                        "name": "PostgreSQL"
                    },
                    "mtxr.sqltools": {
                        "name": "SQLTools"
                    }
                }
            },
            "sqlcmd": {
                "friendlyName": "SQL CLI",
                "recommendations": {
                    "ms-mssql.mssql": {
                        "name": "SQL Server (mssql)"
                    }
                }
            },
            "now": {
                "friendlyName": "Now CLI",
                "windowsPath": "%APPDATA%\\npm\\now.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azureappservice": {
                        "name": "Azure App Service"
                    },
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    }
                }
            },
            "docker": {
                "friendlyName": "Docker",
                "windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker",
                        "important": true
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers",
                        "important": true
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "kubectl": {
                "friendlyName": "Kubernetes",
                "windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "ng": {
                "friendlyName": "Angular CLI",
                "windowsPath": "%APPDATA%\\npmexit\\ng.cmd",
                "recommendations": {
                    "johnpapa.Angular2": {
                        "name": "Angular Snippets"
                    }
                }
            },
            "create-react-app": {
                "friendlyName": "Create React App",
                "windowsPath": "%APPDATA%\\npm\\create-react-app.cmd",
                "recommendations": {
                    "msjsdiag.vscode-react-native": {
                        "name": "React Native Tools"
                    }
                }
            },
            "react-native": {
                "friendlyName": "React Native",
                "windowsPath": "%APPDATA%\\npm\\react-native-cli",
                "recommendations": {
                    "msjsdiag.vscode-react-native": {
                        "name": "React Native Tools"
                    }
                }
            },
            "p4": {
                "friendlyName": "Perforce",
                "recommendations": {
                    "slevesque.perforce": {
                        "name": "Perforce for VS Code"
                    }
                }
            },
            "hg": {
                "friendlyName": "Mercurial",
                "recommendations": {
                    "mrcrowl.hg": {
                        "name": "Hg"
                    }
                }
            },
            "git": {
                "friendlyName": "Git",
                "windowsPath": "%ProgramFiles%\\Git\\git-bash.exe",
                "recommendations": {
                    "eamodio.gitlens": {
                        "name": "GitLens"
                    }
                }
            },
            "svn": {
                "friendlyName": "Subversion",
                "windowsPath": "%ProgramFiles%\\TortoiseSVN\\bin\\TortoiseProc.exe",
                "recommendations": {
                    "johnstoncode.svn-scm": {
                        "name": "SVN"
                    }
                }
            },
            "subl": {
                "friendlyName": "Sublime",
                "windowsPath": "%ProgramFiles%\\Sublime Text3\\sublime_text.exe",
                "recommendations": {
                    "ms-vscode.sublime-keybindings": {
                        "name": "Sublime Text Keymap and Settings Importer"
                    }
                }
            },
            "atom": {
                "friendlyName": "Atom",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\atom\\bin\\atom.cmd",
                "recommendations": {
                    "ms-vscode.atom-keybindings": {
                        "name": "Atom Keymap"
                    }
                }
            },
            "brackets": {
                "friendlyName": "Brackets",
                "windowsPath": "%ProgramFiles(x86)%\\Brackets\\Brackets.exe",
                "recommendations": {
                    "ms-vscode.brackets-keybindings": {
                        "name": "Brackets Keymap"
                    }
                }
            },
            "notepadplusplus": {
                "friendlyName": "Notepad++",
                "windowsPath": "%ProgramFiles%\\Notepad++\\Notepad++.exe",
                "recommendations": {
                    "ms-vscode.notepadplusplus-keybindings": {
                        "name": "Notepad++ keymap"
                    }
                }
            },
            "vi": {
                "friendlyName": "VIM",
                "windowsPath": "%ProgramFiles(x86)%\\Vim\\vim80\\gvim.exe",
                "recommendations": {
                    "vscodevim.vim": {
                        "name": "Vim"
                    }
                }
            },
            "mvn": {
                "friendlyName": "Maven",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "gradle": {
                "friendlyName": "Gradle",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "Microsoft Edge": {
                "friendlyName": "Microsoft Edge",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Dev": {
                "friendlyName": "Microsoft Edge Dev",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Beta": {
                "friendlyName": "Microsoft Edge Beta",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Canary": {
                "friendlyName": "Microsoft Edge Canary",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Mozilla Firefox (x86)": {
                "friendlyName": "Mozilla Firefox",
                "windowsPath": "%ProgramFiles(x86)%\\Mozilla Firefox\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox Developer Edition (x86)": {
                "friendlyName": "Mozilla Firefox Developer Edition",
                "windowsPath": "%ProgramFiles(x86)%\\Firefox Developer Edition\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox": {
                "friendlyName": "Mozilla Firefox",
                "windowsPath": "%ProgramFiles%\\Mozilla Firefox\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox Developer Edition": {
                "friendlyName": "Mozilla Firefox Developer Edition",
                "windowsPath": "%ProgramFiles%\\Firefox Developer Edition\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "cordova": {
                "friendlyName": "Cordova",
                "windowsPath": "%APPDATA%\\npm\\cordova",
                "recommendations": {
                    "msjsdiag.cordova-tools": {
                        "name": "Cordova Tools"
                    }
                }
            },
            "gcloud": {
                "friendlyName": "Google GCloud CLI",
                "windowsPath": "%ProgramFiles(x86)%\\Google\\Cloud SDK\\google-cloud-sdk\\bin\\gcloud.cmd",
                "recommendations": {
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "skaffold": {
                "friendlyName": "Skaffold Code to Cluster",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "minikube": {
                "friendlyName": "MiniKube Local Kubernetes Cluster",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "podman": {
                "friendlyName": "Podman",
                "recommendations": {
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "wsl": {
                "friendlyName": "Windows Subsystem for Linux (WSL)",
                "windowsPath": "%WINDIR%\\system32\\lxss\\LxssManager.dll",
                "important": true,
                "recommendations": {
                    "ms-vscode-remote.remote-wsl": {
                        "name": "Remote - WSL",
                        "important": true
                    }
                }
            }
        },
        "webExtensionTips": ["tyriar.luna-paint", "codespaces-contrib.codeswing", "ms-vscode.vscode-github-issue-notebooks", "esbenp.prettier-vscode", "hediet.vscode-drawio"],
        "remoteExtensionTips": {
            "wsl": {
                "friendlyName": "Remote - WSL",
                "extensionId": "ms-vscode-remote.remote-wsl"
            },
            "ssh-remote": {
                "friendlyName": "Remote - SSH",
                "extensionId": "ms-vscode-remote.remote-ssh"
            },
            "dev-container": {
                "friendlyName": "Remote - Containers",
                "extensionId": "ms-vscode-remote.remote-containers"
            },
            "attached-container": {
                "friendlyName": "Remote - Containers",
                "extensionId": "ms-vscode-remote.remote-containers"
            },
            "vsonline": {
                "friendlyName": "Visual Studio Online",
                "extensionId": "ms-vsonline.vsonline"
            }
        },
        "extensionKeywords": {
            "md": ["Markdown"],
            "js": ["JavaScript"],
            "jsx": ["JavaScript"],
            "es6": ["JavaScript"],
            "html": ["Html"],
            "ts": ["TypeScript"],
            "tsx": ["TypeScript"],
            "css": ["CSS"],
            "scss": ["SASS"],
            "txt": ["Text"],
            "php": ["PHP"],
            "php3": ["PHP"],
            "php4": ["PHP"],
            "ph3": ["PHP"],
            "ph4": ["PHP"],
            "xml": ["XML"],
            "py": ["Python"],
            "pyc": ["Python"],
            "pyd": ["Python"],
            "pyo": ["Python"],
            "pyw": ["Python"],
            "pyz": ["Python"],
            "java": ["Java"],
            "class": ["Java"],
            "jar": ["Java"],
            "c": ["c", "objective c", "objective-c"],
            "m": ["objective c", "objective-c"],
            "mm": ["objective c", "objective-c"],
            "cpp": ["cpp", "c plus plus", "c", "c++"],
            "cc": ["cpp", "c plus plus", "c", "c++"],
            "cxx": ["cpp", "c plus plus", "c++"],
            "hh": ["cpp", "c plus plus", "c++"],
            "hpp": ["cpp", "c++"],
            "h": ["cpp", "c plus plus", "c++", "c", "objective c", "objective-c"],
            "sql": ["sql"],
            "sh": ["bash"],
            "bash": ["bash"],
            "zsh": ["bash", "zshell"],
            "cs": ["c#", "csharp"],
            "csproj": ["c#", "csharp"],
            "sln": ["c#", "csharp"],
            "go": ["go"],
            "sty": ["latex"],
            "tex": ["latex"],
            "ps": ["powershell"],
            "ps1": ["powershell"],
            "rs": ["rust"],
            "rslib": ["rust"],
            "hs": ["haskell"],
            "lhs": ["haskell"],
            "scm": ["scheme"],
            "ss": ["scheme"],
            "clj": ["clojure"],
            "cljs": ["clojure"],
            "cljc": ["clojure"],
            "edn": ["clojure"],
            "erl": ["erlang"],
            "hrl": ["erlang"],
            "scala": ["scala"],
            "sc": ["scala"],
            "pl": ["perl"],
            "pm": ["perl"],
            "t": ["perl"],
            "pod": ["perl"],
            "groovy": ["groovy"],
            "swift": ["swift"],
            "rb": ["ruby"],
            "rbw": ["ruby"],
            "jl": ["julia"],
            "f": ["fortran"],
            "for": ["fortran"],
            "f90": ["fortran"],
            "f95": ["fortran"],
            "coffee": ["CoffeeScript"],
            "litcoffee": ["CoffeeScript"],
            "yaml": ["yaml"],
            "yml": ["yaml"],
            "dart": ["dart"],
            "json": ["json"]
        },
        "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", "codacy.com", "codeclimate.com", "codecov.io", "coveralls.io", "david-dm.org", "deepscan.io", "dev.azure.com", "docs.rs", "flat.badgen.net", "gemnasium.com", "githost.io", "gitlab.com", "godoc.org", "goreportcard.com", "img.shields.io", "isitmaintained.com", "marketplace.visualstudio.com", "nodesecurity.io", "opencollective.com", "snyk.io", "travis-ci.com", "travis-ci.org", "visualstudio.com", "vsmarketplacebadge.apphb.com", "www.bithound.io", "www.versioneye.com"],
        "extensionAllowedBadgeProvidersRegex": ["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"],
        "crashReporter": {
            "productName": "VSCode",
            "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",
            "darwin": "appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774",
            "darwin-arm64": "appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10",
            "darwin-universal": "appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"
        },
        "enableTelemetry": true,
        "aiConfig": {
            "asimovKey": "AIF-444c3af9-8e69-4462-ab49-4191e6ad1916"
        },
        "msftInternalDomains": ["redmond.corp.microsoft.com", "northamerica.corp.microsoft.com", "fareast.corp.microsoft.com", "ntdev.corp.microsoft.com", "wingroup.corp.microsoft.com", "southpacific.corp.microsoft.com", "wingroup.windeploy.ntdev.microsoft.com", "ddnet.microsoft.com", "europe.corp.microsoft.com"],
        "sendASmile": {
            "reportIssueUrl": "https://go.microsoft.com/fwlink/?LinkId=534872",
            "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482"
        },
        "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
        "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#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",
        "twitterUrl": "https://go.microsoft.com/fwlink/?LinkID=533687",
        "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
        "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
        "reportMarketplaceIssueUrl": "https://github.com/microsoft/vsmarketplace/issues/new",
        "licenseUrl": "https://go.microsoft.com/fwlink/?LinkID=533485",
        "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=786907",
        "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",
        "settingsSearchUrl": "https://bingsettingssearch.trafficmanager.net/api/Search",
        "surveys": [{
            "surveyId": "cpp.1",
            "surveyUrl": "https://www.research.net/r/VBVV6C6",
            "languageId": "cpp",
            "editCount": 10,
            "userProbability": 0.15
        }, {
            "surveyId": "java.2",
            "surveyUrl": "https://www.research.net/r/vscodejava",
            "languageId": "java",
            "editCount": 10,
            "userProbability": 0.3
        }, {
            "surveyId": "javascript.1",
            "surveyUrl": "https://www.research.net/r/vscode-js",
            "languageId": "javascript",
            "editCount": 10,
            "userProbability": 0.05
        }, {
            "surveyId": "typescript.1",
            "surveyUrl": "https://www.research.net/r/vscode-ts",
            "languageId": "typescript",
            "editCount": 10,
            "userProbability": 0.05
        }],
        "extensionEnabledApiProposals": {
            "ms-vscode.vscode-selfhost-test-provider": ["testObserver"],
            "VisualStudioExptTeam.vscodeintellicode-completions": ["inlineCompletions"],
            "ms-vsliveshare.vsliveshare": ["contribMenuBarHome", "diffCommand", "documentFiltersExclusive", "fileSearchProvider", "findTextInFiles", "notebookCellExecutionState", "notebookContentProvider", "notebookDocumentEvents", "notebookEditor", "notebookEditorEdit", "notebookLiveShare", "terminalDimensions", "terminalDataWriteEvent", "textDocumentNotebook", "textSearchProvider"],
            "ms-vscode.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
            "ms-toolsai.vscode-ai-remote": ["resolvers", "notebookEditor"],
            "ms-python.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
            "ms-dotnettools.dotnet-interactive-vscode": ["notebookConcatTextDocument", "notebookContentProvider", "notebookCellExecutionState", "notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookEditorDecorationType", "notebookEditorEdit", "notebookLiveShare", "notebookMessaging", "notebookMime", "textDocumentNotebook"],
            "GitHub.codespaces": ["contribMenuBarHome", "contribRemoteHelp", "contribViewsRemote", "notebookEditor", "resolvers", "terminalDataWriteEvent", "treeViewReveal"],
            "ms-vscode.azure-repos": ["extensionRuntime", "fileSearchProvider", "resolvers", "textSearchProvider"],
            "ms-vscode.remote-repositories": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "ms-vscode.vscode-github-issue-notebooks": ["notebookEditor"],
            "tanhakabir.rest-book": ["notebookEditor"],
            "ms-vscode-remote.remote-wsl": ["resolvers", "contribViewsRemote", "telemetry"],
            "ms-vscode-remote.remote-ssh": ["resolvers", "terminalDataWriteEvent", "contribViewsRemote", "telemetry"],
            "ms-vscode-remote.remote-containers": ["resolvers", "workspaceTrust", "terminalDimensions", "contribViewsRemote"],
            "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
            "ms-vscode.lsif-browser": ["documentFiltersExclusive"],
            "GitHub.vscode-pull-request-github": ["tokenInformation"],
            "GitHub.copilot": ["inlineCompletions", "textDocumentNotebook"],
            "GitHub.copilot-nightly": ["inlineCompletions", "textDocumentNotebook"],
            "GitHub.remotehub": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "resolvers", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "GitHub.remotehub-insiders": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "resolvers", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "ms-python.gather": ["notebookEditor", "notebookCellExecutionState"],
            "ms-python.vscode-pylance": ["notebookDocumentEvents", "notebookEditor", "notebookCellExecutionState"],
            "ms-toolsai.jupyter": ["notebookConcatTextDocument", "notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookDocumentEvents", "notebookEditorDecorationType", "notebookEditorEdit", "notebookMessaging", "notebookMime", "notebookCellExecutionState", "portsAttributes", "textDocumentNotebook", "quickPickSortByLabel"],
            "dbaeumer.vscode-eslint": ["tabs", "notebookDocumentEvents", "notebookEditor", "notebookCellExecutionState"],
            "ms-vscode.azure-sphere-tools-ui": ["resolvers"],
            "ms-azuretools.vscode-azureappservice": ["terminalDataWriteEvent"]
        },
        "tasConfig": {
            "endpoint": "https://default.exp-tas.com/vscode/ab",
            "telemetryEventName": "query-expfeature",
            "featuresTelemetryPropertyName": "VSCode.ABExp.Features",
            "assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
        },
        "experimentsUrl": "https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json",
        "extensionKind": {
            "Shan.code-settings-sync": ["ui"],
            "shalldie.background": ["ui"],
            "techer.open-in-browser": ["ui"],
            "CoenraadS.bracket-pair-colorizer-2": ["ui"],
            "CoenraadS.bracket-pair-colorizer": ["ui", "workspace"],
            "hiro-sun.vscode-emacs": ["ui", "workspace"],
            "hnw.vscode-auto-open-markdown-preview": ["ui", "workspace"],
            "wayou.vscode-todo-highlight": ["ui", "workspace"],
            "aaron-bond.better-comments": ["ui", "workspace"],
            "vscodevim.vim": ["ui"],
            "ollyhayes.colmak-vim": ["ui"]
        },
        "extensionPointExtensionKind": {
            "typescriptServerPlugins": ["workspace"]
        },
        "extensionSyncedKeys": {
            "ritwickdey.liveserver": ["liveServer.setup.version"]
        },
        "extensionVirtualWorkspacesSupport": {
            "esbenp.prettier-vscode": {
                "default": false
            },
            "msjsdiag.debugger-for-chrome": {
                "default": false
            },
            "redhat.java": {
                "default": false
            },
            "HookyQR.beautify": {
                "default": false
            },
            "ritwickdey.LiveServer": {
                "default": false
            },
            "VisualStudioExptTeam.vscodeintellicode": {
                "default": false
            },
            "octref.vetur": {
                "default": false
            },
            "formulahendry.code-runner": {
                "default": false
            },
            "xdebug.php-debug": {
                "default": false
            },
            "ms-mssql.mssql": {
                "default": false
            },
            "christian-kohler.path-intellisense": {
                "default": false
            },
            "eg2.tslint": {
                "default": false
            },
            "eg2.vscode-npm-script": {
                "default": false
            },
            "donjayamanne.githistory": {
                "default": false
            },
            "Zignd.html-css-class-completion": {
                "default": false
            },
            "christian-kohler.npm-intellisense": {
                "default": false
            },
            "EditorConfig.EditorConfig": {
                "default": false
            },
            "austin.code-gnu-global": {
                "default": false
            },
            "johnpapa.Angular2": {
                "default": false
            },
            "ms-vscode.vscode-typescript-tslint-plugin": {
                "default": false
            },
            "DotJoshJohnson.xml": {
                "default": false
            },
            "techer.open-in-browser": {
                "default": false
            },
            "tht13.python": {
                "default": false
            },
            "bmewburn.vscode-intelephense-client": {
                "default": false
            },
            "Angular.ng-template": {
                "default": false
            },
            "xdebug.php-pack": {
                "default": false
            },
            "dbaeumer.jshint": {
                "default": false
            },
            "yzhang.markdown-all-in-one": {
                "default": false
            },
            "Dart-Code.flutter": {
                "default": false
            },
            "streetsidesoftware.code-spell-checker": {
                "default": false
            },
            "rebornix.Ruby": {
                "default": false
            },
            "ms-vscode.sublime-keybindings": {
                "default": false
            },
            "mitaki28.vscode-clang": {
                "default": false
            },
            "steoates.autoimport": {
                "default": false
            },
            "donjayamanne.python-extension-pack": {
                "default": false
            },
            "shd101wyy.markdown-preview-enhanced": {
                "default": false
            },
            "mikestead.dotenv": {
                "default": false
            },
            "pranaygp.vscode-css-peek": {
                "default": false
            },
            "ikappas.phpcs": {
                "default": false
            },
            "platformio.platformio-ide": {
                "default": false
            },
            "jchannon.csharpextensions": {
                "default": false
            },
            "gruntfuggly.todo-tree": {
                "default": false
            }
        },
        "linkProtectionTrustedDomains": ["https://*.visualstudio.com", "https://*.microsoft.com", "https://aka.ms", "https://vscode-auth.github.com", "https://client-auth-staging-14a768b.herokuapp.com", "https://*.gallerycdn.vsassets.io", "https://github.com/microsoft/", "https://github.com/MicrosoftDocs/", "https://login.microsoftonline.com"],
        "auth": {
            "loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
            "tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
            "redirectUrl": "https://vscode-redirect.azurewebsites.net/",
            "clientId": "aebc6443-996d-45c2-90f0-388ff96faa56"
        },
        "configurationSync.store": {
            "url": "https://vscode-sync.trafficmanager.net/",
            "stableUrl": "https://vscode-sync.trafficmanager.net/",
            "insidersUrl": "https://vscode-sync-insiders.trafficmanager.net/",
            "canSwitch": false,
            "authenticationProviders": {
                "microsoft": {
                    "scopes": ["openid", "profile", "email", "offline_access"]
                },
                "github": {
                    "scopes": ["user:email"]
                }
            }
        },
        "builtInExtensions": [{
            "name": "ms-vscode.references-view",
            "version": "0.0.89",
            "repo": "https://github.com/microsoft/vscode-references-view",
            "metadata": {
                "id": "dc489f46-520d-4556-ae85-1f9eab3c412d",
                "publisherId": {
                    "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
                    "publisherName": "ms-vscode",
                    "displayName": "Microsoft",
                    "flags": "verified"
                },
                "publisherDisplayName": "Microsoft"
            }
        }, {
            "name": "ms-vscode.js-debug-companion",
            "version": "1.0.17",
            "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.66.1",
            "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.0",
            "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"
            }
        }, {
            "name": "ms-vscode-remote.remote-wsl-recommender",
            "version": "0.0.15",
            "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
        }],
        "commit": "8dfae7a5cd50421d10cd99cb873990460525a898",
        "date": "2022-04-06T14:51:26.173Z",
        "checksums": {
            "vs/base/parts/sandbox/electron-browser/preload.js": "4LPryFCP4apTsXFTenbDHw",
            "vs/workbench/workbench.desktop.main.js": "FF1fmI1QJ4LVzHGrTfAX9Q",
            "vs/workbench/workbench.desktop.main.css": "YmHJG+BbiSJZgE8GZtTE4A",
            "vs/workbench/api/node/extensionHostProcess.js": "UYfv7iZkxWsIv57L9bQ/9g",
            "vs/code/electron-browser/workbench/workbench.html": "ANJ97GhSy+4KBhGH8+U6xA",
            "vs/code/electron-browser/workbench/workbench.js": "/ATU0nOKy6QYAHd7JPYQGA"
        },
        "settingsSearchBuildId": 1660100976410,
        "version": "1.66.1"
    },
    "isInitialStartup": true,
    "perfMarks": [{
        "name": "code/timeOrigin",
        "startTime": 1649447603124
    }, {
        "name": "code/didStartMain",
        "startTime": 1649447603208
    }, {
        "name": "code/willStartCrashReporter",
        "startTime": 1649447603216
    }, {
        "name": "code/didStartCrashReporter",
        "startTime": 1649447603219
    }, {
        "name": "code/mainAppReady",
        "startTime": 1649447603277
    }, {
        "name": "code/willLoadMainBundle",
        "startTime": 1649447603281
    }, {
        "name": "code/fork/willLoadCode",
        "startTime": 1649447603293
    }, {
        "name": "code/registerFilesystem/file",
        "startTime": 1649447603354
    }, {
        "name": "code/didLoadMainBundle",
        "startTime": 1649447603356
    }, {
        "name": "code/willStartMainServer",
        "startTime": 1649447603363
    }, {
        "name": "code/didStartMainServer",
        "startTime": 1649447603365
    }, {
        "name": "code/willCreateCodeWindow",
        "startTime": 1649447603395
    }, {
        "name": "code/willRestoreCodeWindowState",
        "startTime": 1649447603395
    }, {
        "name": "code/didRestoreCodeWindowState",
        "startTime": 1649447603395
    }, {
        "name": "code/willCreateCodeBrowserWindow",
        "startTime": 1649447603396
    }, {
        "name": "code/didCreateCodeBrowserWindow",
        "startTime": 1649447603426
    }, {
        "name": "code/didCreateCodeWindow",
        "startTime": 1649447603426
    }, {
        "name": "code/willOpenNewWindow",
        "startTime": 1649447603432
    }],
    "os": {
        "release": "5.17.1-arch1-1",
        "hostname": "arch"
    },
    "autoDetectHighContrast": true,
    "autoDetectColorScheme": false,
    "accessibilitySupport": false,
    "colorScheme": {
        "dark": false,
        "highContrast": false
    },
    "fullscreen": false,
    "maximized": false
}
", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.065706:INFO:CONSOLE(610)] "%cTRACE color: #888 Renderer->SharedProcess#connect", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.163563:INFO:CONSOLE(610)] "%cTRACE color: #888 Renderer->SharedProcess#createWorker", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-08T19:53:24.167Z] [Disk FileSystemProvider]: atomic read operation started (/home/master/.cache/code/User/settings.json)
[main 2022-04-08T19:53:24.167Z] [Disk FileSystemProvider]: createResourceLock() - request to acquire resource lock (/home/master/.cache/code/User/settings.json)
[main 2022-04-08T19:53:24.167Z] [Disk FileSystemProvider]: createResourceLock() - new resource lock created (/home/master/.cache/code/User/settings.json)
[main 2022-04-08T19:53:24.167Z] [Disk FileSystemProvider]: createResourceLock() - resource lock dispose() (/home/master/.cache/code/User/settings.json)
[main 2022-04-08T19:53:24.168Z] [Disk FileSystemProvider]: createResourceLock() - resource lock removed from resource-lock map (/home/master/.cache/code/User/settings.json)
[main 2022-04-08T19:53:24.168Z] [Disk FileSystemProvider]: createResourceLock() - resource lock barrier open() (/home/master/.cache/code/User/settings.json)
[10787:0408/125324.176274:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///usr/local/share/gnome-shell/extensions/.vscode/settings.json': Unable to read file '/usr/local/share/gnome-shell/extensions/.vscode/settings.json' (Error: Unable to resolve nonexistent file '/usr/local/share/gnome-shell/extensions/.vscode/settings.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.176536:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///usr/local/share/gnome-shell/extensions/.vscode/tasks.json': Unable to read file '/usr/local/share/gnome-shell/extensions/.vscode/tasks.json' (Error: Unable to resolve nonexistent file '/usr/local/share/gnome-shell/extensions/.vscode/tasks.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.176742:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///usr/local/share/gnome-shell/extensions/.vscode/launch.json': Unable to read file '/usr/local/share/gnome-shell/extensions/.vscode/launch.json' (Error: Unable to resolve nonexistent file '/usr/local/share/gnome-shell/extensions/.vscode/launch.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.189505:INFO:CONSOLE(610)] "%cTRACE color: #888 [lifecycle] starting up (startup kind: 1)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.192801:INFO:CONSOLE(610)] "%cTRACE color: #888 Skipping initializing user data in desktop", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.232468:INFO:CONSOLE(610)] "%cTRACE color: #888 lifecycle: phase changed (value: 2)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.250713:INFO:CONSOLE(610)] "%cTRACE color: #888 TimelineService#registerTimelineProvider: id=timeline.localHistory", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.256836:INFO:CONSOLE(610)] "%cTRACE color: #888 UserDataInitializationService#requiresInitialization", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.332411:INFO:CONSOLE(610)] "%cTRACE color: #888 Layout#layout, height: 768, width: 1024", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-08T19:53:24.375Z] window#load: window reported ready (id: 1)
[main 2022-04-08T19:53:24.376Z] [Disk FileSystemProvider]: atomic read operation started (/home/master/.cache/code/User/keybindings.json)
[main 2022-04-08T19:53:24.377Z] [Disk FileSystemProvider]: createResourceLock() - request to acquire resource lock (/home/master/.cache/code/User/keybindings.json)
[main 2022-04-08T19:53:24.377Z] [Disk FileSystemProvider]: createResourceLock() - new resource lock created (/home/master/.cache/code/User/keybindings.json)
[main 2022-04-08T19:53:24.377Z] [Disk FileSystemProvider]: createResourceLock() - resource lock dispose() (/home/master/.cache/code/User/keybindings.json)
[main 2022-04-08T19:53:24.377Z] [Disk FileSystemProvider]: createResourceLock() - resource lock removed from resource-lock map (/home/master/.cache/code/User/keybindings.json)
[main 2022-04-08T19:53:24.377Z] [Disk FileSystemProvider]: createResourceLock() - resource lock barrier open() (/home/master/.cache/code/User/keybindings.json)
[10787:0408/125324.395099:INFO:CONSOLE(610)] "%cTRACE color: #888 lifecycle: phase changed (value: 3)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.433710:INFO:CONSOLE(610)] "%cTRACE color: #888 DialogService#show Do you trust the authors of the files in this folder?", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-08T19:53:24.507Z] SharedProcess: on vscode:createSharedProcessMessageChannel
[main 2022-04-08T19:53:24.507Z] IPC Object URL: Registered new channel vscode:19e1eb96-90f9-4e35-ad73-3bdef1ae2fe8.
[10866:0408/125324.512971:ERROR:x11_software_bitmap_presenter.cc(141)] XGetWindowAttributes failed for window 60817418
[10787:0408/125324.513366:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: notifyNavigation() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.514070:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: notifyNavigation() not ignoring (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.514109:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: onNonSelectionAwareEditorNavigation() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.516168:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: add() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.516207:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: index: 0, navigating: false
- group: 0, editor: walkThrough://vscode_getting_started_page, selection: 
            ", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125324.517686:INFO:CONSOLE(610)] "%cDEBUG background: #eee; color: #888 Webview(ece27ef7-bdfe-49cc-8039-08ced7a4c83b): will update content", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-08T19:53:24.542Z] menubarService#updateMenubar 1
[10787:0408/125324.558454:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125324.559921:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-08T19:53:24.563Z] menubarService#updateMenubar 1
[10787:0408/125324.579017:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125324.580136:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")

....

[10787:0408/125337.045827:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125337.047509:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125343.174348:INFO:CONSOLE(1)] "[uncaught exception]: TypeError: setTimeout(...).unref is not a function", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/bootstrap-window.js (1)
[10787:0408/125343.174968:INFO:CONSOLE(1)] "TypeError: setTimeout(...).unref is not a function
    at IncomingMessage. (/opt/visual-studio-code/resources/app/node_modules.asar/applicationinsights/out/Library/Sender.js:100:117)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/bootstrap-window.js (1)
[main 2022-04-08T19:53:51.424Z] menubarService#updateMenubar 1
[10787:0408/125351.440121:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125351.441099:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-08T19:53:52.886Z] menubarService#updateMenubar 1
[10787:0408/125352.923876:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125352.929573:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-08T19:53:53.442Z] update#checkForUpdates, state =  idle
[main 2022-04-08T19:53:53.442Z] update#setState checking for updates
[main 2022-04-08T19:53:53.443Z] RequestService#request https://update.code.visualstudio.com/api/update/linux-x64/stable/8dfae7a5cd50421d10cd99cb873990460525a898
[main 2022-04-08T19:53:53.443Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2022-04-08T19:53:53.502Z] update#setState idle
[main 2022-04-08T19:53:53.712Z] menubarService#updateMenubar 1
[10787:0408/125353.744374:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125353.751421:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[10787:0408/125354.966743:INFO:CONSOLE(29)] "%cTRACE color: #888 [code cache cleanup]: Starting to clean up old code cache folders.", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (29)
[10787:0408/125354.966984:INFO:CONSOLE(29)] "%cTRACE color: #888 [storage cleanup]: Starting to clean up storage folders.", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (29)
[main 2022-04-08T19:54:01.738Z] Lifecycle#window.on('close') - window ID 1
[main 2022-04-08T19:54:01.739Z] Lifecycle#unload() - window ID 1
[10787:0408/125401.760436:INFO:CONSOLE(610)] "%cTRACE color: #888 [lifecycle] onBeforeUnload (reason: 1)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125401.764313:INFO:CONSOLE(610)] "%cTRACE color: #888 [lifecycle] onBeforeUnload continues without veto", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[10787:0408/125401.764797:INFO:CONSOLE(610)] "%cTRACE color: #888 [lifecycle] onWillUnload (reason: 1)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-08T19:54:01.793Z] StorageMainService: closed workspace storage (f164e2c76ecbbf319c9a4df97854d974)
[main 2022-04-08T19:54:01.800Z] Lifecycle#onBeforeCloseWindow.fire() - window ID 1
[main 2022-04-08T19:54:01.811Z] IPC Object URL: Removed channel vscode:a5f47b67-9ca7-46d1-8c92-a3a64c595e35.
[main 2022-04-08T19:54:01.811Z] Lifecycle#window.on('closed') - window ID 1
[main 2022-04-08T19:54:01.811Z] Lifecycle#onWillShutdown.fire()
[main 2022-04-08T19:54:01.812Z] IPC Object URL: Removed channel vscode:19e1eb96-90f9-4e35-ad73-3bdef1ae2fe8.
[main 2022-04-08T19:54:01.812Z] storageMainService#onWillShutdown()
[main 2022-04-08T19:54:01.812Z] SharedProcess: disposing worker (reason: 'closed') {
  process: {
    moduleId: 'vs/platform/files/node/watcher/watcherMain',
    type: 'fileWatcher'
  },
  reply: {
    windowId: 1,
    channel: 'vscode:createSharedProcessWorkerMessageChannelResult',
    nonce: 'fcc83a3a-78a2-4d1a-879f-2356a0210b0b'
  }
}
[main 2022-04-08T19:54:01.814Z] [File Watcher (node.js)] Request to stop watching: /home/master/.cache/code/User,/home/master/.cache/code/User/settings.json
[main 2022-04-08T19:54:01.814Z] [File Watcher (node.js)] stopping file watcher on /home/master/.cache/code/User
[main 2022-04-08T19:54:01.814Z] [File Watcher (node.js)] stopping file watcher on /home/master/.cache/code/User/settings.json
[main 2022-04-08T19:54:01.815Z] Waiting for extension host with pid 10927 to exit.
[main 2022-04-08T19:54:01.816Z] Lifecycle#app.on(window-all-closed)
[main 2022-04-08T19:54:01.816Z] Lifecycle#app.on(before-quit)
[main 2022-04-08T19:54:01.817Z] Lifecycle#onBeforeShutdown.fire()
[main 2022-04-08T19:54:01.817Z] [WindowsStateHandler] onBeforeShutdown {
  lastActiveWindow: {
    workspaceIdentifier: undefined,
    folder: 'file:///usr/local/share/gnome-shell/extensions',
    backupPath: '/home/master/.cache/code/Backups/be683c147f9b204d597761d1df1289e1',
    remoteAuthority: undefined,
    uiState: [Object: null prototype] {
      mode: 1,
      x: 816,
      y: 543,
      width: 1024,
      height: 768
    }
  },
  lastPluginDevelopmentHostWindow: undefined,
  openedWindows: []
}
[main 2022-04-08T19:54:01.817Z] Lifecycle#app.on(will-quit)
[main 2022-04-08T19:54:01.818Z] Extension host with pid 10927 exited with code: 0, signal: null.
[main 2022-04-08T19:54:01.844Z] StorageMainService: closed global storage
Xelphos commented 2 years ago

Add --disable-gpu-sandbox to the launch flags (Exec lines) in the .desktop file. Preferably, make a copy in ~/.local/share/applications/ and relog.

Lemmingh commented 2 years ago

@svarlitskiy when I run vscode as sudo.

VS Code can no longer run under sudo due to the Electron sandbox.

deepak1556 commented 2 years ago

@Elsewhere42 can you provide the output of code --verbose

Elsewhere42 commented 2 years ago

VS Code Version: 1.66.2 (I got this by right-clicking on code.exe and then viewing the properties. )

Here are the results from running: code.exe --verbose

issue.txt

Elsewhere42 commented 2 years ago

Here are the results from running: code.exe --disable-gpu --verbose

issue-disablegpu.txt

svarlitskiy commented 2 years ago

Add --disable-gpu-sandbox to the launch flags (Exec lines) in the .desktop file. Preferably, make a copy in ~/.local/share/applications/ and relog.

Thanks @Xelphos that solution worked. FYI, I get a warning and some errors when I run the command but it doesn't seem to affect the use of vscode. Maybe something to look into.

VSCode Info

# code --version
1.66.2
dfd34e8260c270da74b5c2d86d61aee4b6d56977
x64

Commands

sudo code --new-window --no-sandbox --disable-gpu-sandbox --user-data-dir="/home/$USER/.cache/code" /home/$USER/

# Warning: 'disable-gpu-sandbox' is not in the list of known options, but still passed to Electron/Chromium.
Expand to see full log
Warning: 'disable-gpu-sandbox' is not in the list of known options, but still passed to Electron/Chromium.
[11390:0429/115031.758225:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[11390:0429/115031.758379:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[11390:0429/115031.792563:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[main 2022-04-29T18:50:31.841Z] [File Watcher (node.js)] Request to start watching: /home/master/.cache/code/User (excludes: ),/home/master/.cache/code/User/settings.json (excludes: )
[main 2022-04-29T18:50:31.854Z] Starting VS Code
[main 2022-04-29T18:50:31.854Z] from: /opt/visual-studio-code/resources/app
[main 2022-04-29T18:50:31.854Z] args: {
  _: [ '/home/master' ],
  diff: false,
  add: false,
  goto: false,
  'new-window': true,
  'reuse-window': false,
  wait: false,
  'user-data-dir': '/home/master/.cache/code',
  help: false,
  'list-extensions': false,
  'show-versions': false,
  'pre-release': false,
  version: false,
  verbose: true,
  status: false,
  'prof-startup': false,
  'no-cached-data': false,
  'prof-v8-extensions': false,
  'disable-extensions': false,
  'disable-gpu': false,
  'ms-enable-electron-run-as-node': false,
  telemetry: false,
  debugRenderer: false,
  logExtensionHostCommunication: false,
  'skip-release-notes': false,
  'skip-welcome': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'disable-keytar': false,
  'disable-workspace-trust': false,
  'disable-crash-reporter': false,
  'crash-reporter-id': '0e1a101a-f606-4955-a2bc-50797c597788',
  'skip-add-to-recently-opened': false,
  'unity-launch': false,
  'open-url': false,
  'file-write': false,
  'file-chmod': false,
  'driver-verbose': false,
  force: false,
  'do-not-sync': false,
  trace: false,
  'force-user-env': false,
  'force-disable-user-env': false,
  'open-devtools': false,
  __sandbox: false,
  'no-proxy-server': false,
  'no-sandbox': false,
  nolazy: false,
  'force-renderer-accessibility': false,
  'ignore-certificate-errors': false,
  'allow-insecure-localhost': false,
  'disable-dev-shm-usage': false,
  logsPath: '/home/master/.cache/code/logs/20220429T115031'
}
[main 2022-04-29T18:50:31.856Z] Resolving machine identifier...
[main 2022-04-29T18:50:31.856Z] Resolved machine identifier: 770239a13b5e8af6fdacbbf2bf50573a892a117dd0306fcfd5bf9b2bd086c749
[main 2022-04-29T18:50:31.857Z] Main->SharedProcess#connect
[main 2022-04-29T18:50:31.859Z] [File Watcher (node.js)] Started watching: '/home/master/.cache/code/User'
[main 2022-04-29T18:50:31.859Z] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/master/.cache/code/User/settings.json'
[main 2022-04-29T18:50:31.865Z] StorageMainService: creating global storage
[main 2022-04-29T18:50:31.869Z] lifecycle (main): phase changed (value: 2)
[main 2022-04-29T18:50:31.869Z] windowsManager#open
[main 2022-04-29T18:50:31.870Z] windowsManager#open pathsToOpen [
  {
    workspace: { id: 'db69824566d488435eadc0ada48b6c7e', uri: [h] },
    type: 2,
    exists: true
  }
]
[main 2022-04-29T18:50:31.870Z] windowsManager#doOpenFolderOrWorkspace {
  folderOrWorkspace: {
    workspace: { id: 'db69824566d488435eadc0ada48b6c7e', uri: [h] },
    type: 2,
    exists: true
  },
  filesToOpen: undefined
}
[main 2022-04-29T18:50:31.871Z] IPC Object URL: Registered new channel vscode:90ce2f6c-b5ad-4288-8b0b-5728b0c302e7.
[main 2022-04-29T18:50:31.871Z] window#validateWindowState: validating window state on 1 display(s) { mode: 1, x: 334, y: 221, width: 1925, height: 1219 }
[main 2022-04-29T18:50:31.871Z] window#validateWindowState: 1 monitor working area { x: 72, y: 32, width: 2488, height: 1408 }
[main 2022-04-29T18:50:31.871Z] window#ctor: using window state { mode: 1, x: 334, y: 221, width: 1925, height: 1219 }
[11390:0429/115031.897545:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-29T18:50:31.908Z] window#load: attempt to load window (id: 1)
[main 2022-04-29T18:50:31.913Z] StorageMainService: creating workspace storage (db69824566d488435eadc0ada48b6c7e)
[main 2022-04-29T18:50:31.914Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 1, emptyToRestore: 0, emptyToOpen: 0)
[main 2022-04-29T18:50:31.914Z] lifecycle (main): phase changed (value: 3)
[main 2022-04-29T18:50:31.914Z] update#setState idle
[main 2022-04-29T18:50:31.914Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[11390:0429/115031.927085:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[main 2022-04-29T18:50:31.949Z] ExtensionHostStarterWorker created
[main 2022-04-29T18:50:32.002Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[11390:0429/115032.286037:INFO:CONSOLE(610)] "%cTRACE color: #888 workbench#open(): with configuration
{
    "_": ["/home/master"],
    "diff": false,
    "add": false,
    "goto": false,
    "new-window": true,
    "reuse-window": false,
    "wait": false,
    "user-data-dir": "/home/master/.cache/code",
    "help": false,
    "list-extensions": false,
    "show-versions": false,
    "pre-release": false,
    "version": false,
    "verbose": true,
    "status": false,
    "prof-startup": false,
    "no-cached-data": false,
    "prof-v8-extensions": false,
    "disable-extensions": false,
    "disable-gpu": false,
    "ms-enable-electron-run-as-node": false,
    "telemetry": false,
    "debugRenderer": false,
    "logExtensionHostCommunication": false,
    "skip-release-notes": false,
    "skip-welcome": false,
    "disable-telemetry": false,
    "disable-updates": false,
    "disable-keytar": false,
    "disable-workspace-trust": false,
    "disable-crash-reporter": false,
    "crash-reporter-id": "0e1a101a-f606-4955-a2bc-50797c597788",
    "skip-add-to-recently-opened": false,
    "unity-launch": false,
    "open-url": false,
    "file-write": false,
    "file-chmod": false,
    "driver-verbose": false,
    "force": false,
    "do-not-sync": false,
    "trace": false,
    "force-user-env": false,
    "force-disable-user-env": false,
    "open-devtools": false,
    "__sandbox": false,
    "no-proxy-server": false,
    "no-sandbox": false,
    "nolazy": false,
    "force-renderer-accessibility": false,
    "ignore-certificate-errors": false,
    "allow-insecure-localhost": false,
    "disable-dev-shm-usage": false,
    "logsPath": "/home/master/.cache/code/logs/20220429T115031",
    "machineId": "770239a13b5e8af6fdacbbf2bf50573a892a117dd0306fcfd5bf9b2bd086c749",
    "windowId": 1,
    "mainPid": 11390,
    "appRoot": "/opt/visual-studio-code/resources/app",
    "execPath": "/opt/visual-studio-code/code",
    "codeCachePath": "/home/master/.cache/code/CachedData/dfd34e8260c270da74b5c2d86d61aee4b6d56977",
    "backupPath": "/home/master/.cache/code/Backups/a2d45e66bf35a9d113ad1d19e0587a49",
    "homeDir": "/root",
    "tmpDir": "/tmp",
    "userDataDir": "/home/master/.cache/code",
    "workspace": {
        "id": "db69824566d488435eadc0ada48b6c7e",
        "uri": {
            "$mid": 1,
            "path": "/home/master",
            "scheme": "file"
        }
    },
    "userEnv": {
        "VSCODE_IPC_HOOK": "/home/master/.cache/code/1.66.2-main.sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}"
    },
    "logLevel": 0,
    "product": {
        "nameShort": "Code",
        "nameLong": "Visual Studio Code",
        "applicationName": "code",
        "win32AppId": "{{F8A2A208-72B3-4D61-95FC-8A65D340689B}",
        "win32x64AppId": "{{EA457B21-F73E-494C-ACAB-524FDE069978}",
        "win32arm64AppId": "{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}",
        "win32UserAppId": "{{D628A17A-9713-46BF-8D57-E671B46A741E}",
        "win32x64UserAppId": "{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}",
        "win32arm64UserAppId": "{{D9E514E7-1A56-452D-9337-2990C0DC4310}",
        "win32NameVersion": "Microsoft Visual Studio Code",
        "win32DirName": "Microsoft VS Code",
        "win32SetupExeBasename": "VSCodeSetup",
        "win32AppUserModelId": "Microsoft.VisualStudioCode",
        "win32ShellNameShort": "Code",
        "win32MutexName": "vscode",
        "win32RegValueName": "VSCode",
        "darwinCredits": "resources/darwin/Credits.rtf",
        "darwinBundleIdentifier": "com.microsoft.VSCode",
        "darwinExecutable": "VSCode",
        "linuxIconName": "com.visualstudio.code",
        "licenseFileName": "LICENSE.rtf",
        "licenseName": "Multiple, see https://code.visualstudio.com/license",
        "serverLicense": ["*", "* Visual Studio Code Server", "*", "* By using the software, you agree to", "* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and", "* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).", "*"],
        "serverLicensePrompt": "Do you accept the terms in the License Agreement (Y/n)?",
        "serverApplicationName": "code-server",
        "urlProtocol": "vscode",
        "dataFolderName": ".vscode",
        "serverDataFolderName": ".vscode-server",
        "downloadUrl": "https://code.visualstudio.com",
        "updateUrl": "https://update.code.visualstudio.com",
        "webEndpointUrl": "https://vscodeweb.azureedge.net",
        "webEndpointUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}",
        "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
        "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",
            "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
            "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json",
            "recommendationsUrl": "https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"
        },
        "extensionTips": {
            "ms-dotnettools.csharp": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}",
            "firefox-devtools.vscode-firefox-debug": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}",
            "ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}",
            "golang.Go": "**/*.go",
            "ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}",
            "Ionide.Ionide-fsharp": "{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}",
            "dbaeumer.vscode-eslint": "{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}",
            "ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}",
            "bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}",
            "xdebug.php-debug": "{**/*.php,**/php.ini}",
            "matklad.rust-analyzer": "{**/*.rs,**/*.rslib}",
            "ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}",
            "DavidAnson.vscode-markdownlint": "{**/*.md}",
            "ms-azuretools.vscode-docker": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}",
            "EditorConfig.EditorConfig": "{**/.editorconfig}",
            "HookyQR.beautify": "{**/.jsbeautifyrc}",
            "donjayamanne.githistory": "{**/.gitignore,**/.git}",
            "felipecaputo.git-project-manager": "{**/.gitignore,**/.git}",
            "eamodio.gitlens": "{**/.gitignore,**/.git}",
            "rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}",
            "DotJoshJohnson.xml": "{**/*.xml}",
            "stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
            "eg2.vscode-npm-script": "{**/package.json}",
            "ms-mssql.mssql": "{**/*.sql}",
            "mtxr.sqltools": "{**/*.sql}",
            "usqlextpublisher.usql-vscode-ext": "{**/*.usql}",
            "ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}",
            "k--kato.intellij-idea-keybindings": "{**/.idea}",
            "christian-kohler.npm-intellisense": "{**/package.json}",
            "octref.vetur": "{**/*.vue}",
            "ms-python.python": "{**/*.py,**/*.ipynb}",
            "ms-toolsai.jupyter": "{**/*.ipynb}",
            "cake-build.cake-vscode": "{**/build.cake}",
            "Angular.ng-template": "{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}",
            "vscjava.vscode-maven": "**/pom.xml",
            "ms-azuretools.vscode-azureterraform": "**/*.tf",
            "HashiCorp.terraform": "**/*.tf",
            "vsciot-vscode.vscode-arduino": "**/*.ino",
            "ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}",
            "GoogleCloudTools.cloudcode": "{**/skaffold.yaml}",
            "Oracle.oracledevtools": "{**/*.sql}",
            "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}"
        },
        "extensionImportantTips": {
            "ms-dotnettools.csharp": {
                "name": "C#",
                "languages": ["csharp"],
                "pattern": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"
            },
            "ms-python.python": {
                "name": "Python",
                "languages": ["python"],
                "pattern": "{**/*.py}"
            },
            "ms-toolsai.jupyter": {
                "name": "Jupyter",
                "pattern": "{**/*.ipynb}"
            },
            "golang.Go": {
                "name": "Go",
                "languages": ["go"],
                "pattern": "**/*.go"
            },
            "vscjava.vscode-java-pack": {
                "name": "Java",
                "languages": ["java"],
                "pattern": "{**/*.java}",
                "isExtensionPack": true,
                "whenNotInstalled": ["ASF.apache-netbeans-java"]
            },
            "ms-vscode.PowerShell": {
                "name": "PowerShell",
                "languages": ["powershell"],
                "pattern": "{**/*.ps1,**/*.psd1,**/*.psm1}"
            },
            "ms-vscode.cpptools-extension-pack": {
                "name": "C/C++",
                "languages": ["c", "cpp"],
                "pattern": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}"
            },
            "ms-azuretools.vscode-docker": {
                "name": "Docker",
                "languages": ["dockerfile"],
                "pattern": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"
            },
            "octref.vetur": {
                "name": "Vetur",
                "languages": ["vue"],
                "pattern": "{**/*.vue}"
            },
            "ms-vscode.cmake-tools": {
                "name": "CMake Tools",
                "pattern": "{**/CMakeLists.txt}"
            },
            "ms-azure-devops.azure-pipelines": {
                "name": "Azure Pipelines",
                "pattern": "{**/azure-pipelines.yaml}"
            },
            "msazurermtools.azurerm-vscode-tools": {
                "name": "Azure Resource Manager",
                "pattern": "{**/azuredeploy.json}"
            },
            "ms-vscode-remote.remote-containers": {
                "name": "Remote - Containers",
                "pattern": "{**/devcontainer.json}"
            },
            "ms-azuretools.vscode-bicep": {
                "name": "Bicep",
                "pattern": "{**/*.bicep}"
            },
            "svelte.svelte-vscode": {
                "name": "Svelte",
                "pattern": "{**/*.svelte}"
            },
            "ms-vscode.vscode-github-issue-notebooks": {
                "name": "GitHub Issue Notebooks",
                "pattern": "{**/*.github-issues}"
            },
            "ms-playwright.playwright": {
                "name": "Playwright",
                "pattern": "{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}"
            }
        },
        "keymapExtensionTips": ["vscodevim.vim", "ms-vscode.sublime-keybindings", "ms-vscode.atom-keybindings", "ms-vscode.brackets-keybindings", "ms-vscode.vs-keybindings", "ms-vscode.notepadplusplus-keybindings", "k--kato.intellij-idea-keybindings", "lfs.vscode-emacs-friendly", "alphabotsec.vscode-eclipse-keybindings", "alefragnani.delphi-keybindings"],
        "languageExtensionTips": ["ms-python.python", "ms-vscode.cpptools-extension-pack", "ms-dotnettools.csharp", "ms-toolsai.jupyter", "vscjava.vscode-java-pack", "ecmel.vscode-html-css", "octref.vetur", "bmewburn.vscode-intelephense-client", "dsznajder.es7-react-js-snippets", "golang.go", "ms-vscode.powershell", "dart-code.dart-code", "matklad.rust-analyzer", "rebornix.ruby"],
        "configBasedExtensionTips": {
            "git": {
                "configPath": ".git/config",
                "configName": "Git",
                "recommendations": {
                    "github.vscode-pull-request-github": {
                        "name": "GitHub Pull Request",
                        "remotes": ["github.com"]
                    },
                    "eamodio.gitlens": {
                        "name": "GitLens"
                    }
                }
            },
            "devContainer": {
                "configPath": ".devcontainer/devcontainer.json",
                "configName": "Dev Container",
                "recommendations": {
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers",
                        "important": true
                    }
                }
            },
            "maven": {
                "configPath": "pom.xml",
                "configName": "Maven",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    },
                    "Pivotal.vscode-boot-dev-pack": {
                        "name": "Spring Boot Extension Pack",
                        "isExtensionPack": true
                    }
                }
            },
            "gradle": {
                "configPath": "build.gradle",
                "configName": "Gradle",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "github-pull-request": {
                "configPath": ".vscode/.github-pull-request.rec",
                "configName": "GitHub",
                "configScheme": "vscode-vfs",
                "recommendations": {
                    "github.vscode-pull-request-github": {
                        "name": "GitHub Pull Request",
                        "important": true
                    }
                }
            }
        },
        "exeBasedExtensionTips": {
            "az": {
                "friendlyName": "Azure CLI",
                "windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
                "recommendations": {
                    "ms-vscode.azurecli": {
                        "name": "Azure CLI Tools"
                    }
                }
            },
            "heroku": {
                "friendlyName": "Heroku CLI",
                "windowsPath": "%ProgramFiles%\\Heroku\\bin\\heroku.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azureappservice": {
                        "name": "Azure App Service"
                    },
                    "pkosta2005.heroku-command": {
                        "name": "heroku-cli"
                    }
                }
            },
            "mongo": {
                "friendlyName": "Mongo",
                "windowsPath": "%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe",
                "recommendations": {
                    "ms-azuretools.vscode-cosmosdb": {
                        "name": "Azure Databases"
                    }
                }
            },
            "serverless": {
                "friendlyName": "Serverless framework",
                "windowsPath": "%APPDATA%\\npm\\serverless.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azurefunctions": {
                        "name": "Azure Functions"
                    }
                }
            },
            "func": {
                "friendlyName": "Azure Function SDK",
                "windowsPath": "%APPDATA%\\npm\\func.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azurefunctions": {
                        "name": "Azure Functions"
                    }
                }
            },
            "mysql": {
                "friendlyName": "MySQL",
                "windowsPath": "%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe",
                "recommendations": {
                    "mtxr.sqltools": {
                        "name": "SQLTools"
                    }
                }
            },
            "postgres": {
                "friendlyName": "PostgreSQL",
                "windowsPath": "%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe",
                "recommendations": {
                    "ms-ossdata.vscode-postgresql": {
                        "name": "PostgreSQL"
                    },
                    "mtxr.sqltools": {
                        "name": "SQLTools"
                    }
                }
            },
            "sqlcmd": {
                "friendlyName": "SQL CLI",
                "recommendations": {
                    "ms-mssql.mssql": {
                        "name": "SQL Server (mssql)"
                    }
                }
            },
            "now": {
                "friendlyName": "Now CLI",
                "windowsPath": "%APPDATA%\\npm\\now.cmd",
                "recommendations": {
                    "ms-azuretools.vscode-azureappservice": {
                        "name": "Azure App Service"
                    },
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    }
                }
            },
            "docker": {
                "friendlyName": "Docker",
                "windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker",
                        "important": true
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers",
                        "important": true
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "kubectl": {
                "friendlyName": "Kubernetes",
                "windowsPath": "%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "ng": {
                "friendlyName": "Angular CLI",
                "windowsPath": "%APPDATA%\\npmexit\\ng.cmd",
                "recommendations": {
                    "johnpapa.Angular2": {
                        "name": "Angular Snippets"
                    }
                }
            },
            "create-react-app": {
                "friendlyName": "Create React App",
                "windowsPath": "%APPDATA%\\npm\\create-react-app.cmd",
                "recommendations": {
                    "msjsdiag.vscode-react-native": {
                        "name": "React Native Tools"
                    }
                }
            },
            "react-native": {
                "friendlyName": "React Native",
                "windowsPath": "%APPDATA%\\npm\\react-native-cli",
                "recommendations": {
                    "msjsdiag.vscode-react-native": {
                        "name": "React Native Tools"
                    }
                }
            },
            "p4": {
                "friendlyName": "Perforce",
                "recommendations": {
                    "slevesque.perforce": {
                        "name": "Perforce for VS Code"
                    }
                }
            },
            "hg": {
                "friendlyName": "Mercurial",
                "recommendations": {
                    "mrcrowl.hg": {
                        "name": "Hg"
                    }
                }
            },
            "git": {
                "friendlyName": "Git",
                "windowsPath": "%ProgramFiles%\\Git\\git-bash.exe",
                "recommendations": {
                    "eamodio.gitlens": {
                        "name": "GitLens"
                    }
                }
            },
            "svn": {
                "friendlyName": "Subversion",
                "windowsPath": "%ProgramFiles%\\TortoiseSVN\\bin\\TortoiseProc.exe",
                "recommendations": {
                    "johnstoncode.svn-scm": {
                        "name": "SVN"
                    }
                }
            },
            "subl": {
                "friendlyName": "Sublime",
                "windowsPath": "%ProgramFiles%\\Sublime Text3\\sublime_text.exe",
                "recommendations": {
                    "ms-vscode.sublime-keybindings": {
                        "name": "Sublime Text Keymap and Settings Importer"
                    }
                }
            },
            "atom": {
                "friendlyName": "Atom",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\atom\\bin\\atom.cmd",
                "recommendations": {
                    "ms-vscode.atom-keybindings": {
                        "name": "Atom Keymap"
                    }
                }
            },
            "brackets": {
                "friendlyName": "Brackets",
                "windowsPath": "%ProgramFiles(x86)%\\Brackets\\Brackets.exe",
                "recommendations": {
                    "ms-vscode.brackets-keybindings": {
                        "name": "Brackets Keymap"
                    }
                }
            },
            "notepadplusplus": {
                "friendlyName": "Notepad++",
                "windowsPath": "%ProgramFiles%\\Notepad++\\Notepad++.exe",
                "recommendations": {
                    "ms-vscode.notepadplusplus-keybindings": {
                        "name": "Notepad++ keymap"
                    }
                }
            },
            "vi": {
                "friendlyName": "VIM",
                "windowsPath": "%ProgramFiles(x86)%\\Vim\\vim80\\gvim.exe",
                "recommendations": {
                    "vscodevim.vim": {
                        "name": "Vim"
                    }
                }
            },
            "mvn": {
                "friendlyName": "Maven",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "gradle": {
                "friendlyName": "Gradle",
                "recommendations": {
                    "vscjava.vscode-java-pack": {
                        "name": "Java",
                        "important": true,
                        "isExtensionPack": true,
                        "whenNotInstalled": ["ASF.apache-netbeans-java"]
                    }
                }
            },
            "Microsoft Edge": {
                "friendlyName": "Microsoft Edge",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Dev": {
                "friendlyName": "Microsoft Edge Dev",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Beta": {
                "friendlyName": "Microsoft Edge Beta",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Microsoft Edge Canary": {
                "friendlyName": "Microsoft Edge Canary",
                "windowsPath": "%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe",
                "recommendations": {
                    "ms-edgedevtools.vscode-edge-devtools": {
                        "name": "Microsoft Edge Developer Tools"
                    }
                }
            },
            "Mozilla Firefox (x86)": {
                "friendlyName": "Mozilla Firefox",
                "windowsPath": "%ProgramFiles(x86)%\\Mozilla Firefox\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox Developer Edition (x86)": {
                "friendlyName": "Mozilla Firefox Developer Edition",
                "windowsPath": "%ProgramFiles(x86)%\\Firefox Developer Edition\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox": {
                "friendlyName": "Mozilla Firefox",
                "windowsPath": "%ProgramFiles%\\Mozilla Firefox\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "Mozilla Firefox Developer Edition": {
                "friendlyName": "Mozilla Firefox Developer Edition",
                "windowsPath": "%ProgramFiles%\\Firefox Developer Edition\\firefox.exe",
                "recommendations": {
                    "firefox-devtools.vscode-firefox-debug": {
                        "name": "Debugger for Firefox"
                    }
                }
            },
            "cordova": {
                "friendlyName": "Cordova",
                "windowsPath": "%APPDATA%\\npm\\cordova",
                "recommendations": {
                    "msjsdiag.cordova-tools": {
                        "name": "Cordova Tools"
                    }
                }
            },
            "gcloud": {
                "friendlyName": "Google GCloud CLI",
                "windowsPath": "%ProgramFiles(x86)%\\Google\\Cloud SDK\\google-cloud-sdk\\bin\\gcloud.cmd",
                "recommendations": {
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "skaffold": {
                "friendlyName": "Skaffold Code to Cluster",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    }
                }
            },
            "minikube": {
                "friendlyName": "MiniKube Local Kubernetes Cluster",
                "recommendations": {
                    "ms-azuretools.vscode-docker": {
                        "name": "Docker"
                    },
                    "ms-kubernetes-tools.vscode-kubernetes-tools": {
                        "name": "Kubernetes"
                    },
                    "GoogleCloudTools.cloudcode": {
                        "name": "Cloud Code"
                    },
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "podman": {
                "friendlyName": "Podman",
                "recommendations": {
                    "ms-vscode-remote.remote-containers": {
                        "name": "Remote - Containers"
                    }
                }
            },
            "wsl": {
                "friendlyName": "Windows Subsystem for Linux (WSL)",
                "windowsPath": "%WINDIR%\\system32\\lxss\\LxssManager.dll",
                "important": true,
                "recommendations": {
                    "ms-vscode-remote.remote-wsl": {
                        "name": "Remote - WSL",
                        "important": true
                    }
                }
            }
        },
        "webExtensionTips": ["tyriar.luna-paint", "codespaces-contrib.codeswing", "ms-vscode.vscode-github-issue-notebooks", "esbenp.prettier-vscode", "hediet.vscode-drawio"],
        "remoteExtensionTips": {
            "wsl": {
                "friendlyName": "Remote - WSL",
                "extensionId": "ms-vscode-remote.remote-wsl"
            },
            "ssh-remote": {
                "friendlyName": "Remote - SSH",
                "extensionId": "ms-vscode-remote.remote-ssh"
            },
            "dev-container": {
                "friendlyName": "Remote - Containers",
                "extensionId": "ms-vscode-remote.remote-containers"
            },
            "attached-container": {
                "friendlyName": "Remote - Containers",
                "extensionId": "ms-vscode-remote.remote-containers"
            },
            "vsonline": {
                "friendlyName": "Visual Studio Online",
                "extensionId": "ms-vsonline.vsonline"
            }
        },
        "extensionKeywords": {
            "md": ["Markdown"],
            "js": ["JavaScript"],
            "jsx": ["JavaScript"],
            "es6": ["JavaScript"],
            "html": ["Html"],
            "ts": ["TypeScript"],
            "tsx": ["TypeScript"],
            "css": ["CSS"],
            "scss": ["SASS"],
            "txt": ["Text"],
            "php": ["PHP"],
            "php3": ["PHP"],
            "php4": ["PHP"],
            "ph3": ["PHP"],
            "ph4": ["PHP"],
            "xml": ["XML"],
            "py": ["Python"],
            "pyc": ["Python"],
            "pyd": ["Python"],
            "pyo": ["Python"],
            "pyw": ["Python"],
            "pyz": ["Python"],
            "java": ["Java"],
            "class": ["Java"],
            "jar": ["Java"],
            "c": ["c", "objective c", "objective-c"],
            "m": ["objective c", "objective-c"],
            "mm": ["objective c", "objective-c"],
            "cpp": ["cpp", "c plus plus", "c", "c++"],
            "cc": ["cpp", "c plus plus", "c", "c++"],
            "cxx": ["cpp", "c plus plus", "c++"],
            "hh": ["cpp", "c plus plus", "c++"],
            "hpp": ["cpp", "c++"],
            "h": ["cpp", "c plus plus", "c++", "c", "objective c", "objective-c"],
            "sql": ["sql"],
            "sh": ["bash"],
            "bash": ["bash"],
            "zsh": ["bash", "zshell"],
            "cs": ["c#", "csharp"],
            "csproj": ["c#", "csharp"],
            "sln": ["c#", "csharp"],
            "go": ["go"],
            "sty": ["latex"],
            "tex": ["latex"],
            "ps": ["powershell"],
            "ps1": ["powershell"],
            "rs": ["rust"],
            "rslib": ["rust"],
            "hs": ["haskell"],
            "lhs": ["haskell"],
            "scm": ["scheme"],
            "ss": ["scheme"],
            "clj": ["clojure"],
            "cljs": ["clojure"],
            "cljc": ["clojure"],
            "edn": ["clojure"],
            "erl": ["erlang"],
            "hrl": ["erlang"],
            "scala": ["scala"],
            "sc": ["scala"],
            "pl": ["perl"],
            "pm": ["perl"],
            "t": ["perl"],
            "pod": ["perl"],
            "groovy": ["groovy"],
            "swift": ["swift"],
            "rb": ["ruby"],
            "rbw": ["ruby"],
            "jl": ["julia"],
            "f": ["fortran"],
            "for": ["fortran"],
            "f90": ["fortran"],
            "f95": ["fortran"],
            "coffee": ["CoffeeScript"],
            "litcoffee": ["CoffeeScript"],
            "yaml": ["yaml"],
            "yml": ["yaml"],
            "dart": ["dart"],
            "json": ["json"]
        },
        "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", "codacy.com", "codeclimate.com", "codecov.io", "coveralls.io", "david-dm.org", "deepscan.io", "dev.azure.com", "docs.rs", "flat.badgen.net", "gemnasium.com", "githost.io", "gitlab.com", "godoc.org", "goreportcard.com", "img.shields.io", "isitmaintained.com", "marketplace.visualstudio.com", "nodesecurity.io", "opencollective.com", "snyk.io", "travis-ci.com", "travis-ci.org", "visualstudio.com", "vsmarketplacebadge.apphb.com", "www.bithound.io", "www.versioneye.com"],
        "extensionAllowedBadgeProvidersRegex": ["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"],
        "crashReporter": {
            "productName": "VSCode",
            "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",
            "darwin": "appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774",
            "darwin-arm64": "appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10",
            "darwin-universal": "appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"
        },
        "enableTelemetry": true,
        "aiConfig": {
            "asimovKey": "AIF-444c3af9-8e69-4462-ab49-4191e6ad1916"
        },
        "msftInternalDomains": ["redmond.corp.microsoft.com", "northamerica.corp.microsoft.com", "fareast.corp.microsoft.com", "ntdev.corp.microsoft.com", "wingroup.corp.microsoft.com", "southpacific.corp.microsoft.com", "wingroup.windeploy.ntdev.microsoft.com", "ddnet.microsoft.com", "europe.corp.microsoft.com"],
        "sendASmile": {
            "reportIssueUrl": "https://go.microsoft.com/fwlink/?LinkId=534872",
            "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482"
        },
        "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
        "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#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",
        "twitterUrl": "https://go.microsoft.com/fwlink/?LinkID=533687",
        "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
        "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
        "reportMarketplaceIssueUrl": "https://github.com/microsoft/vsmarketplace/issues/new",
        "licenseUrl": "https://go.microsoft.com/fwlink/?LinkID=533485",
        "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=786907",
        "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",
        "settingsSearchUrl": "https://bingsettingssearch.trafficmanager.net/api/Search",
        "surveys": [{
            "surveyId": "cpp.1",
            "surveyUrl": "https://www.research.net/r/VBVV6C6",
            "languageId": "cpp",
            "editCount": 10,
            "userProbability": 0.15
        }, {
            "surveyId": "java.2",
            "surveyUrl": "https://www.research.net/r/vscodejava",
            "languageId": "java",
            "editCount": 10,
            "userProbability": 0.3
        }, {
            "surveyId": "javascript.1",
            "surveyUrl": "https://www.research.net/r/vscode-js",
            "languageId": "javascript",
            "editCount": 10,
            "userProbability": 0.05
        }, {
            "surveyId": "typescript.1",
            "surveyUrl": "https://www.research.net/r/vscode-ts",
            "languageId": "typescript",
            "editCount": 10,
            "userProbability": 0.05
        }],
        "extensionEnabledApiProposals": {
            "ms-vscode.vscode-selfhost-test-provider": ["testObserver"],
            "VisualStudioExptTeam.vscodeintellicode-completions": ["inlineCompletions"],
            "ms-vsliveshare.vsliveshare": ["contribMenuBarHome", "diffCommand", "documentFiltersExclusive", "fileSearchProvider", "findTextInFiles", "notebookCellExecutionState", "notebookContentProvider", "notebookDocumentEvents", "notebookEditor", "notebookEditorEdit", "notebookLiveShare", "terminalDimensions", "terminalDataWriteEvent", "textDocumentNotebook", "textSearchProvider"],
            "ms-vscode.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
            "ms-toolsai.vscode-ai-remote": ["resolvers", "notebookEditor"],
            "ms-python.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
            "ms-dotnettools.dotnet-interactive-vscode": ["notebookConcatTextDocument", "notebookContentProvider", "notebookCellExecutionState", "notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookEditorDecorationType", "notebookEditorEdit", "notebookLiveShare", "notebookMessaging", "notebookMime", "textDocumentNotebook"],
            "GitHub.codespaces": ["contribMenuBarHome", "contribRemoteHelp", "contribViewsRemote", "notebookEditor", "resolvers", "terminalDataWriteEvent", "treeViewReveal"],
            "ms-vscode.azure-repos": ["extensionRuntime", "fileSearchProvider", "resolvers", "textSearchProvider"],
            "ms-vscode.remote-repositories": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "ms-vscode.vscode-github-issue-notebooks": ["notebookEditor"],
            "tanhakabir.rest-book": ["notebookEditor"],
            "ms-vscode-remote.remote-wsl": ["resolvers", "contribViewsRemote", "telemetry"],
            "ms-vscode-remote.remote-ssh": ["resolvers", "terminalDataWriteEvent", "contribViewsRemote", "telemetry"],
            "ms-vscode-remote.remote-containers": ["resolvers", "workspaceTrust", "terminalDimensions", "contribViewsRemote"],
            "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
            "ms-vscode.lsif-browser": ["documentFiltersExclusive"],
            "GitHub.vscode-pull-request-github": ["tokenInformation"],
            "GitHub.copilot": ["inlineCompletions", "textDocumentNotebook"],
            "GitHub.copilot-nightly": ["inlineCompletions", "textDocumentNotebook"],
            "GitHub.remotehub": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "resolvers", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "GitHub.remotehub-insiders": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "resolvers", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline", "notebookEditor"],
            "ms-python.gather": ["notebookEditor", "notebookCellExecutionState"],
            "ms-python.vscode-pylance": ["notebookDocumentEvents", "notebookEditor", "notebookCellExecutionState"],
            "ms-toolsai.jupyter": ["notebookConcatTextDocument", "notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", "notebookEditor", "notebookDocumentEvents", "notebookEditorDecorationType", "notebookEditorEdit", "notebookMessaging", "notebookMime", "notebookCellExecutionState", "portsAttributes", "textDocumentNotebook", "quickPickSortByLabel"],
            "dbaeumer.vscode-eslint": ["tabs", "notebookDocumentEvents", "notebookEditor", "notebookCellExecutionState"],
            "ms-vscode.azure-sphere-tools-ui": ["resolvers"],
            "ms-azuretools.vscode-azureappservice": ["terminalDataWriteEvent"]
        },
        "tasConfig": {
            "endpoint": "https://default.exp-tas.com/vscode/ab",
            "telemetryEventName": "query-expfeature",
            "featuresTelemetryPropertyName": "VSCode.ABExp.Features",
            "assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
        },
        "experimentsUrl": "https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json",
        "extensionKind": {
            "Shan.code-settings-sync": ["ui"],
            "shalldie.background": ["ui"],
            "techer.open-in-browser": ["ui"],
            "CoenraadS.bracket-pair-colorizer-2": ["ui"],
            "CoenraadS.bracket-pair-colorizer": ["ui", "workspace"],
            "hiro-sun.vscode-emacs": ["ui", "workspace"],
            "hnw.vscode-auto-open-markdown-preview": ["ui", "workspace"],
            "wayou.vscode-todo-highlight": ["ui", "workspace"],
            "aaron-bond.better-comments": ["ui", "workspace"],
            "vscodevim.vim": ["ui"],
            "ollyhayes.colmak-vim": ["ui"]
        },
        "extensionPointExtensionKind": {
            "typescriptServerPlugins": ["workspace"]
        },
        "extensionSyncedKeys": {
            "ritwickdey.liveserver": ["liveServer.setup.version"]
        },
        "extensionVirtualWorkspacesSupport": {
            "esbenp.prettier-vscode": {
                "default": false
            },
            "msjsdiag.debugger-for-chrome": {
                "default": false
            },
            "redhat.java": {
                "default": false
            },
            "HookyQR.beautify": {
                "default": false
            },
            "ritwickdey.LiveServer": {
                "default": false
            },
            "VisualStudioExptTeam.vscodeintellicode": {
                "default": false
            },
            "octref.vetur": {
                "default": false
            },
            "formulahendry.code-runner": {
                "default": false
            },
            "xdebug.php-debug": {
                "default": false
            },
            "ms-mssql.mssql": {
                "default": false
            },
            "christian-kohler.path-intellisense": {
                "default": false
            },
            "eg2.tslint": {
                "default": false
            },
            "eg2.vscode-npm-script": {
                "default": false
            },
            "donjayamanne.githistory": {
                "default": false
            },
            "Zignd.html-css-class-completion": {
                "default": false
            },
            "christian-kohler.npm-intellisense": {
                "default": false
            },
            "EditorConfig.EditorConfig": {
                "default": false
            },
            "austin.code-gnu-global": {
                "default": false
            },
            "johnpapa.Angular2": {
                "default": false
            },
            "ms-vscode.vscode-typescript-tslint-plugin": {
                "default": false
            },
            "DotJoshJohnson.xml": {
                "default": false
            },
            "techer.open-in-browser": {
                "default": false
            },
            "tht13.python": {
                "default": false
            },
            "bmewburn.vscode-intelephense-client": {
                "default": false
            },
            "Angular.ng-template": {
                "default": false
            },
            "xdebug.php-pack": {
                "default": false
            },
            "dbaeumer.jshint": {
                "default": false
            },
            "yzhang.markdown-all-in-one": {
                "default": false
            },
            "Dart-Code.flutter": {
                "default": false
            },
            "streetsidesoftware.code-spell-checker": {
                "default": false
            },
            "rebornix.Ruby": {
                "default": false
            },
            "ms-vscode.sublime-keybindings": {
                "default": false
            },
            "mitaki28.vscode-clang": {
                "default": false
            },
            "steoates.autoimport": {
                "default": false
            },
            "donjayamanne.python-extension-pack": {
                "default": false
            },
            "shd101wyy.markdown-preview-enhanced": {
                "default": false
            },
            "mikestead.dotenv": {
                "default": false
            },
            "pranaygp.vscode-css-peek": {
                "default": false
            },
            "ikappas.phpcs": {
                "default": false
            },
            "platformio.platformio-ide": {
                "default": false
            },
            "jchannon.csharpextensions": {
                "default": false
            },
            "gruntfuggly.todo-tree": {
                "default": false
            }
        },
        "linkProtectionTrustedDomains": ["https://*.visualstudio.com", "https://*.microsoft.com", "https://aka.ms", "https://vscode-auth.github.com", "https://client-auth-staging-14a768b.herokuapp.com", "https://*.gallerycdn.vsassets.io", "https://github.com/microsoft/", "https://github.com/MicrosoftDocs/", "https://login.microsoftonline.com"],
        "auth": {
            "loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
            "tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
            "redirectUrl": "https://vscode-redirect.azurewebsites.net/",
            "clientId": "aebc6443-996d-45c2-90f0-388ff96faa56"
        },
        "configurationSync.store": {
            "url": "https://vscode-sync.trafficmanager.net/",
            "stableUrl": "https://vscode-sync.trafficmanager.net/",
            "insidersUrl": "https://vscode-sync-insiders.trafficmanager.net/",
            "canSwitch": false,
            "authenticationProviders": {
                "microsoft": {
                    "scopes": ["openid", "profile", "email", "offline_access"]
                },
                "github": {
                    "scopes": ["user:email"]
                }
            }
        },
        "builtInExtensions": [{
            "name": "ms-vscode.references-view",
            "version": "0.0.89",
            "repo": "https://github.com/microsoft/vscode-references-view",
            "metadata": {
                "id": "dc489f46-520d-4556-ae85-1f9eab3c412d",
                "publisherId": {
                    "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
                    "publisherName": "ms-vscode",
                    "displayName": "Microsoft",
                    "flags": "verified"
                },
                "publisherDisplayName": "Microsoft"
            }
        }, {
            "name": "ms-vscode.js-debug-companion",
            "version": "1.0.17",
            "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.66.1",
            "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.0",
            "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"
            }
        }, {
            "name": "ms-vscode-remote.remote-wsl-recommender",
            "version": "0.0.15",
            "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
        }],
        "commit": "dfd34e8260c270da74b5c2d86d61aee4b6d56977",
        "date": "2022-04-11T07:49:24.808Z",
        "checksums": {
            "vs/base/parts/sandbox/electron-browser/preload.js": "xoth/XeFiZkTQ6qD1x0mxw",
            "vs/workbench/workbench.desktop.main.js": "P6qXczpjFFxaPFNRNCPRWg",
            "vs/workbench/workbench.desktop.main.css": "YmHJG+BbiSJZgE8GZtTE4A",
            "vs/workbench/api/node/extensionHostProcess.js": "43QcmaCZGfE9iWv0SvWmcA",
            "vs/code/electron-browser/workbench/workbench.html": "ANJ97GhSy+4KBhGH8+U6xA",
            "vs/code/electron-browser/workbench/workbench.js": "ghK4edE8eEHADsOcTmCnKg"
        },
        "settingsSearchBuildId": 1660200976460,
        "version": "1.66.2"
    },
    "isInitialStartup": true,
    "perfMarks": [{
        "name": "code/timeOrigin",
        "startTime": 1651258231631
    }, {
        "name": "code/didStartMain",
        "startTime": 1651258231710
    }, {
        "name": "code/willStartCrashReporter",
        "startTime": 1651258231718
    }, {
        "name": "code/didStartCrashReporter",
        "startTime": 1651258231722
    }, {
        "name": "code/mainAppReady",
        "startTime": 1651258231791
    }, {
        "name": "code/willLoadMainBundle",
        "startTime": 1651258231792
    }, {
        "name": "code/fork/willLoadCode",
        "startTime": 1651258231805
    }, {
        "name": "code/registerFilesystem/file",
        "startTime": 1651258231839
    }, {
        "name": "code/didLoadMainBundle",
        "startTime": 1651258231840
    }, {
        "name": "code/willStartMainServer",
        "startTime": 1651258231845
    }, {
        "name": "code/didStartMainServer",
        "startTime": 1651258231846
    }, {
        "name": "code/willCreateCodeWindow",
        "startTime": 1651258231871
    }, {
        "name": "code/willRestoreCodeWindowState",
        "startTime": 1651258231871
    }, {
        "name": "code/didRestoreCodeWindowState",
        "startTime": 1651258231871
    }, {
        "name": "code/willCreateCodeBrowserWindow",
        "startTime": 1651258231871
    }, {
        "name": "code/didCreateCodeBrowserWindow",
        "startTime": 1651258231903
    }, {
        "name": "code/didCreateCodeWindow",
        "startTime": 1651258231903
    }, {
        "name": "code/willOpenNewWindow",
        "startTime": 1651258231908
    }],
    "os": {
        "release": "5.17.4-arch1-1",
        "hostname": "arch"
    },
    "autoDetectHighContrast": true,
    "autoDetectColorScheme": false,
    "accessibilitySupport": false,
    "colorScheme": {
        "dark": false,
        "highContrast": false
    },
    "fullscreen": false,
    "maximized": false,
    "partsSplash": {
        "baseTheme": "vs-dark",
        "colorInfo": {
            "foreground": "#cccccc",
            "background": "#1e1e1e",
            "editorBackground": "#1e1e1e",
            "titleBarBackground": "#3c3c3c",
            "activityBarBackground": "#333333",
            "sideBarBackground": "#252526",
            "statusBarBackground": "#007acc",
            "statusBarNoFolderBackground": "#68217a"
        },
        "layoutInfo": {
            "sideBarSide": "left",
            "editorPartMinWidth": 220,
            "titleBarHeight": 0,
            "activityBarWidth": 48,
            "sideBarWidth": 256,
            "statusBarHeight": 22,
            "windowBorder": false
        }
    }
}
, source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.286120:INFO:CONSOLE(610)] "%cTRACE color: #888 Renderer->SharedProcess#connect", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.295551:INFO:CONSOLE(610)] "%cTRACE color: #888 Renderer->SharedProcess#createWorker", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: atomic read operation started (/home/master/.cache/code/User/settings.json)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: createResourceLock() - request to acquire resource lock (/home/master/.cache/code/User/settings.json)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: createResourceLock() - new resource lock created (/home/master/.cache/code/User/settings.json)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: createResourceLock() - resource lock dispose() (/home/master/.cache/code/User/settings.json)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: createResourceLock() - resource lock removed from resource-lock map (/home/master/.cache/code/User/settings.json)
[main 2022-04-29T18:50:32.299Z] [Disk FileSystemProvider]: createResourceLock() - resource lock barrier open() (/home/master/.cache/code/User/settings.json)
[11390:0429/115032.306156:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/master/.vscode/settings.json': Unable to read file '/home/master/.vscode/settings.json' (Error: Unable to resolve nonexistent file '/home/master/.vscode/settings.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.306361:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/master/.vscode/tasks.json': Unable to read file '/home/master/.vscode/tasks.json' (Error: Unable to resolve nonexistent file '/home/master/.vscode/tasks.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.306637:INFO:CONSOLE(610)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/master/.vscode/launch.json': Unable to read file '/home/master/.vscode/launch.json' (Error: Unable to resolve nonexistent file '/home/master/.vscode/launch.json')", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.319910:INFO:CONSOLE(610)] "%cTRACE color: #888 [lifecycle] starting up (startup kind: 1)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.323395:INFO:CONSOLE(610)] "%cTRACE color: #888 Skipping initializing user data in desktop", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.367702:INFO:CONSOLE(610)] "%cTRACE color: #888 lifecycle: phase changed (value: 2)", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.387166:INFO:CONSOLE(610)] "%cTRACE color: #888 TimelineService#registerTimelineProvider: id=timeline.localHistory", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.393455:INFO:CONSOLE(610)] "%cTRACE color: #888 UserDataInitializationService#requiresInitialization", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.433965:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: notifyNavigation() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.434001:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: notifyNavigation() not ignoring (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.434021:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: onNonSelectionAwareEditorNavigation() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.434318:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: add() (editor: walkThrough://vscode_getting_started_page, event: )", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.434335:INFO:CONSOLE(610)] "%cTRACE color: #888 [History stack global-default]: index: 0, navigating: false
- group: 0, editor: walkThrough://vscode_getting_started_page, selection: 
            ", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/115032.446020:INFO:CONSOLE(610)] "%cTRACE color: #888 Layout#layout, height: 1194, width: 1925", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[main 2022-04-29T18:50:32.516Z] window#load: window reported ready (id: 1)
...
NOTE: The rows below keep outputting every second.
...
[11390:0429/120058.263217:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)]  >> normalized [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/120058.315500:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)] [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/120058.316052:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)]  >> normalized [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/120058.368332:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)] [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/120058.368895:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)]  >> normalized [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
[11390:0429/120058.421235:INFO:CONSOLE(610)] "%cTRACE color: #888 [File Watcher (parcel)] [CHANGED] /home/master/.cache/code/logs/20220429T115031/renderer1.log", source: vscode-file://vscode-app/opt/visual-studio-code/resources/app/out/vs/workbench/workbench.desktop.main.js (610)
...
deepak1556 commented 2 years ago

From the logs,

Error reading broker pipe: The handle is invalid.

Merging to https://github.com/microsoft/vscode/issues/122951, please subscribe to that issue for updates. You can try our lightweight browser version of the editor https://vscode.dev/ which shouldn't suffer from this issue.