microsoft / vscode

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

VSCode blocked on loading #197493

Closed BadBro00 closed 7 months ago

BadBro00 commented 8 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Open VSCode (Just by opening VSCode, it seems like it's stuck on loading, and can't properly open. Happens everytime, no matter what i do)

Attaching Images to show how VSCode Windows look like after some time passes or even if i try to create new files, open new windows etc. Can't do anything at all, and i'm stuck.

Image 1: Today at 20:20:55 (7 mins before writing this) Screenshot from 2023-11-05 20 20 55

Image 2: Yesterday at 17:17:33 (One day before writing this) Screenshot from 2023-11-04 17 17 33

The problem still persists even when i open a new window, or try to close VSCode, or even dump its cache or the computer's whole cache.

gjsjohnmurray commented 8 months ago

Please see https://code.visualstudio.com/updates/v1_82#_update-highlights-for-chromium for advice about clearing the GPU cache. I think this may need to be done after each VS Code update until the upstream issue gets fixed.

deepak1556 commented 8 months ago

Can you provide the output of code --verbose

BadBro00 commented 8 months ago

Can you provide the output of code --verbose

This is the output:

[19612:1106/083733.598710:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable.
[main 2023-11-06T07:37:33.753Z] [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.config/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/.config/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>)
[main 2023-11-06T07:37:33.764Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User'
[main 2023-11-06T07:37:33.764Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User/settings.json'
[main 2023-11-06T07:37:33.880Z] Starting VS Code
[main 2023-11-06T07:37:33.880Z] from: /usr/share/code/resources/app
[main 2023-11-06T07:37:33.880Z] args: {
  _: [],
  diff: false,
  merge: false,
  add: false,
  goto: false,
  'new-window': false,
  'reuse-window': false,
  wait: false,
  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,
  'disable-chromium-sandbox': false,
  'ms-enable-electron-run-as-node': false,
  telemetry: false,
  debugRenderer: false,
  'enable-smoke-test-driver': false,
  logExtensionHostCommunication: false,
  'skip-release-notes': false,
  'skip-welcome': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'use-inmemory-secretstorage': false,
  'disable-workspace-trust': false,
  'disable-crash-reporter': false,
  'crash-reporter-id': '771f7081-daa2-4e80-aa6e-f05a818e633d',
  'skip-add-to-recently-opened': false,
  'unity-launch': false,
  'open-url': false,
  'file-write': false,
  'file-chmod': false,
  force: false,
  'do-not-sync': false,
  trace: false,
  'force-user-env': false,
  'force-disable-user-env': false,
  'open-devtools': false,
  'disable-gpu-sandbox': false,
  '__enable-file-policy': false,
  'enable-coi': 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,
  'profile-temp': false,
  logsPath: '/home/eugeniomiliterno/.config/Code/logs/20231106T083733'
}
[main 2023-11-06T07:37:33.883Z] Resolving machine identifier...
[main 2023-11-06T07:37:33.884Z] Resolved machine identifier: b432ae89090481b859ccad4d95a7c0bba96a6fd827a2cf7fdc9e1c6d6e01dd06
[main 2023-11-06T07:37:33.884Z] Main->SharedProcess#connect
[main 2023-11-06T07:37:33.890Z] StorageMainService: creating application storage
[main 2023-11-06T07:37:33.895Z] ElectronURLListener: waiting for window to be ready to handle URLs...
[main 2023-11-06T07:37:33.895Z] lifecycle (main): phase changed (value: 2)
[main 2023-11-06T07:37:33.895Z] windowsManager#open
[main 2023-11-06T07:37:33.897Z] windowsManager#open pathsToOpen [
  {
    workspace: { id: '24cc6ed9313333481cf8d48b94a2dfa2', uri: [w] },
    type: 2,
    exists: true
  }
]
[main 2023-11-06T07:37:33.898Z] windowsManager#doOpenFolderOrWorkspace {
  folderOrWorkspace: {
    workspace: { id: '24cc6ed9313333481cf8d48b94a2dfa2', uri: [w] },
    type: 2,
    exists: true
  },
  filesToOpen: undefined
}
[main 2023-11-06T07:37:33.900Z] IPC Object URL: Registered new channel vscode:dee0bb73-6b74-4851-8e85-baab6a4ea032.
[main 2023-11-06T07:37:33.900Z] window#validateWindowState: validating window state on 1 display(s) { mode: 0, x: 171, y: 246, width: 1024, height: 522 }
[main 2023-11-06T07:37:33.900Z] window#validateWindowState: 1 monitor working area { x: 0, y: 30, width: 1366, height: 738 }
[main 2023-11-06T07:37:33.900Z] window#ctor: using window state { mode: 0, x: 171, y: 246, width: 1024, height: 522 }
[main 2023-11-06T07:37:34.000Z] window#load: attempt to load window (id: 1)
[main 2023-11-06T07:37:34.012Z] StorageMainService: creating workspace storage (24cc6ed9313333481cf8d48b94a2dfa2)
[main 2023-11-06T07:37:34.013Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 1, emptyToRestore: 0, emptyToOpen: 0)
[main 2023-11-06T07:37:34.013Z] lifecycle (main): phase changed (value: 3)
[main 2023-11-06T07:37:34.014Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-06T07:37:34.014Z] update#setState idle
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
[19652:1106/083734.247946:WARNING:sandbox_linux.cc(393)] InitializeSandbox() called with multiple threads in process gpu-process.
[main 2023-11-06T07:37:34.327Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[19612:1106/083734.957676:INFO:CONSOLE(645)] "%cTRACE color: #888 workbench#open(): with configuration {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"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,"disable-chromium-sandbox":false,"ms-enable-electron-run-as-node":false,"telemetry":false,"debugRenderer":false,"enable-smoke-test-driver":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"skip-welcome":false,"disable-telemetry":false,"disable-updates":false,"use-inmemory-secretstorage":false,"disable-workspace-trust":false,"disable-crash-reporter":false,"crash-reporter-id":"771f7081-daa2-4e80-aa6e-f05a818e633d","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"disable-gpu-sandbox":false,"__enable-file-policy":false,"enable-coi":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,"profile-temp":false,"logsPath":"/home/eugeniomiliterno/.config/Code/logs/20231106T083733","machineId":"b432ae89090481b859ccad4d95a7c0bba96a6fd827a2cf7fdc9e1c6d6e01dd06","sqmId":"","windowId":1,"mainPid":19612,"appRoot":"/usr/share/code/resources/app","execPath":"/usr/share/code/code","codeCachePath":"/home/eugeniomiliterno/.config/Code/CachedData/d037ac076cee195194f93ce6fe2bdfe2969cc82d","backupPath":"/home/eugeniomiliterno/.config/Code/Backups/f0a491ed0932906819389028bcec8141","profiles":{"home":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/profiles","query":"","fragment":"","_formatted":null,"_fsPath":null},"all":[{"id":"__default__profile__","name":"Predefinito","location":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User","query":"","fragment":"","_formatted":null,"_fsPath":null},"isDefault":true,"globalStorageHome":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/globalStorage","query":"","fragment":"","_formatted":null,"_fsPath":null},"settingsResource":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/settings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"keybindingsResource":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/keybindings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"tasksResource":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/tasks.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"snippetsHome":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.config/Code/User/snippets","query":"","fragment":"","_formatted":null,"_fsPath":null},"extensionsResource":{"scheme":"vscode-userdata","authority":"","path":"/home/eugeniomiliterno/.vscode/extensions/extensions.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"cacheHome":{"scheme":"file","authority":"","path":"/home/eugeniomiliterno/.config/Code/CachedProfilesData/__default__profile__","query":"","fragment":"","_formatted":null,"_fsPath":null}}],"profile":"[Circular]"},"homeDir":"/home/eugeniomiliterno","tmpDir":"/tmp","userDataDir":"/home/eugeniomiliterno/.config/Code","workspace":{"id":"24cc6ed9313333481cf8d48b94a2dfa2","uri":{"$mid":1,"path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"}},"userEnv":{"VSCODE_IPC_HOOK":"/run/user/1000/vscode-dc87a134-1.84-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"it\",\"osLocale\":\"it\",\"availableLanguages\":{\"*\":\"it\"},\"_languagePackId\":\"b1ac910a4d124f004990dfbe7ec1f2e1.it\",\"_translationsConfigFile\":\"/home/eugeniomiliterno/.config/Code/clp/b1ac910a4d124f004990dfbe7ec1f2e1.it/tcf.json\",\"_cacheRoot\":\"/home/eugeniomiliterno/.config/Code/clp/b1ac910a4d124f004990dfbe7ec1f2e1.it\",\"_resolvedLanguagePackCoreLocation\":\"/home/eugeniomiliterno/.config/Code/clp/b1ac910a4d124f004990dfbe7ec1f2e1.it/d037ac076cee195194f93ce6fe2bdfe2969cc82d\",\"_corruptedFile\":\"/home/eugeniomiliterno/.config/Code/clp/b1ac910a4d124f004990dfbe7ec1f2e1.it/corrupted.info\",\"_languagePackSupport\":true}"},"logLevel":1,"loggers":{"window":[],"global":[{"resource":{"scheme":"file","authority":"","path":"/home/eugeniomiliterno/.config/Code/logs/20231106T083733/main.log","query":"","fragment":"","_formatted":"file:///home/eugeniomiliterno/.config/Code/logs/20231106T083733/main.log","_fsPath":"/home/eugeniomiliterno/.config/Code/logs/20231106T083733/main.log"},"id":"main","name":"Principale"},{"resource":{"scheme":"file","authority":"","path":"/home/eugeniomiliterno/.config/Code/logs/20231106T083733/network.log","query":"","fragment":"","_formatted":"file:///home/eugeniomiliterno/.config/Code/logs/20231106T083733/network.log","_fsPath":"/home/eugeniomiliterno/.config/Code/logs/20231106T083733/network.log"},"id":"network","name":"Richieste di rete","when":"logLevel == 'trace'"}]},"product":{"nameShort":"Code","nameLong":"Visual Studio Code","applicationName":"code","win32x64AppId":"{{EA457B21-F73E-494C-ACAB-524FDE069978}","win32arm64AppId":"{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}","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":"vscode","licenseFileName":"LICENSE.rtf","licenseName":"Multiple, see https://code.visualstudio.com/license","serverGreeting":[],"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","webUrl":"https://vscode.dev","webEndpointUrl":"https://main.vscode-cdn.net","webEndpointUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}","webviewContentExternalBaseUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/","quality":"stable","extensionsGallery":{"nlsBaseUrl":"https://www.vscode-unpkg.net/_lp/","serviceUrl":"https://marketplace.visualstudio.com/_apis/public/gallery","cacheUrl":"https://vscode.blob.core.windows.net/gallery/index","itemUrl":"https://marketplace.visualstudio.com/items","publisherUrl":"https://marketplace.visualstudio.com/publishers","resourceUrlTemplate":"https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}","controlUrl":"https://az764295.vo.msecnd.net/extensions/marketplace.json"},"profileTemplatesUrl":"https://az764295.vo.msecnd.net/profile-templates/profile-templates.json","extensionRecommendations":{"ms-dotnettools.csdevkit":{"onFileOpen":[{"pathGlob":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}","important":true},{"languages":["csharp"],"important":true},{"pathGlob":"{**/project.json,**/appsettings.json}"}]},"ms-python.python":{"onFileOpen":[{"pathGlob":"{**/*.py}","important":true},{"languages":["python"],"important":true},{"pathGlob":"{**/*.ipynb}"}]},"ms-toolsai.jupyter":{"onFileOpen":[{"pathGlob":"{**/*.py}","contentPattern":"^#\\s*%%$","important":true,"whenInstalled":["ms-python.python"]},{"pathGlob":"{**/*.ipynb}"}]},"ms-toolsai.datawrangler":{"onFileOpen":[{"pathGlob":"{**/*.ipynb}","contentPattern":"import\\s*pandas|from\\s*pandas","whenInstalled":["ms-toolsai.jupyter"]}]},"golang.Go":{"onFileOpen":[{"pathGlob":"**/*.go","important":true},{"languages":["go"],"important":true}]},"vscjava.vscode-java-pack":{"onFileOpen":[{"pathGlob":"{**/*.java}","important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]},{"languages":["java"],"important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}]},"ms-vscode.PowerShell":{"onFileOpen":[{"pathGlob":"{**/*.ps1,**/*.psd1,**/*.psm1}","important":true},{"languages":["powershell"],"important":true},{"pathGlob":"{**/*.ps.config,**/*.ps1.config}"}]},"ms-vscode.cpptools-extension-pack":{"onFileOpen":[{"pathGlob":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]},{"languages":["c","cpp"],"important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]}]},"ms-azuretools.vscode-docker":{"onFileOpen":[{"pathGlob":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}","important":true},{"languages":["dockerfile"],"important":true},{"pathGlob":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}"}]},"vue.volar":{"onFileOpen":[{"pathGlob":"{**/*.vue}","important":true},{"languages":["vue"],"important":true}]},"ms-vscode.makefile-tools":{"onFileOpen":[{"pathGlob":"{**/makefile,**/Makefile}","important":true},{"languages":["makefile"],"important":true}]},"ms-vscode.cmake-tools":{"onFileOpen":[{"pathGlob":"{**/CMakeLists.txt}","important":true}]},"ms-azure-devops.azure-pipelines":{"onFileOpen":[{"pathGlob":"{**/azure-pipelines.yaml}","important":true}]},"msazurermtools.azurerm-vscode-tools":{"onFileOpen":[{"pathGlob":"{**/azuredeploy.json}","important":true}]},"ms-vscode-remote.remote-containers":{"onFileOpen":[{"pathGlob":"{**/devcontainer.json}","important":true}]},"ms-azuretools.vscode-bicep":{"onFileOpen":[{"pathGlob":"{**/*.bicep}","important":true,"whenNotInstalled":["ms-azuretools.rad-vscode-bicep"]}]},"svelte.svelte-vscode":{"onFileOpen":[{"pathGlob":"{**/*.svelte}","important":true}]},"ms-vscode.vscode-github-issue-notebooks":{"onFileOpen":[{"pathGlob":"{**/*.github-issues}","important":true}]},"ms-playwright.playwright":{"onFileOpen":[{"pathGlob":"{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}","important":true}]},"vscjava.vscode-gradle":{"onFileOpen":[{"pathGlob":"{**/gradlew,**/gradlew.bat,**/build.gradle,**/build.gradle.kts,**/settings.gradle,**/settings.gradle.kts}","important":true}]},"REditorSupport.r":{"onFileOpen":[{"pathGlob":"{**/*.r}","important":true},{"languages":["r"],"important":true}]},"firefox-devtools.vscode-firefox-debug":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}"}]},"ms-edgedevtools.vscode-edge-devtools":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}"}]},"Ionide.Ionide-fsharp":{"onFileOpen":[{"pathGlob":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}"}]},"dbaeumer.vscode-eslint":{"onFileOpen":[{"pathGlob":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}"}]},"ms-vscode.vscode-typescript-tslint-plugin":{"onFileOpen":[{"pathGlob":"{**/tslint.json}"}]},"bmewburn.vscode-intelephense-client":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"xdebug.php-debug":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"rust-lang.rust-analyzer":{"onFileOpen":[{"pathGlob":"{**/*.rs,**/*.rslib}"}]},"DavidAnson.vscode-markdownlint":{"onFileOpen":[{"pathGlob":"{**/*.md}"}]},"EditorConfig.EditorConfig":{"onFileOpen":[{"pathGlob":"{**/.editorconfig}"}]},"HookyQR.beautify":{"onFileOpen":[{"pathGlob":"{**/.jsbeautifyrc}"}]},"donjayamanne.githistory":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"felipecaputo.git-project-manager":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"eamodio.gitlens":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"Shopify.ruby-lsp":{"onFileOpen":[{"pathGlob":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}"}]},"DotJoshJohnson.xml":{"onFileOpen":[{"pathGlob":"{**/*.xml}"}]},"stylelint.vscode-stylelint":{"onFileOpen":[{"pathGlob":"{**/.stylelintrc,**/stylelint.config.js}"}]},"ms-mssql.mssql":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"mtxr.sqltools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"usqlextpublisher.usql-vscode-ext":{"onFileOpen":[{"pathGlob":"{**/*.usql}"}]},"ms-vscode.sublime-keybindings":{"onFileOpen":[{"pathGlob":"{**/.sublime-project,**/.sublime-workspace}"}]},"k--kato.intellij-idea-keybindings":{"onFileOpen":[{"pathGlob":"{**/.idea}"}]},"christian-kohler.npm-intellisense":{"onFileOpen":[{"pathGlob":"{**/package.json}"}]},"cake-build.cake-vscode":{"onFileOpen":[{"pathGlob":"{**/build.cake}"}]},"Angular.ng-template":{"onFileOpen":[{"pathGlob":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}"}]},"vscjava.vscode-maven":{"onFileOpen":[{"pathGlob":"**/pom.xml"}]},"ms-azuretools.vscode-azureterraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"HashiCorp.terraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"vsciot-vscode.vscode-arduino":{"onFileOpen":[{"pathGlob":"**/*.ino"}]},"ms-kubernetes-tools.vscode-kubernetes-tools":{"onFileOpen":[{"pathGlob":"{**/Chart.yaml}"}]},"GoogleCloudTools.cloudcode":{"onFileOpen":[{"pathGlob":"{**/skaffold.yaml}"}]},"Oracle.oracledevtools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"betterthantomorrow.calva":{"onFileOpen":[{"pathGlob":"{**/*.clj,**/*.cljs}"}]},"Pivotal.vscode-boot-dev-pack":{"onFileOpen":[{"pathGlob":"{**/application.properties}"}]},"GitHub.copilot":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"}],"onSettingsEditorOpen":{}},"GitHub.vscode-github-actions":{"onFileOpen":[{"pathGlob":"{**/.github/workflows/*.yml}","important":true}]},"circleci.circleci":{"onFileOpen":[{"pathGlob":"{**/.circleci/config.yml}"}]},"mechatroner.rainbow-csv":{"onFileOpen":[{"pathGlob":"**/*.csv","important":true}]},"tomoki1207.pdf":{"onFileOpen":[{"pathGlob":"**/*.pdf","important":true}]}},"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.csdevkit","ms-toolsai.jupyter","vscjava.vscode-java-pack","ecmel.vscode-html-css","vue.volar","bmewburn.vscode-intelephense-client","dsznajder.es7-react-js-snippets","golang.go","ms-vscode.powershell","dart-code.dart-code","rust-lang.rust-analyzer","Shopify.ruby-lsp","GitHub.copilot"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","contentPattern":"^\\s*url\\s*=\\s*https:\\/\\/github\\.com.*$"},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev 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}}},"pyproject-formatter":{"configPath":"pyproject.toml","configName":"Python Formatter","recommendations":{"ms-python.black-formatter":{"name":"Black Formatter","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*[\\].])|(\"black\\s*[\"[(<=>!~;@])"},"ms-python.autopep8":{"name":"Autopep8","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?autopep8\"?\\s*[\\].])|(\"autopep8\\s*[\"[(<=>!~;@])"}}},"pep8-formatter":{"configPath":".pep8","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8"}}},"python-setup-cgf-formatter":{"configPath":"setup.cfg","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8","contentPattern":"^\\[pep8\\]"}}},"tox-ini-formatter":{"configPath":"tox.ini","configName":"Python Formatter","recommendations":{"ms-python.autopep8":{"name":"Autopep8","contentPattern":"^\\[pep8\\]"}}},"pyproject-linter":{"configPath":"pyproject.toml","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?pylint\"?\\s*[\\].])|(\"pylint\\s*[\"[(<=>!~;@])"},"charliermarsh.ruff":{"name":"Ruff","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?ruff\"?\\s*[\\].])|(\"ruff\\s*[\"[(<=>!~;@])"},"ms-python.mypy-type-checker":{"name":"Mypy Type Checker","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?mypy\"?\\s*[\\].])|(\"mypy\\s*[\"[(<=>!~;@])"},"ms-python.flake8":{"name":"Flake8","contentPattern":"(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?flake8\"?\\s*[\\].])|(\"flake8\\s*[\"[(<=>!~;@])"}}},".pylintrc-linter":{"configPath":".pylintrc","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint"}}},"pylintrc-linter":{"configPath":"pylintrc","configName":"Python Linter","recommendations":{"ms-python.pylint":{"name":"Pylint"}}},"mypy-ini-linter":{"configPath":".mypy.ini","configName":"Python Linter","recommendations":{"ms-python.mypy-type-checker":{"name":"Mypy Type Checker"}}},"tox-ini-linter":{"configPath":"tox.ini","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8","contentPattern":"^\\[flake8\\]"}}},".flake8-linter":{"configPath":".flake8","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8"}}},"python-setup-cgf-linter":{"configPath":"setup.cfg","configName":"Python Linter","recommendations":{"ms-python.flake8":{"name":"Flake8","contentPattern":"^\\[flake8\\]"}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure CLI Tools"}}},"azd":{"friendlyName":"Azure Dev CLI","windowsPath":"%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"azd-user":{"friendlyName":"Azure Dev CLI","windowsPath":"%ProgramFiles%\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"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":"Dev 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":"Dev 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":"Dev Containers"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux (WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"WSL","important":true}}}},"webExtensionTips":["tyriar.luna-paint","codespaces-contrib.codeswing","ms-vscode.vscode-github-issue-notebooks","esbenp.prettier-vscode","hediet.vscode-drawio"],"virtualWorkspaceExtensionTips":{"vscode-vfs":{"friendlyName":"Remote Repositories","extensionId":"ms-vscode.remote-repositories","startEntry":{"helpLink":"https://aka.ms/vscode-remote/remote-repositories","startConnectLabel":"Remote Repository","startCommand":"remoteHub.continueOn.openRepository","priority":5}}},"remoteExtensionTips":{"wsl":{"friendlyName":"WSL","extensionId":"ms-vscode-remote.remote-wsl","supportedPlatforms":["Windows","Web"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/wsl","startConnectLabel":"WSL","startCommand":"remote-wsl.connect","priority":3}},"ssh-remote":{"friendlyName":"Remote - SSH","extensionId":"ms-vscode-remote.remote-ssh","supportedPlatforms":["Windows","Linux","Mac"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/ssh","startConnectLabel":"SSH ","startCommand":"opensshremotes.openEmptyWindowInCurrentWindow","priority":1}},"dev-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers","supportedPlatforms":["Windows","Linux","Mac"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/containers","startConnectLabel":"Dev Container","startCommand":"remote-containers.reopenInContainer","priority":2}},"attached-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers"},"codespaces":{"friendlyName":"GitHub Codespaces","extensionId":"github.codespaces","startEntry":{"helpLink":"https://aka.ms/vscode-remote-codespaces","startConnectLabel":"GitHub Codespace ","startCommand":"github.codespaces.connect","priority":4}},"tunnel":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server","startEntry":{"helpLink":"https://aka.ms/remote-tunnels-doc","startConnectLabel":"Tunnel","startCommand":"remote-tunnels.connectCurrentWindowToTunnel","priority":0}}},"commandPaletteSuggestedCommandIds":["workbench.action.files.openFile","workbench.action.files.openFileFolder","workbench.action.files.openFolder","workbench.action.remote.showMenu","editor.action.formatDocument","editor.action.commentLine","workbench.action.tasks.runTask","workbench.action.openSettings2","workbench.action.selectTheme","workbench.action.openWalkthrough","workbench.action.openIssueReporter"],"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":{"ariaKey":"5bbf946d11a54f6783919c455abaddaf-fd62977b-c92d-4714-a45d-649d06980372-7168"},"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"],"documentationUrl":"https://go.microsoft.com/fwlink/?LinkID=533484#vscode","serverDocumentationUrl":"https://aka.ms/vscode-server-doc","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","youTubeUrl":"https://aka.ms/vscode-youtube","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","serverLicenseUrl":"https://aka.ms/vscode-server-license","privacyStatementUrl":"https://go.microsoft.com/fwlink/?LinkId=521839","showTelemetryOptOut":true,"npsSurveyUrl":"https://aka.ms/vscode-nps","cesSurveyUrl":"https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"https://go.microsoft.com/fwlink/?LinkId=828886","electronRepository":"Microsoft/vscode-electron-prebuilt","nodejsRepository":"Microsoft/vscode-node","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},{"surveyId":"csharp.1","surveyUrl":"https://www.research.net/r/8KGJ9V8","languageId":"csharp","editCount":10,"userProbability":0.05}],"extensionEnabledApiProposals":{"ms-vscode.vscode-selfhost-test-provider":["testObserver"],"VisualStudioExptTeam.vscodeintellicode-completions":["inlineCompletionsAdditions"],"ms-vsliveshare.vsliveshare":["contribMenuBarHome","contribShareMenu","contribStatusBarItems","diffCommand","documentFiltersExclusive","fileSearchProvider","findTextInFiles","notebookCellExecutionState","notebookLiveShare","terminalDimensions","terminalDataWriteEvent","textSearchProvider"],"ms-vscode.js-debug":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-toolsai.vscode-ai-remote":["resolvers"],"ms-python.python":["contribEditorContentMenu","quickPickSortByLabel","portsAttributes","testObserver","quickPickItemTooltip","terminalDataWriteEvent","saveEditor"],"ms-dotnettools.dotnet-interactive-vscode":["notebookMessaging","languageConfigurationAutoClosingPairs"],"GitHub.codespaces":["contribEditSessions","contribMenuBarHome","contribRemoteHelp","contribViewsRemote","resolvers","tunnels","terminalDataWriteEvent","treeViewReveal","notebookKernelSource"],"ms-vscode.azure-repos":["extensionRuntime","fileSearchProvider","textSearchProvider"],"ms-vscode.remote-repositories":["canonicalUriProvider","contribEditSessions","contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","contribShareMenu","documentFiltersExclusive","editSessionIdentityProvider","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","shareProvider","scmActionButton","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-vscode-remote.remote-wsl":["resolvers","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode-remote.remote-ssh":["resolvers","tunnels","terminalDataWriteEvent","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode.remote-server":["resolvers","tunnels","contribViewsWelcome"],"ms-vscode.remote-explorer":["contribRemoteHelp","contribViewsRemote","extensionsAny"],"ms-vscode-remote.remote-containers":["contribEditSessions","resolvers","tunnels","workspaceTrust","terminalDimensions","contribRemoteHelp","contribViewsRemote"],"ms-vscode.js-debug-nightly":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-vscode.lsif-browser":["documentFiltersExclusive"],"ms-vscode.vscode-speech":["speech"],"GitHub.vscode-pull-request-github":["contribCommentThreadAdditionalMenu","tokenInformation","contribShareMenu","fileComments","contribCommentPeekContext","codiconDecoration","diffCommand","contribCommentEditorActionsMenu","readonlyMessage","treeViewMarkdownMessage","shareProvider","quickDiffProvider"],"GitHub.copilot":["inlineCompletionsAdditions"],"GitHub.copilot-nightly":["inlineCompletionsAdditions"],"GitHub.copilot-chat":["handleIssueUri","interactive","interactiveUserActions","terminalDataWriteEvent","terminalExecuteCommandEvent","terminalSelection","terminalQuickFixProvider","chatVariables","chatAgents","chatAgents2","chatAgents2Additions","defaultChatAgent","readonlyMessage","chatProvider","mappedEditsProvider","aiRelatedInformation","codeActionAI","findTextInFiles","textSearchProvider"],"GitHub.remotehub":["contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","documentFiltersExclusive","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-python.gather":["notebookCellExecutionState"],"ms-python.vscode-pylance":["notebookCellExecutionState"],"ms-python.debugpy":["portsAttributes"],"ms-toolsai.jupyter-renderers":["contribNotebookStaticPreloads"],"ms-toolsai.jupyter":["notebookDeprecated","notebookMessaging","notebookMime","notebookCellExecutionState","portsAttributes","quickPickSortByLabel","notebookKernelSource","interactiveWindow","notebookControllerAffinityHidden","contribNotebookStaticPreloads","quickPickItemTooltip","notebookExecution"],"dbaeumer.vscode-eslint":["notebookCellExecutionState"],"ms-vscode.azure-sphere-tools-ui":["tunnels"],"ms-azuretools.vscode-azureappservice":["terminalDataWriteEvent"],"ms-azuretools.vscode-azureresourcegroups":["authGetSessions"],"ms-vscode.anycode":["extensionsAny"],"ms-vscode.cpptools":["terminalDataWriteEvent"],"redhat.java":["documentPaste"],"ms-dotnettools.csdevkit":["inlineCompletionsAdditions"],"ms-dotnettools.vscodeintellicode-csharp":["inlineCompletionsAdditions"],"microsoft-IsvExpTools.powerplatform-vscode":["fileSearchProvider","textSearchProvider"],"microsoft-IsvExpTools.powerplatform-vscode-preview":["fileSearchProvider","textSearchProvider"]},"tasConfig":{"endpoint":"https://default.exp-tas.com/vscode/ab","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"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://*.gallerycdn.vsassets.io","https://*.github.com","https://login.microsoftonline.com","https://*.vscode.dev","https://*.github.dev","https://gh.io","https://portal.azure.com"],"trustedExtensionAuthAccess":["vscode.git","vscode.github","ms-vscode.remote-repositories","github.remotehub","ms-vscode.azure-repos","ms-vscode.remote-server","github.vscode-pull-request-github","github.codespaces","ms-vsliveshare.vsliveshare","github.copilot","github.copilot-chat","ms-azuretools.vscode-azureresourcegroups","ms-edu.vscode-learning"],"trustedExtensionProtocolHandlers":["vscode.git","vscode.github-authentication","vscode.microsoft-authentication"],"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":{"github":{"scopes":["user:email"]},"microsoft":{"scopes":["openid","profile","email","offline_access"]}}},"editSessions.store":{"url":"https://vscode-sync.trafficmanager.net/","authenticationProviders":{"microsoft":{"scopes":["openid","profile","email","offline_access"]},"github":{"scopes":["user:email"]}}},"tunnelServerQualities":{"stable":{"serverApplicationName":"code-server"},"exploration":{"serverApplicationName":"code-server-exploration"},"insider":{"serverApplicationName":"code-server-insiders"}},"tunnelApplicationName":"code-tunnel","tunnelApplicationConfig":{"editorWebUrl":"https://vscode.dev","extension":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server"},"authenticationProviders":{"github":{"scopes":["user:email","read:org"]}}},"win32TunnelServiceMutex":"vscode-tunnelservice","win32TunnelMutex":"vscode-tunnel","commonlyUsedSettings":["files.autoSave","editor.fontSize","editor.fontFamily","GitHub.copilot.manageExtension","editor.tabSize","editor.renderWhitespace","editor.cursorStyle","editor.multiCursorModifier","editor.insertSpaces","editor.wordWrap","files.exclude","files.associations","workbench.editor.enablePreview"],"builtInExtensions":[{"name":"ms-vscode.js-debug-companion","version":"1.1.2","sha256":"e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa","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.84.0","sha256":"a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596","repo":"https://github.com/microsoft/vscode-js-debug","metadata":{"id":"25629058-ddac-4e17-abba-74678e126c5d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.vscode-js-profile-table","version":"1.0.3","sha256":"b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5","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.19","sha256":"926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa","repo":"https://github.com/microsoft/vscode-remote-wsl-recommender","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"aiGeneratedWorkspaceTrust":{"title":"This workspace was generated by GitHub Copilot","checkboxText":"Trust the contents of all files in this workspace","trustOption":"Yes, I trust the contents","dontTrustOption":"No, I don't trust the contents","startupTrustRequestLearnMore":"If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "},"gitHubEntitlement":{"providerId":"github","command":{"title":"Install GitHub Copilot (Paid for by {{org}})","titleWithoutPlaceHolder":"Install GitHub Copilot","action":"workbench.extensions.installExtension","when":"workbench.accounts.experimental.showEntitlements"},"entitlementUrl":"https://api.github.com/copilot_internal/user","extensionId":"github.copilot","enablementKey":"chat_enabled","confirmationAction":"Install","confirmationMessage":"Are you sure you want to install GitHub Copilot?"},"commit":"d037ac076cee195194f93ce6fe2bdfe2969cc82d","date":"2023-11-01T11:28:21.782Z","checksums":{"vs/base/parts/sandbox/electron-sandbox/preload.js":"KHZHxB1OYoF7HZVmMdEd2w","vs/workbench/workbench.desktop.main.js":"t1RjXiziCVXbYceYGRrZIg","vs/workbench/workbench.desktop.main.css":"nnTNzl4zg2YNxrRFaHojeA","vs/workbench/api/node/extensionHostProcess.js":"IQLdItg6yjjxlenKjQeODg","vs/code/electron-sandbox/workbench/workbench.html":"Nei/i2NoxE9Pdo7ZULeFgA","vs/code/electron-sandbox/workbench/workbench.js":"I66875UGSqFsMswHTWQYMA"},"version":"1.84.0"},"isInitialStartup":true,"perfMarks":[{"name":"code/timeOrigin","startTime":1699256253071.56},{"name":"code/didStartMain","startTime":1699256253343},{"name":"code/willStartCrashReporter","startTime":1699256253366},{"name":"code/didStartCrashReporter","startTime":1699256253434},{"name":"code/willGenerateNls","startTime":1699256253435},{"name":"code/mainAppReady","startTime":1699256253592},{"name":"code/didGenerateNls","startTime":1699256253605},{"name":"code/willLoadMainBundle","startTime":1699256253605},{"name":"code/fork/willLoadCode","startTime":1699256253635},{"name":"code/registerFilesystem/file","startTime":1699256253736},{"name":"code/registerFilesystem/vscode-userdata","startTime":1699256253739},{"name":"code/didLoadMainBundle","startTime":1699256253745},{"name":"code/willStartMainServer","startTime":1699256253866},{"name":"code/didStartMainServer","startTime":1699256253869},{"name":"code/willCreateCodeWindow","startTime":1699256253899},{"name":"code/willRestoreCodeWindowState","startTime":1699256253900},{"name":"code/didRestoreCodeWindowState","startTime":1699256253900},{"name":"code/willCreateCodeBrowserWindow","startTime":1699256253901},{"name":"code/didCreateCodeBrowserWindow","startTime":1699256253997},{"name":"code/willMaximizeCodeWindow","startTime":1699256253997},{"name":"code/didMaximizeCodeWindow","startTime":1699256253998},{"name":"code/didCreateCodeWindow","startTime":1699256253999},{"name":"code/willOpenNewWindow","startTime":1699256254000}],"os":{"release":"5.11.0-43-generic","hostname":"AspireA31553G6b66aef5","arch":"x64"},"autoDetectHighContrast":true,"autoDetectColorScheme":false,"accessibilitySupport":false,"colorScheme":{"dark":true,"highContrast":false},"fullscreen":false,"maximized":true,"partsSplash":{"zoomLevel":0,"baseTheme":"vs-dark","colorInfo":{"foreground":"#cccccc","background":"#000c18","editorBackground":"#000c18","titleBarBackground":"#10192c","activityBarBackground":"#051336","sideBarBackground":"#060621","statusBarBackground":"#10192c","statusBarNoFolderBackground":"#10192c"},"layoutInfo":{"sideBarSide":"left","editorPartMinWidth":220,"titleBarHeight":0,"activityBarWidth":48,"sideBarWidth":300,"statusBarHeight":22,"windowBorder":false}}}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083734.958159:INFO:CONSOLE(645)] "%cTRACE color: #888 Renderer->SharedProcess#connect", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083734.965919:INFO:CONSOLE(645)] "%cTRACE color: #888 Renderer->UtilityProcess#createWorker", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083735.165535:INFO:CONSOLE(645)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/settings.json': Non è possibile leggere il file '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/settings.json' (Error: Non è possibile risolvere il file non esistente '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/settings.json')", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083735.166554:INFO:CONSOLE(645)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/tasks.json': Non è possibile leggere il file '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/tasks.json' (Error: Non è possibile risolvere il file non esistente '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/tasks.json')", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083735.167860:INFO:CONSOLE(645)] "%cTRACE color: #888 Error while resolving configuration file 'file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/launch.json': Non è possibile leggere il file '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/launch.json' (Error: Non è possibile risolvere il file non esistente '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/launch.json')", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083735.179375:INFO:CONSOLE(645)] "%cTRACE color: #888 Error while resolving configuration file 'vscode-userdata:/home/eugeniomiliterno/.config/Code/User/tasks.json': Non è possibile leggere il file 'vscode-userdata:/home/eugeniomiliterno/.config/Code/User/tasks.json' (Error: Non è possibile risolvere il file non esistente 'vscode-userdata:/home/eugeniomiliterno/.config/Code/User/tasks.json')", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:36.516Z] lifecycle (main): phase changed (value: 4)
[19612:1106/083736.958933:INFO:CONSOLE(645)] "%cTRACE color: #888 Renderer->SharedProcess#connect: before acquirePort", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:36.959Z] [SharedProcess] onWindowConnection for: vscode:createSharedProcessChannelConnectionResult
[main 2023-11-06T07:37:36.960Z] [UtilityProcess type: shared-process, pid: <none>]: creating new...
[main 2023-11-06T07:37:36.971Z] [UtilityProcess type: shared-process, pid: 19696]: successfully created
[main 2023-11-06T07:37:36.973Z] [UtilityProcessWorker]: createWorker(window: 1, moduleId: vs/platform/files/node/watcher/watcherMain)
[main 2023-11-06T07:37:36.974Z] [UtilityProcess id: 1, type: fileWatcher, pid: <none>]: creating new...
[main 2023-11-06T07:37:36.984Z] [UtilityProcess id: 1, type: fileWatcher, pid: 19697]: successfully created
[19612:1106/083736.986417:INFO:CONSOLE(645)] "%cTRACE color: #888 Renderer->UtilityProcess#createWorkerChannel: connection established", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:37.373Z] [SharedProcess] IPC ready
[main 2023-11-06T07:37:37.374Z] Main->SharedProcess#connect: connection established
[main 2023-11-06T07:37:37.386Z] [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.config/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/.config/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>)
[main 2023-11-06T07:37:37.390Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User'
[main 2023-11-06T07:37:37.391Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User/settings.json'
[19612:1106/083737.402272:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.config/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/.config/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/settings.json (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/tasks.json (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/launch.json (excludes: <none>, includes: <all>, correlationId: <none>),/home/eugeniomiliterno/.config/Code/User/tasks.json (excludes: <none>, includes: <all>, correlationId: <none>)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.414819:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.417017:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.config/Code/User/settings.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.424311:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.424973:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/settings.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.425534:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/tasks.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.426068:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/.vscode/launch.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.426873:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/.config/Code/User/tasks.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.997020:INFO:CONSOLE(645)] "%cTRACE color: #888 [lifecycle] starting up (startup kind: 1)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083737.998250:INFO:CONSOLE(645)] "%cTRACE color: #888 lifecycle: phase changed (value: 2)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.004837:INFO:CONSOLE(645)] "%c WARN color: #993 Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal 'languageConfigurationAutoClosingPairs' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:38.025Z] [SharedProcess] Overall ready
[main 2023-11-06T07:37:38.053Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-06T07:37:38.154Z] [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.vscode/extensions (excludes: <none>, includes: <all>, correlationId: <none>)
[main 2023-11-06T07:37:38.156Z] [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.vscode/extensions/extensions.json (excludes: <none>, includes: <all>, correlationId: <none>)
[main 2023-11-06T07:37:38.168Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.vscode/extensions'
[main 2023-11-06T07:37:38.173Z] [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/.vscode/extensions/extensions.json'
[19612:1106/083738.341248:INFO:CONSOLE(645)] "%cTRACE color: #888 TimelineService#registerTimelineProvider: id=timeline.localHistory", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.454468:INFO:CONSOLE(645)] "%c  ERR color: #f33 Bad control character in string literal in JSON at position 521: SyntaxError: Bad control character in string literal in JSON at position 521
    at JSON.parse (<anonymous>)
    at O.nb (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:3976)
    at get fb [as fb] (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:2933)
    at new p (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2525:7484)
    at new O (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:9041)
    at g.j (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:1241)
    at g.createInstance (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:733)
    at T.P (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:7064)
    at T.show (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:8555)
    at T.L (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:8073)
    at T.create (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:769:75180)
    at M.kc (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:138038)
    at vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:135252
    at g.invokeFunction (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:326)
    at M.startup (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:134988)
    at oe.open (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2616:91568)
    at async vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js:4:9649", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.455133:INFO:CONSOLE(4)] "[uncaught exception]: SyntaxError: Bad control character in string literal in JSON at position 521", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js (4)
[19612:1106/083738.455232:INFO:CONSOLE(4)] "SyntaxError: Bad control character in string literal in JSON at position 521
    at JSON.parse (<anonymous>)
    at O.nb (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:3976)
    at get fb [as fb] (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:2933)
    at new p (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2525:7484)
    at new O (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:9041)
    at g.j (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:1241)
    at g.createInstance (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:733)
    at T.P (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:7064)
    at T.show (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:8555)
    at T.L (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2532:8073)
    at T.create (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:769:75180)
    at M.kc (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:138038)
    at vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:135252
    at g.invokeFunction (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:640:326)
    at M.startup (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2591:134988)
    at oe.open (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2616:91568)
    at async vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js:4:9649", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js (4)
[19612:1106/083738.519638:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/.config/Code/User/keybindings.json (excludes: <none>, includes: <all>, correlationId: <none>)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.526606:INFO:CONSOLE(645)] "%cTRACE color: #888 Renderer->SharedProcess#connect: connection established", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.536442:INFO:CONSOLE(645)] "%cTRACE color: #888 Started scanning system extensions", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.537133:INFO:CONSOLE(645)] "%cTRACE color: #888 Started scanning user extensions [object Object]", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.540197:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/.config/Code/User/keybindings.json'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:38.559Z] [UtilityProcess id: 1, type: extensionHost, pid: <none>]: creating new...
[main 2023-11-06T07:37:38.586Z] [UtilityProcess id: 1, type: extensionHost, pid: 19728]: successfully created
[19612:1106/083738.648363:INFO:CONSOLE(645)] "%cDEBUG background: #eee; color: #888 Using cached extensions scan result file:///usr/share/code/resources/app/extensions", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.649127:INFO:CONSOLE(645)] "%cTRACE color: #888 Scanned system extensions: 89", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.677194:INFO:CONSOLE(645)] "%cDEBUG background: #eee; color: #888 Using cached extensions scan result vscode-userdata:/home/eugeniomiliterno/.vscode/extensions/extensions.json", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.690498:INFO:CONSOLE(645)] "%cDEBUG background: #eee; color: #888 ComputeTargetPlatform: linux-x64", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.692907:INFO:CONSOLE(645)] "%cTRACE color: #888 Scanned user extensions: 16", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.699050:INFO:CONSOLE(645)] "%c  ERR color: #f33 Extension 'github.copilot-chat' wants API proposal 'chatSlashCommands' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.714856:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.bat, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.715520:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.clojure, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.716111:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.coffeescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.716731:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.configuration-editing, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.717317:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.cpp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.717930:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.csharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.718514:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.css, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.719102:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.css-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.719705:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.dart, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.720285:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.debug-auto-launch, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.720876:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.debug-server-ready, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.721430:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.diff, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.722010:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.docker, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.722589:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.emmet, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.723153:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.extension-editing, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.723701:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.fsharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.724426:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.git, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.725022:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.git-base, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.725591:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.github, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.726192:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.github-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.726778:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.go, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.727364:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.groovy, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.727925:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.grunt, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.728669:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.gulp, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.729297:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.handlebars, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.729925:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.hlsl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.730543:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.html, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.731144:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.html-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.731739:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.ini, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.732337:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.ipynb, extension kinds: [workspace, ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.732989:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.jake, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.737694:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.java, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.738459:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.javascript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.739081:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.json, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.739677:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.json-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.740212:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.julia, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.747070:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.latex, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.747730:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.less, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.748339:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.log, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.773040:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.lua, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.773828:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.make, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.774484:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.markdown, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.775071:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.markdown-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.775677:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.markdown-math, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.776291:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.media-preview, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.776923:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.merge-conflict, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.777542:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.microsoft-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.778153:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.js-debug, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.778782:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.js-debug-companion, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.779405:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.vscode-js-profile-table, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.780063:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.builtin-notebook-renderers, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.780706:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.npm, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.781320:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.objective-c, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.781920:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.perl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.782501:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.php, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.786673:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.php-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.787378:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.powershell, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.787999:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.pug, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.788634:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.python, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.789247:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.r, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.789834:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.razor, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.790417:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.references-view, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.791037:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.restructuredtext, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.791592:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.ruby, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.792121:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.rust, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.792684:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.scss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.793456:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.search-result, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.794075:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.shaderlab, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.794675:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.shellscript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.795240:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.simple-browser, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.795789:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.sql, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.796391:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.swift, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.796998:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-abyss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.797582:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-defaults, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.798144:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-kimbie-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.798730:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-monokai, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.799306:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-monokai-dimmed, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.799918:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-quietlight, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.800502:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-red, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.818967:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.vscode-theme-seti, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.819651:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-solarized-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.820323:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-solarized-light, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.821149:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.theme-tomorrow-night-blue, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.822033:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.tunnel-forwarding, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.823036:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.typescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.825045:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.typescript-language-features, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.825777:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.vb, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.826353:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.xml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.826931:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscode.yaml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.827495:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for franneck94.c-cpp-runner, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.828083:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for GitHub.copilot, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.828680:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for GitHub.copilot-chat, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.829250:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for MS-CEINTL.vscode-language-pack-it, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.829847:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.cmake-tools, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.830496:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.cpptools, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.831262:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.cpptools-extension-pack, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.831903:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for ms-vscode.cpptools-themes, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.832480:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for redhat.java, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.833065:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for VisualStudioExptTeam.intellicode-api-usage-examples, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.833624:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for VisualStudioExptTeam.vscodeintellicode, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.834188:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscjava.vscode-java-debug, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.834764:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscjava.vscode-java-dependency, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.835847:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscjava.vscode-java-pack, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.836477:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscjava.vscode-java-test, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.837118:INFO:CONSOLE(645)] "%cTRACE color: #888 pickRunningLocation for vscjava.vscode-maven, extension kinds: [workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083738.999007:INFO:CONSOLE(661)] "Overwriting extension <<.properties>> to now point to mime <<text/x-java-properties>>", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (661)
[main 2023-11-06T07:37:39.322Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-06T07:37:39.381Z] Terminal profile not validated zsh [ 'zsh' ]
[main 2023-11-06T07:37:39.382Z] Terminal profile not validated fish [ 'fish' ]
[main 2023-11-06T07:37:39.384Z] Terminal profile not validated tmux [ 'tmux' ]
[main 2023-11-06T07:37:39.389Z] Terminal profile not validated pwsh [ 'pwsh' ]
[19612:1106/083739.475161:INFO:CONSOLE(93)] "Uncaught Error: Assertion Failed: argument is undefined or null", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (93)
[19612:1106/083739.682364:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*.h":true,"*.c":true,"*.hh":true,"*.cc":true,"*.hxx":true,"*.cxx":true,"*.hpp":true,"*.cpp":true,"*.cu":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.684640:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*/CMakeLists.txt":true,"*/*/CMakeLists.txt":true,"*/*/*/CMakeLists.txt":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.697567:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*/pom.xml":true,"*/build.gradle":true,"*/settings.gradle":true,"*/build.gradle.kts":true,"*/settings.gradle.kts":true,"*/.classpath":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.700197:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*/pom.xml":true,"*/build.gradle":true,"*/settings.gradle":true,"*/build.gradle.kts":true,"*/settings.gradle.kts":true,"*/.classpath":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.701683:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*/pom.xml":true,"*/build.gradle":true,"*/settings.gradle":true,"*/build.gradle.kts":true,"*/settings.gradle.kts":true,"*/.classpath":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.704004:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"*/pom.xml":true,"*/build.gradle":true,"*/settings.gradle":true,"*/build.gradle.kts":true,"*/settings.gradle.kts":true,"*/.classpath":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.705979:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search {"_reason":"checkExists","folderQueries":[{"folder":{"$mid":1,"external":"file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","path":"/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3","scheme":"file"},"excludePattern":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"**/Thumbs.db":true,"**/node_modules":true,"**/bower_components":true,"**/*.code-search":true},"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"includePattern":{"**/pom.xml":true},"type":1,"exists":true}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.777205:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 69ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.779743:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 86ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.780993:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 91ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.790699:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 82ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.795873:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 86ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.798180:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 79ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083739.814144:INFO:CONSOLE(645)] "%cTRACE color: #888 SearchService#search: 94ms", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.052934:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.055723:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.059883:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.060430:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.062298:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.107590:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.114685:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083740.278502:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:40.369Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[19612:1106/083742.316403:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadFileSystemEventService#$watch(): request to start watching uncorrelated (extension: vscode.git, path: file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git, recursive: false, session: 0.8093130845678222)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.316982:INFO:CONSOLE(645)] "%cTRACE color: #888 SCMService#registerSCMProvider", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.318331:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.318851:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.319341:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.321776:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadTimeline#registerTimelineProvider: id=git-history", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.322572:INFO:CONSOLE(645)] "%cTRACE color: #888 TimelineService#registerTimelineProvider: id=git-history", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.323092:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:42.439Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[19612:1106/083742.464509:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.466911:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadFileSystemEventService#$watch(): request to start watching uncorrelated (extension: vscode.git, path: file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git/refs/remotes/origin/master, recursive: false, session: 0.8658752617486645)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.470067:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.476164:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.477333:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.497909:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadFileSystemEventService#$watch(): ignoring request to start watching because path is inside workspace (extension: vscode.git, path: file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3, recursive: true, session: 0.21614500437762718)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.636245:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadFileSystemEventService#$unwatch(): request to stop watching (session: 0.8658752617486645)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.637191:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadFileSystemEventService#$watch(): request to start watching uncorrelated (extension: vscode.git, path: file:///home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git/refs/remotes/origin/master, recursive: false, session: 0.15075566809310614)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.638678:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.642783:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.643561:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.644310:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.646362:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.738531:INFO:CONSOLE(645)] "%cTRACE color: #888 MainThreadTimeline#emitChangeEvent: id=git-history, uri=undefined", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.756443:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Request to start watching: /home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git (excludes: <none>, includes: ["**/.git/objects/**/**","**/.git/subtree-cache/**/**","**/node_modules/*/**/**","**/.hg/store/**/**"], correlationId: <none>),/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git/refs/remotes/origin/master (excludes: <none>, includes: ["**/.git/objects/**/**","**/.git/subtree-cache/**/**","**/node_modules/*/**/**","**/.hg/store/**/**"], correlationId: <none>)", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.775058:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Started watching: '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083742.776231:INFO:CONSOLE(645)] "%cTRACE color: #888 [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/eugeniomiliterno/Scrivania/VS_Projects/Progetto_Prog3/Prog_Prog3/.git/refs/remotes/origin/master'", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083743.347050:INFO:CONSOLE(645)] "%cTRACE color: #888 [mainThreadSecretState] Getting password for vscode.github-authentication extension:  github.auth", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083743.558047:WARNING:key_storage_libsecret.cc(55)] the encryption key has been modified since it was created.
[19612:1106/083743.560823:INFO:CONSOLE(645)] "%cTRACE color: #888 [SecretStorageService] Encryption is available, using persisted storage", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083743.561355:INFO:CONSOLE(645)] "%cTRACE color: #888 [secrets] getting secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083743.561839:INFO:CONSOLE(645)] "%cTRACE color: #888 [secrets] decrypting gotten secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:43.562Z] [EncryptionMainService] Decrypting value.
[main 2023-11-06T07:37:43.562Z] [EncryptionMainService] Decrypted value.
[19612:1106/083743.564929:INFO:CONSOLE(645)] "%cTRACE color: #888 [secrets] decrypted secret for key: secret://{"extensionId":"vscode.github-authentication","key":"github.auth"}", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083743.565536:INFO:CONSOLE(645)] "%cTRACE color: #888 [mainThreadSecretState] Password found for:  vscode.github-authentication github.auth", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083744.246762:INFO:CONSOLE(645)] "%cTRACE color: #888 ChatService#registerProvider: Adding new chat provider", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083744.255383:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083744.261570:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[19612:1106/083744.347462:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand _setContext", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-06T07:37:44.484Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-06T07:38:04.015Z] update#checkForUpdates, state =  idle
[main 2023-11-06T07:38:04.015Z] update#setState checking for updates
[main 2023-11-06T07:38:04.015Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-06T07:38:04.195Z] update#setState idle
[main 2023-11-06T07:38:06.200Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
BadBro00 commented 8 months ago

Please see https://code.visualstudio.com/updates/v1_82#_update-highlights-for-chromium for advice about clearing the GPU cache. I think this may need to be done after each VS Code update until the upstream issue gets fixed.

Thank you, but this did not solve the issue. I also noticed that if i run VSCode as sudo (applying --no-sandbox, and specifying a dir for --user-data-dir, the app launches itself and works fine.

deepak1556 commented 8 months ago

I don't think sandbox is related to this issue, there is an uncaught exception in the workbench at https://github.com/microsoft/vscode/blob/d037ac076cee195194f93ce6fe2bdfe2969cc82d/src/vs/workbench/browser/parts/paneCompositeBar.ts#L651 /cc @sandy081 based on the callstack.

Can you check if just starting with code --user-data-dir /tmp/vscode also addresses the issue.

BadBro00 commented 8 months ago

I don't think sandbox is related to this issue, there is an uncaught exception in the workbench at

https://github.com/microsoft/vscode/blob/d037ac076cee195194f93ce6fe2bdfe2969cc82d/src/vs/workbench/browser/parts/paneCompositeBar.ts#L651

/cc @sandy081 based on the callstack. Can you check if just starting with code --user-data-dir /tmp/vscode also addresses the issue.

Thanks for your fast reply. It opens a new working windows of VSCode, but it only opens the welcome page. As i click on "Sign in", and login with GitHub, it opens a new window of VSCode, like the ones i've pasted images of before. With your code, i can at least work on my code, but it didn't quite fix the issue.

I'm still gonna look into this myself, thanks for your link!

sandy081 commented 7 months ago

@bpasero Is there a way to get the value of the storage key workbench.activity.placeholderViewlets

bpasero commented 7 months ago

@sandy081 yes:

image

And then check devtools

sandy081 commented 7 months ago

@BadBro00 Can you please run following command and provide us the value of the key workbench.activity.placeholderViewlets from logged profiles storage table?

BadBro00 commented 7 months ago

@BadBro00 Can you please run following command and provide us the value of the key workbench.activity.placeholderViewlets from logged profiles storage table?

Hello, i'm not sure how to run that code, >developer log stor since my Linux distro doesn't accept that code syntax. Is there something else i have to do?

The output of the code >developer log stor is: command <<log>> not found, but there are 15 similar Similarly, the output of the command developer log stor (in case i misstyped the first time including the >) is: developer : command not found

Let me know what i need to do in order to give you the answer you need!

I'm currently downloading the package for "logs", in case there was a misstype and i needed to run >developer logs store

Thanks for your patience

gjsjohnmurray commented 7 months ago

@BadBro00 I think you need to type that in the VS Code Command Palette (F1).

BadBro00 commented 7 months ago

@BadBro00 I think you need to type that in the VS Code Command Palette (F1).

2023-11-10 14:20:21.378 [info] update#setState idle
2023-11-10 14:20:51.381 [info] update#setState checking for updates
2023-11-10 14:20:51.387 [info] update#setState available for download
2023-11-10 14:20:23.742 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal 'languageConfigurationAutoClosingPairs' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2023-11-10 14:20:40.207 [info] [perf] Render performance baseline is 81ms
2023-11-10 14:20:40.369 [error] [Extension Host] (node:104557) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `exe --trace-deprecation ...` to show where the warning was created)

I also wanted to include the whole logs files, here is the WeTransfer link for the files, in a .zip archive (https://we.tl/t-b4fFkFkmqL).

Please remember that, since VSCode won't open normally, i had to run this command in the other VSCode window (ran with code --user-data-dir /tmp/vscode)

sandy081 commented 7 months ago

Please remember that, since VSCode won't open normally

Ah, that also blocks you to open VS Code. @bpasero Is there a way to get this storage data from the user?

bpasero commented 7 months ago

Yes, if you open the SQLite DB with a tool such as https://sqlitebrowser.org/

BadBro00 commented 7 months ago

UPDATE

I tried uninstalling and re-installing VSCode, and it still gives me the same exact issue.

BadBro00 commented 7 months ago

UPDATE

I tried uninstalling and re-installing VSCode, and it still gives me the same exact issue.

I've checked with ps, and there are many VSCode processes which are sleeping, as indicate by their Mode S , or Sl. I've also checked the conditions for the sleep, and a quick research on the web suggested that the processes are waiting for an I/O operation, but i still don't know which one. Even using code -n . in the folder i want to edit files in, or even code -n or code . still results in the freeze (sleep,actually)

sandy081 commented 7 months ago

It looks like your state was corrupted. Try deleting workbench.activity.placeholderViewlets key from the state and retry

https://github.com/microsoft/vscode/assets/10746682/71a43343-d5d3-4c86-89b7-fe02e82f27e0

BadBro00 commented 7 months ago

It looks like your state was corrupted. Try deleting workbench.activity.placeholderViewlets key from the state and retry

  • Shutdown VS Code
  • Install the tool - https://sqlitebrowser.org/ and Open the tool.
  • Open the folder where your VS Code settings are stored.
  • Open the state.vscdb file located under globalState folder using above tool
  • Look for above key and copy the value of the key and please share it here.
  • Delete the record, write the changes and close the database as shown in the following video
  • Restart VS Code

    Kapture.2023-11-23.at.22.29.51.mp4

Thank you for your reply, i tried your way and after some digging, i managed to find the record you mentioned, but in /.config/Code/usr/globalstorage/state.vscdb (*after looking at other 4 .vscdb files**).

The records are:

INSERT INTO ItemTable
VALUES(
    'workbench.activity.placeholderViewlets',
    '[
        {"id":"workbench.view.explorer",
        "themeIcon":{"id":"explorer-view-icon"},
        "name":"Esplora risorse",
        "isBuiltin":true,
        "views":[{},{},{},{
            "when":"timelineHasProvider"},
            {"when":"npm:showScriptExplorer"},
            {"when":"java:projectManagerActivated"},
            {"when":"vscode-maven:activated || workbenchState == ''empty''"}
        ]},
        {"id":"workbench.view.search",
        "themeIcon":{
            "id":"search-view-icon"
        },
        "name":"Cerca",
        "isBuiltin":true,
        "views":[{}]},{
        "id":"workbench.view.scm",
        "themeIcon":{"id":"source-control-view-icon"},
        "name":"Controllo del codice so'
);

INSERT INTO ItemTable
VALUES('__$__targetStorageMarker',
'{
    "history.recentlyOpenedPathsList":1,
    "workbench.panel.markers.hidden":0,
    "workbench.panel.output.hidden":0,
    "terminal.hidden":0,
    "workbench.explorer.views.state.hidden":0,
    "workbench.scm.views.state.hidden":0,
    "workbench.view.search.state.hidden":0,
    "workbench.activity.pinnedViewlets2":0,
    "workbench.activity.placeholderViewlets":1,
    "memento/notebookEditors":1,
    "HostColorSchemeData":1,
    "sync.previous.store":1,
    "sync.storeUrl":1,
    "sync.productQuality":1,
    "storage.serviceMachineId":1,
    "workbench.panel.pinnedPanels":0,
    "productIconThemeData":1,
    "workbench.view.debug.state.hidden":0,
    "iconThemeData":1,
    "workbench.panel.repl.hidden":0,
    "colorThemeData":0,
    "memento/customEditors":1,
    "nps/lastSessionDate":0,
    "nps/sessionCount":0,
    "workbench.telemetryOptOutShown":0,
    "cpp.1.lastSessionDate":0,
    "cpp.1.sessionCount":0,
    "java.2.lastSessionDate":0,
    "java.2.sessionCount":0,
    "javascript.1.lastSessionDate":0,
    "javascript.1.sessionCount":0,
    "typescript.1.lastSessionDate":0,
    "typescript.1.sessionCount":0,
    "csharp.1.lastSessionDate":0,
    "csharp.1.sessionCount":0,
    "~remote.forwardedPortsContainer.hidden":0,
    "memento/gettingStartedService":0,
    "releaseNotes/lastVersion":1,
    "workbench.statusbar.hidden":0,
    "memento/experiment.service.memento":1,
    "themeUpdatedNotificationShown":0,
    "perf/lastRunningCommit":1,
    "workbench.welcomePage.extensionMetadata.github.copilot":1,
    "workbench.view.extensions.state.hidden":0,
    "vscode.typescript-language-features":1,
    "workbench.welcomePage.hiddenCategories":0,
    "editorFontInfo":1,"workbench.grid.size":1,
    "workbench.sideBar.size":1,
    "workbench.auxiliaryBar.size":1,
    "workbench.panel.size":1,
    "workbench.panel.lastNonMaximizedHeight":1,
    "workbench.panel.lastNonMaximizedWidth":1,
    "workbench.panel.alignment":0,
    "chat.workspaceTransfer":1,
    "content.trust.model.key":1,
    "workbench.editor.languageDetectionOpenedLanguages.global":1,
    "extensionsAssistant/recommendations":1,
    "fileBasedRecommendations/promptedRecommendations":0,
    "cpp.1.editedCount":0,
    "cpp.1.editedDate":0,
    "workbench.welcomePage.walkthroughMetadata":0,
    "ms-vscode.cpptools":1,"ms-vscode.cmake-tools":1,
    "debug.actionswidgety":1,"GitHub.copilot":1,
    "terminal.history.entries.dirs":1,
    "terminal.history.timestamp.dirs":1,
    "vscode.github-authentication":1,
    "secret://{\"extensionId\":\"vscode.github-authentication\",
    \"key\":\"github.auth\"}":1,"github-BadBro00":0,
    "github.copilot-github-user:email":1,
    "github-BadBro00-usages":1,
    "workbench.views.extensions.installed.size":1,
    "extensions.recommendedList.size":1,
    "notifications.doNotDisturbMode":1,
    "workbench.view.extension.references-view.state.hidden":0,
    "vscode.git":1,"vscode.github":1,
    "peekViewLayout":1,
    "workbench.panel.chatSidebar.hidden":0,
    "GitHub.copilot-chat":1,
    "terminal.integrated.showTerminalConfigPrompt":0,
    "vscjava.vscode-java-dependency":1,
    "vscjava.vscode-java-pack":1,
    "vscjava.vscode-java-debug":1,
    "VisualStudioExptTeam.vscodeintellicode":1,
    "vscjava.vscode-java-test":1,
    "workbench.view.extension.test.state.hidden":0,
    "memento/mainThreadCustomEditors.origins":1,
    "terminal.history.entries.commands":1,
    "terminal.history.timestamp.commands":1,
    "extensionKeys/vscjava.vscode-java-pack@0.25.15":1,
    "vscode.github-github-repo workflow user:email read:user":1,
    "vadimcn.vscode-lldb":1,"editorOverrideService.cache":1
    }'
);

I'll just keep looking to complete this process, thanks!

BadBro00 commented 7 months ago

I dropped the whole table, since i couldn't remove the tuple with workbench.activity.placeholderViewlets, and after a restart, now VSCode works perfectly fine

Thanks for your help!