microsoft / vscode

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

Cannot drop a *. ply file into the window #123496

Closed christian-rauch closed 3 years ago

christian-rauch commented 3 years ago

Issue Type: Bug

  1. extract tracks.ply from tracks.zip
  2. drag&drop file into vscode

I am getting the error: Unable to open 'tracks.ply': P.overwrite is not a function.

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

However, I can open the file via the the Open File... menu (Ctrl + O).

VS Code version: Code 1.56.0 (cfa2e218100323074ac1948c885448fdf4de2a7f, 2021-05-04T21:58:14.757Z) OS version: Linux x64 5.8.0-50-generic snap

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 3707)| |GPU Status|2d_canvas: unavailable_software
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software| |Load (avg)|4, 4, 4| |Memory (System)|15.28GB (0.32GB free)| |Process Argv|--disable-extensions --no-sandbox --crash-reporter-id 95b86372-ef65-41ed-9cdd-8712129452ef| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|x11|
Extensions disabled
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 pythonvspyt602:30294772 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvsnew554cf:30291488 pythontb:30283811 vspre833cf:30267465 pythonptprofiler:30281270 vshan820:30294714 pythondataviewer:30285071 vscus158:30286553 vscgsv2:30294352 ```
vscodebot[bot] commented 3 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

bpasero commented 3 years ago

/gifPlease

christian-rauch commented 3 years ago

recording

bpasero commented 3 years ago

Strange I cannot reproduce that. Do you have specific settings that could explain this? Does it reproduce if you try from a code --user-data-dir <some empty folder> run with fresh settings?

christian-rauch commented 3 years ago

With a fresh user session code --user-data-dir /tmp/blaaaaa it opens straight into the 3D viewer and does not show this error.

Is there a way I can provide a backtrace that shows the call graph for this P.overwrite function?

christian-rauch commented 3 years ago

This seems to happen specifically for ply files. If I rename the file to tracks.ply.txt it opens like any other binary file, if rename to tracks.ply.obj it opens as ab object mesh in the 3D viewer.

bpasero commented 3 years ago

@christian-rauch thanks, so this seems only to happen with a custom editor extension that can handle the file type, what extensions do you have installed.

@lramos15 this sounds like a editor override issue to me. By looking at the error message overwrite is not a function and searching for where in the workbench we call overwrite it seems to me that we possibly pass in "untyped" editor options into the editor group?

This would mean we have a typing issue somewhere though...

Maybe here: https://github.com/microsoft/vscode/blob/5d1370af495ad974a11cf26e17cca564a468aa23/src/vs/workbench/contrib/files/browser/editors/textFileEditor.ts#L208-L208

More: image

christian-rauch commented 3 years ago

This shouldn't be related to any extension, since this also happens with code --disable-extensions.

bpasero commented 3 years ago

Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/

Also if you could attach a full stack from devtools 👍

christian-rauch commented 3 years ago

Could you point me to where I can get the full stack trace via the devtools?

bpasero commented 3 years ago

Please see if you can find any logged output that could help us find the source of the issue:

Thanks!

christian-rauch commented 3 years ago

I am adding the verbose output from the latest stable release here. I hope this helps. I am not using the insider build because this uses a new user data folder and hence does not show the issue.

$ code --verbose
/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so: undefined symbol: g_date_time_format_iso8601
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
(code:1139791): Gtk-WARNING **: 20:27:08.341: Theme parsing error: gtk.css:1511:23: 'font-feature-settings' is not a valid property name
(code:1139791): Gtk-WARNING **: 20:27:08.344: Theme parsing error: gtk.css:3437:25: 'font-feature-settings' is not a valid property name
(code:1139791): Gtk-WARNING **: 20:27:08.344: Theme parsing error: gtk.css:3899:23: 'font-feature-settings' is not a valid property name
[1139822:0511/202708.413051:ERROR:angle_platform_impl.cc(43)] Display.cpp:832 (initialize): ANGLE Display::initialize error 12289: glXQueryExtensionsString returned NULL
[1139822:0511/202708.413187:ERROR:gl_surface_egl.cc(774)] EGL Driver message (Critical) eglInitialize: glXQueryExtensionsString returned NULL
[1139822:0511/202708.413298:ERROR:gl_surface_egl.cc(1329)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[1139822:0511/202708.414332:ERROR:angle_platform_impl.cc(43)] Display.cpp:832 (initialize): ANGLE Display::initialize error 12289: glXQueryExtensionsString returned NULL
[1139822:0511/202708.414462:ERROR:gl_surface_egl.cc(774)] EGL Driver message (Critical) eglInitialize: glXQueryExtensionsString returned NULL
[1139822:0511/202708.414587:ERROR:gl_surface_egl.cc(1329)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[1139822:0511/202708.414611:ERROR:gl_initializer_linux_x11.cc(182)] GLSurfaceEGL::InitializeOneOff failed.
[1139822:0511/202708.415998:ERROR:viz_main_impl.cc(150)] Exiting GPU process due to errors during initialization
libva error: dlopen of /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so failed: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so)
libva error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so failed: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so)
[main 2021-05-11T19:27:08.454Z] Starting VS Code
[main 2021-05-11T19:27:08.456Z] from: /snap/code/64/usr/share/code/resources/app
[main 2021-05-11T19:27:08.456Z] args: {
  _: [],
  diff: false,
  add: false,
  goto: false,
  'new-window': false,
  'reuse-window': false,
  wait: false,
  help: false,
  'list-extensions': false,
  'show-versions': false,
  version: false,
  verbose: true,
  status: false,
  'prof-startup': false,
  'prof-v8-extensions': false,
  'disable-extensions': false,
  'disable-gpu': false,
  telemetry: false,
  debugRenderer: false,
  logExtensionHostCommunication: false,
  'skip-release-notes': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'disable-keytar': false,
  'disable-crash-reporter': false,
  'crash-reporter-id': '95b86372-ef65-41ed-9cdd-8712129452ef',
  'skip-add-to-recently-opened': false,
  'unity-launch': false,
  'open-url': false,
  'file-write': false,
  'file-chmod': false,
  'driver-verbose': false,
  force: false,
  'do-not-sync': false,
  trace: false,
  'force-user-env': false,
  'force-disable-user-env': false,
  'open-devtools': false,
  __sandbox: false,
  'no-proxy-server': false,
  nolazy: false,
  'force-renderer-accessibility': false,
  'ignore-certificate-errors': false,
  'allow-insecure-localhost': false,
  logsPath: '/home/christian/.config/Code/logs/20210511T202708'
}
[main 2021-05-11T19:27:08.459Z] Deleting Chrome cached data path: /home/christian/.config/Code/Code Cache
[main 2021-05-11T19:27:08.464Z] Resolving machine identifier...
[main 2021-05-11T19:27:08.464Z] Resolved machine identifier: 15c9f356008942cf9eadd791a97494091fde354133a819d5ff0437b45d617273
[main 2021-05-11T19:27:08.466Z] Main->SharedProcess#connect
[main 2021-05-11T19:27:08.473Z] update#setState idle
[main 2021-05-11T19:27:08.474Z] StorageMainService: creating global storage
[main 2021-05-11T19:27:08.474Z] lifecycle (main): phase changed (value: 2)
[main 2021-05-11T19:27:08.474Z] windowsManager#open
[main 2021-05-11T19:27:08.474Z] windowsManager#open pathsToOpen [ [Object: null prototype] {} ]
[main 2021-05-11T19:27:08.475Z] IPC Object URL: Registered new channel vscode:358a6eb3-d1ae-4e6a-997f-ef58ba7e6287.
[main 2021-05-11T19:27:08.475Z] window#validateWindowState: validating window state on 1 display(s) { mode: 1, x: 65, y: 110, width: 1408, height: 791 }
[main 2021-05-11T19:27:08.475Z] window#validateWindowState: 1 monitor working area { x: 48, y: 27, width: 1872, height: 1053 }
[main 2021-05-11T19:27:08.475Z] window#ctor: using window state { mode: 1, x: 65, y: 110, width: 1408, height: 791 }
[main 2021-05-11T19:27:08.475Z] window#ctor: vscode-file:// protocol is explicitly disabled
[main 2021-05-11T19:27:08.526Z] windowsManager#open used window count 1 (workspacesToOpen: 0, foldersToOpen: 0, emptyToRestore: 0, emptyToOpen: 1)
[main 2021-05-11T19:27:08.538Z] lifecycle (main): phase changed (value: 3)
[main 2021-05-11T19:27:08.539Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2021-05-11T19:27:08.609Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[1139791:0511/202708.636489:INFO:CONSOLE(61)] "The vm module of Node.js is deprecated in the renderer process and will be removed.", source: electron/js2c/renderer_init.js (61)
[main 2021-05-11T19:27:08.930Z] StorageMainService: creating workspace storage (1620761228598)
[1139791:0511/202708.961829:INFO:CONSOLE(627)] "%cTRACE color: #888 [lifecycle] starting up (startup kind: 1)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202708.962315:INFO:CONSOLE(627)] "%cTRACE color: #888 lifecycle: phase changed (value: 2)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202708.963502:INFO:CONSOLE(627)] "%cTRACE color: #888 Renderer->SharedProcess#connect", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202708.965208:INFO:CONSOLE(627)] "%cTRACE color: #888 Skipping initializing user data in desktop", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.055339:INFO:CONSOLE(627)] "%cTRACE color: #888 Layout#layout, height: 791, width: 1408", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.079803:INFO:CONSOLE(627)] "%cTRACE color: #888 workbench configuration {"_":[],"diff":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"version":false,"verbose":true,"status":false,"prof-startup":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"telemetry":false,"debugRenderer":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-crash-reporter":false,"crash-reporter-id":"95b86372-ef65-41ed-9cdd-8712129452ef","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"driver-verbose":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"__sandbox":false,"no-proxy-server":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"logsPath":"/home/christian/.config/Code/logs/20210511T202708","machineId":"15c9f356008942cf9eadd791a97494091fde354133a819d5ff0437b45d617273","windowId":1,"mainPid":1139791,"appRoot":"/snap/code/64/usr/share/code/resources/app","execPath":"/snap/code/64/usr/share/code/code","nodeCachedDataDir":"/home/christian/.config/Code/CachedData/e713fe9b05fc24facbec8f34fb1017133858842b","partsSplashPath":"/home/christian/.config/Code/rapid_render.json","backupPath":"/home/christian/.config/Code/Backups/1620761228598","homeDir":"/home/christian","tmpDir":"/tmp","userDataDir":"/home/christian/.config/Code","userEnv":{"VSCODE_IPC_HOOK":"/run/user/1000/vscode-9a47d4eb-1.56.1-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}"},"logLevel":0,"product":{"webBuiltInExtensions":[{"name":"ms-vscode.remotehub","version":"0.5.3","repo":"https://github.com/microsoft/vscode-remotehub","metadata":{"id":"ed0ffe1d-36f0-49a0-bafe-da68355eb33a","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}}],"nameShort":"Code","nameLong":"Visual Studio Code","applicationName":"code","win32AppId":"{{F8A2A208-72B3-4D61-95FC-8A65D340689B}","win32x64AppId":"{{EA457B21-F73E-494C-ACAB-524FDE069978}","win32arm64AppId":"{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}","win32UserAppId":"{{D628A17A-9713-46BF-8D57-E671B46A741E}","win32x64UserAppId":"{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}","win32arm64UserAppId":"{{D9E514E7-1A56-452D-9337-2990C0DC4310}","win32NameVersion":"Microsoft Visual Studio Code","win32DirName":"Microsoft VS Code","win32SetupExeBasename":"VSCodeSetup","win32AppUserModelId":"Microsoft.VisualStudioCode","win32ShellNameShort":"Code","win32MutexName":"vscode","win32RegValueName":"VSCode","darwinCredits":"resources/darwin/Credits.rtf","darwinBundleIdentifier":"com.microsoft.VSCode","darwinExecutable":"VSCode","linuxIconName":"com.visualstudio.code","licenseFileName":"LICENSE.rtf","licenseName":"Multiple, see https://code.visualstudio.com/license","urlProtocol":"vscode","dataFolderName":".vscode","serverDataFolderName":".vscode-server","downloadUrl":"https://code.visualstudio.com","updateUrl":"https://update.code.visualstudio.com","webEndpointUrl":"https://vscodeweb.azureedge.net","quality":"stable","extensionsGallery":{"serviceUrl":"https://marketplace.visualstudio.com/_apis/public/gallery","cacheUrl":"https://vscode.blob.core.windows.net/gallery/index","itemUrl":"https://marketplace.visualstudio.com/items","controlUrl":"https://az764295.vo.msecnd.net/extensions/marketplace.json","recommendationsUrl":"https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"},"extensionTips":{"ms-dotnettools.csharp":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}","msjsdiag.debugger-for-chrome":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","firefox-devtools.vscode-firefox-debug":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","golang.Go":"**/*.go","ms-vscode.PowerShell":"{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}","austin.code-gnu-global":"{**/*.c,**/*.cpp,**/*.h}","Ionide.Ionide-fsharp":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}","dbaeumer.vscode-eslint":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}","dbaeumer.jshint":"{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}","ms-vscode.vscode-typescript-tslint-plugin":"{**/tslint.json}","bmewburn.vscode-intelephense-client":"{**/*.php,**/php.ini}","felixfbecker.php-intellisense":"{**/*.php,**/php.ini}","felixfbecker.php-debug":"{**/*.php,**/php.ini}","ikappas.phpcs":"{**/*.php,**/php.ini}","rust-lang.rust":"{**/*.rs,**/*.rslib}","ms-vscode.cpptools-extension-pack":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","DavidAnson.vscode-markdownlint":"{**/*.md}","ms-azuretools.vscode-docker":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}","EditorConfig.EditorConfig":"{**/.editorconfig}","HookyQR.beautify":"{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}","donjayamanne.githistory":"{**/.gitignore,**/.git}","felipecaputo.git-project-manager":"{**/.gitignore,**/.git}","eamodio.gitlens":"{**/.gitignore,**/.git}","rebornix.Ruby":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}","DotJoshJohnson.xml":"{**/*.xml}","shinnn.stylelint":"{**/.stylelintrc,**/stylelint.config.js}","eg2.vscode-npm-script":"{**/package.json}","ms-mssql.mssql":"{**/*.sql}","bajdzis.vscode-database":"{**/*.sql}","mtxr.sqltools":"{**/*.sql}","usqlextpublisher.usql-vscode-ext":"{**/*.usql}","ms-vscode.sublime-keybindings":"{**/.sublime-project,**/.sublime-workspace}","k--kato.intellij-idea-keybindings":"{**/.idea}","christian-kohler.npm-intellisense":"{**/package.json}","octref.vetur":"{**/*.vue}","ms-python.python":"{**/*.py,**/*.ipynb}","ms-toolsai.jupyter":"{**/*.ipynb}","cake-build.cake-vscode":"{**/build.cake}","Angular.ng-template":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}","vscjava.vscode-maven":"**/pom.xml","ms-azuretools.vscode-azureterraform":"**/*.tf","HashiCorp.terraform":"**/*.tf","vsciot-vscode.vscode-arduino":"**/*.ino","ms-kubernetes-tools.vscode-kubernetes-tools":"{**/Chart.yaml}","GoogleCloudTools.cloudcode":"{**/skaffold.yaml}","Oracle.oracledevtools":"{**/*.sql}"},"extensionImportantTips":{"ms-dotnettools.csharp":{"name":"C#","languages":["csharp"],"pattern":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"},"ms-python.python":{"name":"Python","languages":["python"],"pattern":"{**/*.py}"},"ms-toolsai.jupyter":{"name":"Jupyter","pattern":"{**/*.ipynb}"},"golang.Go":{"name":"Go","languages":["go"],"pattern":"**/*.go"},"vscjava.vscode-java-pack":{"name":"Java","languages":["java"],"pattern":"{**/*.java}","isExtensionPack":true},"ms-vscode.PowerShell":{"name":"PowerShell","languages":["powershell"],"pattern":"{**/*.ps1,**/*.psd1,**/*.psm1}"},"ms-vscode.cpptools":{"name":"C/C++","languages":["c","cpp"],"pattern":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}"},"ms-azuretools.vscode-docker":{"name":"Docker","languages":["dockerfile"],"pattern":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"},"octref.vetur":{"name":"Vetur","languages":["vue"],"pattern":"{**/*.vue}"},"ms-vscode.cmake-tools":{"name":"CMake Tools","pattern":"{**/CMakeLists.txt}"},"msazurermtools.azurerm-vscode-tools":{"name":"Azure Resource Manager","pattern":"{**/azuredeploy.json}"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","pattern":"{**/devcontainer.json}"},"ms-azuretools.vscode-bicep":{"name":"Bicep","pattern":"{**/*.bicep}"},"svelte.svelte-vscode":{"name":"Svelte","pattern":"{**/*.svelte}"}},"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","hiro-sun.vscode-emacs","alphabotsec.vscode-eclipse-keybindings","alefragnani.delphi-keybindings"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","remotes":["github.com"]},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","important":true}}},"maven":{"configPath":"pom.xml","configName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true},"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}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure CLI Tools"}}},"heroku":{"friendlyName":"Heroku CLI","windowsPath":"%ProgramFiles%\\Heroku\\bin\\heroku.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"pkosta2005.heroku-command":{"name":"heroku-cli"}}},"mongo":{"friendlyName":"Mongo","windowsPath":"%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe","recommendations":{"ms-azuretools.vscode-cosmosdb":{"name":"Azure Databases"}}},"serverless":{"friendlyName":"Serverless framework","windowsPath":"%APPDATA%\\npm\\serverless.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"func":{"friendlyName":"Azure Function SDK","windowsPath":"%APPDATA%\\npm\\func.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"mysql":{"friendlyName":"MySQL","windowsPath":"%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe","recommendations":{"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"postgres":{"friendlyName":"PostgreSQL","windowsPath":"%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe","recommendations":{"ms-ossdata.vscode-postgresql":{"name":"PostgreSQL"},"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"sqlcmd":{"friendlyName":"SQL CLI","recommendations":{"ms-mssql.mssql":{"name":"SQL Server (mssql)"}}},"now":{"friendlyName":"Now CLI","windowsPath":"%APPDATA%\\npm\\now.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"ms-azuretools.vscode-docker":{"name":"Docker"}}},"docker":{"friendlyName":"Docker","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker","important":true},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","important":true},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"kubectl":{"friendlyName":"Kubernetes","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"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"}}},"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}}},"gradle":{"friendlyName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true}}},"Microsoft Edge":{"friendlyName":"Microsoft Edge","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Dev":{"friendlyName":"Microsoft Edge Dev","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Beta":{"friendlyName":"Microsoft Edge Beta","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Canary":{"friendlyName":"Microsoft Edge Canary","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"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"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"minikube":{"friendlyName":"MiniKube Local Kubernetes Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux (WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"Remote - WSL","important":true}}}},"remoteExtensionTips":{"wsl":{"friendlyName":"Remote - WSL","extensionId":"ms-vscode-remote.remote-wsl"},"ssh-remote":{"friendlyName":"Remote - SSH","extensionId":"ms-vscode-remote.remote-ssh"},"dev-container":{"friendlyName":"Remote - Containers","extensionId":"ms-vscode-remote.remote-containers"},"attached-container":{"friendlyName":"Remote - Containers","extensionId":"ms-vscode-remote.remote-containers"},"vsonline":{"friendlyName":"Visual Studio Online","extensionId":"ms-vsonline.vsonline"}},"extensionKeywords":{"md":["Markdown"],"js":["JavaScript"],"jsx":["JavaScript"],"es6":["JavaScript"],"html":["Html"],"ts":["TypeScript"],"tsx":["TypeScript"],"css":["CSS"],"scss":["SASS"],"txt":["Text"],"php":["PHP"],"php3":["PHP"],"php4":["PHP"],"ph3":["PHP"],"ph4":["PHP"],"xml":["XML"],"py":["Python"],"pyc":["Python"],"pyd":["Python"],"pyo":["Python"],"pyw":["Python"],"pyz":["Python"],"java":["Java"],"class":["Java"],"jar":["Java"],"c":["c","objective c","objective-c"],"m":["objective c","objective-c"],"mm":["objective c","objective-c"],"cpp":["cpp","c plus plus","c","c++"],"cc":["cpp","c plus plus","c","c++"],"cxx":["cpp","c plus plus","c++"],"hh":["cpp","c plus plus","c++"],"hpp":["cpp","c++"],"h":["cpp","c plus plus","c++","c","objective c","objective-c"],"sql":["sql"],"sh":["bash"],"bash":["bash"],"zsh":["bash","zshell"],"cs":["c#","csharp"],"csproj":["c#","csharp"],"sln":["c#","csharp"],"go":["go"],"sty":["latex"],"tex":["latex"],"ps":["powershell"],"ps1":["powershell"],"rs":["rust"],"rslib":["rust"],"hs":["haskell"],"lhs":["haskell"],"scm":["scheme"],"ss":["scheme"],"clj":["clojure"],"cljs":["clojure"],"cljc":["clojure"],"edn":["clojure"],"erl":["erlang"],"hrl":["erlang"],"scala":["scala"],"sc":["scala"],"pl":["perl"],"pm":["perl"],"t":["perl"],"pod":["perl"],"groovy":["groovy"],"swift":["swift"],"rb":["ruby"],"rbw":["ruby"],"jl":["julia"],"f":["fortran"],"for":["fortran"],"f90":["fortran"],"f95":["fortran"],"coffee":["CoffeeScript"],"litcoffee":["CoffeeScript"],"yaml":["yaml"],"yml":["yaml"],"dart":["dart"],"json":["json"]},"extensionAllowedBadgeProviders":["api.bintray.com","api.travis-ci.com","api.travis-ci.org","app.fossa.io","badge.buildkite.com","badge.fury.io","badge.waffle.io","badgen.net","badges.frapsoft.com","badges.gitter.im","badges.greenkeeper.io","cdn.travis-ci.com","cdn.travis-ci.org","ci.appveyor.com","circleci.com","cla.opensource.microsoft.com","codacy.com","codeclimate.com","codecov.io","coveralls.io","david-dm.org","deepscan.io","dev.azure.com","docs.rs","flat.badgen.net","gemnasium.com","githost.io","gitlab.com","godoc.org","goreportcard.com","img.shields.io","isitmaintained.com","marketplace.visualstudio.com","nodesecurity.io","opencollective.com","snyk.io","travis-ci.com","travis-ci.org","visualstudio.com","vsmarketplacebadge.apphb.com","www.bithound.io","www.versioneye.com"],"extensionAllowedBadgeProvidersRegex":["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg"],"crashReporter":{"productName":"VSCode","companyName":"Microsoft"},"appCenter":{"win32-ia32":"appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41","win32-x64":"appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662","win32-arm64":"appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7","linux-x64":"appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171","darwin":"appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774","darwin-arm64":"appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10","darwin-universal":"appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"},"enableTelemetry":true,"aiConfig":{"asimovKey":"AIF-444c3af9-8e69-4462-ab49-4191e6ad1916"},"msftInternalDomains":["redmond.corp.microsoft.com","northamerica.corp.microsoft.com","fareast.corp.microsoft.com","ntdev.corp.microsoft.com","wingroup.corp.microsoft.com","southpacific.corp.microsoft.com","wingroup.windeploy.ntdev.microsoft.com","ddnet.microsoft.com","europe.corp.microsoft.com"],"sendASmile":{"reportIssueUrl":"https://go.microsoft.com/fwlink/?LinkId=534872","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482"},"documentationUrl":"https://go.microsoft.com/fwlink/?LinkID=533484#vscode","releaseNotesUrl":"https://go.microsoft.com/fwlink/?LinkID=533483#vscode","keyboardShortcutsUrlMac":"https://go.microsoft.com/fwlink/?linkid=832143","keyboardShortcutsUrlLinux":"https://go.microsoft.com/fwlink/?linkid=832144","keyboardShortcutsUrlWin":"https://go.microsoft.com/fwlink/?linkid=832145","introductoryVideosUrl":"https://go.microsoft.com/fwlink/?linkid=832146","tipsAndTricksUrl":"https://go.microsoft.com/fwlink/?linkid=852118","newsletterSignupUrl":"https://www.research.net/r/vsc-newsletter","twitterUrl":"https://go.microsoft.com/fwlink/?LinkID=533687","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482","reportIssueUrl":"https://github.com/Microsoft/vscode/issues/new","reportMarketplaceIssueUrl":"https://github.com/microsoft/vsmarketplace/issues/new","licenseUrl":"https://go.microsoft.com/fwlink/?LinkID=533485","privacyStatementUrl":"https://go.microsoft.com/fwlink/?LinkId=786907","telemetryOptOutUrl":"https://go.microsoft.com/fwlink/?linkid=870136","npsSurveyUrl":"https://aka.ms/vscode-nps","cesSurveyUrl":"https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"https://go.microsoft.com/fwlink/?LinkId=828886","electronRepository":"Microsoft/vscode-electron-prebuilt","settingsSearchUrl":"https://bingsettingssearch.trafficmanager.net/api/Search","surveys":[{"surveyId":"cpp.1","surveyUrl":"https://www.research.net/r/VBVV6C6","languageId":"cpp","editCount":10,"userProbability":0.15},{"surveyId":"java.2","surveyUrl":"https://www.research.net/r/vscodejava","languageId":"java","editCount":10,"userProbability":0.3},{"surveyId":"javascript.1","surveyUrl":"https://www.research.net/r/vscode-js","languageId":"javascript","editCount":10,"userProbability":0.05},{"surveyId":"typescript.1","surveyUrl":"https://www.research.net/r/vscode-ts","languageId":"typescript","editCount":10,"userProbability":0.05}],"extensionAllowedProposedApi":["GitHub.codespaces","GitHub.vscode-pull-request-github-insiders","GitHub.vscode-pull-request-github","Microsoft.vscode-nmake-tools","ms-ai-tools.notebook-renderers","ms-dotnettools.dotnet-interactive-vscode","ms-python.gather","ms-python.python","ms-toolsai.jupyter","ms-toolsai.vscode-ai","ms-toolsai.vscode-ai-remote","ms-vscode-remote.remote-containers-nightly","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh-edit-nightly","ms-vscode-remote.remote-ssh-edit","ms-vscode-remote.remote-ssh-nightly","ms-vscode-remote.remote-ssh","ms-vscode-remote.remote-wsl-nightly","ms-vscode-remote.remote-wsl","ms-vscode-remote.remote-wsl-recommender","ms-vscode-remote.vscode-remote-extensionpack-nightly","ms-vscode-remote.vscode-remote-extensionpack","ms-vscode.azure-account","ms-vscode.azure-sphere-tools-ui","ms-vscode.azure-sphere-tools","ms-vscode.github-browser","ms-vscode.github-richnav","ms-vscode.remotehub","ms-vscode.remotehub-insiders","ms-vscode.js-debug-nightly","ms-vscode.js-debug","ms-vscode.lsif-browser","ms-vscode.vscode-js-profile-flame","ms-vscode.vscode-js-profile-table","ms-vscode.vscode-selfhost-test-provider","ms-vscode.test-adapter-converter","ms-vsliveshare.cloudenv-explorer","ms-vsliveshare.cloudenv","ms-vsliveshare.vsliveshare","ms-vsonline.vsonline","dbaeumer.vscode-eslint"],"tasConfig":{"endpoint":"https://default.exp-tas.com/vscode/ab","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"experimentsUrl":"https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json","extensionKind":{"Shan.code-settings-sync":["ui"],"shalldie.background":["ui"],"techer.open-in-browser":["ui"],"manasxx.background-cover":["ui"],"CoenraadS.bracket-pair-colorizer":["ui","workspace"],"CoenraadS.bracket-pair-colorizer-2":["ui"],"hiro-sun.vscode-emacs":["ui","workspace"],"hnw.vscode-auto-open-markdown-preview":["ui","workspace"],"wayou.vscode-todo-highlight":["ui","workspace"]},"extensionSyncedKeys":{"ritwickdey.liveserver":["liveServer.setup.version"]},"extensionVirtualWorkspacesSupport":{"ms-python.python":{"default":false},"ms-vscode.cpptools":{"default":false},"dbaeumer.vscode-eslint":{"default":false},"esbenp.prettier-vscode":{"default":false},"msjsdiag.debugger-for-chrome":{"default":false},"redhat.java":{"default":false},"eamodio.gitlens":{"default":false},"HookyQR.beautify":{"default":false},"ritwickdey.LiveServer":{"default":false},"VisualStudioExptTeam.vscodeintellicode":{"default":false},"vscjava.vscode-java-debug":{"default":false},"octref.vetur":{"default":false},"ms-azuretools.vscode-docker":{"default":false},"vscjava.vscode-maven":{"default":false},"vscjava.vscode-java-test":{"default":false},"vscjava.vscode-java-pack":{"default":false},"formulahendry.code-runner":{"default":false},"felixfbecker.php-intellisense":{"default":false},"vscjava.vscode-java-dependency":{"default":false},"redhat.vscode-yaml":{"default":false},"felixfbecker.php-debug":{"default":false},"ms-mssql.mssql":{"default":false},"christian-kohler.path-intellisense":{"default":false},"eg2.tslint":{"default":false},"ms-vscode.PowerShell":{"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},"ms-vscode-remote.remote-wsl":{"default":false},"johnpapa.Angular2":{"default":false},"ms-vscode.vscode-typescript-tslint-plugin":{"default":false},"DotJoshJohnson.xml":{"default":false},"techer.open-in-browser":{"default":false},"DavidAnson.vscode-markdownlint":{"default":false},"tht13.python":{"default":false},"bmewburn.vscode-intelephense-client":{"default":false},"Angular.ng-template":{"default":false},"felixfbecker.php-pack":{"default":false},"dbaeumer.jshint":{"default":false},"msjsdiag.vscode-react-native":{"default":false},"Dart-Code.dart-code":{"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},"batisteo.vscode-django":{"default":false},"alefragnani.project-manager":{"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},"GrapeCity.gc-excelviewer":{"default":false},"pranaygp.vscode-css-peek":{"default":false},"ikappas.phpcs":{"default":false},"platformio.platformio-ide":{"default":false},"jchannon.csharpextensions":{"default":false},"gruntfuggly.todo-tree":{"default":false}},"linkProtectionTrustedDomains":["https://*.visualstudio.com","https://*.microsoft.com","https://aka.ms","https://vscode-auth.github.com","https://client-auth-staging-14a768b.herokuapp.com","https://*.gallerycdn.vsassets.io","https://github.com/microsoft/","https://github.com/MicrosoftDocs/","https://login.microsoftonline.com"],"auth":{"loginUrl":"https://login.microsoftonline.com/common/oauth2/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/token","redirectUrl":"https://vscode-redirect.azurewebsites.net/","clientId":"aebc6443-996d-45c2-90f0-388ff96faa56"},"configurationSync.store":{"url":"https://vscode-sync.trafficmanager.net/","stableUrl":"https://vscode-sync.trafficmanager.net/","insidersUrl":"https://vscode-sync-insiders.trafficmanager.net/","canSwitch":false,"authenticationProviders":{"microsoft":{"scopes":["https://management.core.windows.net/.default","offline_access"]},"github":{"scopes":["user:email"]}}},"builtInExtensions":[{"name":"ms-vscode.node-debug","version":"1.44.27","repo":"https://github.com/microsoft/vscode-node-debug","metadata":{"id":"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.node-debug2","version":"1.42.6","repo":"https://github.com/microsoft/vscode-node-debug2","metadata":{"id":"36d19e17-7569-4841-a001-947eb18602b2","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.references-view","version":"0.0.80","repo":"https://github.com/microsoft/vscode-references-view","metadata":{"id":"dc489f46-520d-4556-ae85-1f9eab3c412d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug-companion","version":"1.0.13","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.56.2","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":"0.0.18","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.9","repo":"https://github.com/microsoft/vscode-remote-wsl-recommender","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"commit":"e713fe9b05fc24facbec8f34fb1017133858842b","date":"2021-05-06T10:08:16.954Z","checksums":{"vs/base/parts/sandbox/electron-browser/preload.js":"cY4Od3GryE7xU09gso9hyA","vs/workbench/workbench.desktop.main.js":"MDygaWrFuWKRYajsbGATkg","vs/workbench/workbench.desktop.main.css":"AxtvO0UuzKcipsnfXVtP1w","vs/workbench/services/extensions/node/extensionHostProcess.js":"k5XcLLZJFBlQpgkkH26bDg","vs/code/electron-browser/workbench/workbench.html":"MbD9WtskfC2PADPB7eh5yQ","vs/code/electron-browser/workbench/workbench.js":"9BGJ75pwL3RCJXZPsE0KHw"},"settingsSearchBuildId":1560100832500,"version":"1.56.1"},"isInitialStartup":true,"perfMarks":[{"name":"code/timeOrigin","startTime":1620761228250},{"name":"code/didStartMain","startTime":1620761228316},{"name":"code/willStartCrashReporter","startTime":1620761228327},{"name":"code/didStartCrashReporter","startTime":1620761228327},{"name":"code/mainAppReady","startTime":1620761228385},{"name":"code/willGenerateNls","startTime":1620761228387},{"name":"code/didGenerateNls","startTime":1620761228387},{"name":"code/willLoadMainBundle","startTime":1620761228388},{"name":"code/fork/willLoadCode","startTime":1620761228398},{"name":"code/registerFilesystem/file","startTime":1620761228439},{"name":"code/didLoadMainBundle","startTime":1620761228439},{"name":"code/willStartMainServer","startTime":1620761228443},{"name":"code/didStartMainServer","startTime":1620761228445},{"name":"code/willCreateCodeWindow","startTime":1620761228475},{"name":"code/willRestoreCodeWindowState","startTime":1620761228475},{"name":"code/didRestoreCodeWindowState","startTime":1620761228475},{"name":"code/willCreateCodeBrowserWindow","startTime":1620761228476},{"name":"code/didCreateCodeBrowserWindow","startTime":1620761228518},{"name":"code/didCreateCodeWindow","startTime":1620761228519},{"name":"code/willOpenNewWindow","startTime":1620761228522}],"os":{"release":"5.8.0-50-generic","hostname":"gungnir"},"zoomLevel":0,"autoDetectHighContrast":true,"accessibilitySupport":false,"colorScheme":{"dark":true,"highContrast":false},"fullscreen":false,"maximized":false}", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
(code:1139791): Gtk-WARNING **: 20:27:09.169: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_client_commit_preedit

(code:1139791): Gtk-WARNING **: 20:27:09.169: Loading IM context type 'ibus' failed
[1139791:0511/202709.174929:INFO:CONSOLE(627)] "%cTRACE color: #888 lifecycle: phase changed (value: 3)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-05-11T19:27:09.176Z] SharedProcess: on vscode:createSharedProcessMessageChannel
[main 2021-05-11T19:27:09.176Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2021-05-11T19:27:09.176Z] IPC Object URL: Registered new channel vscode:f89603ae-d337-4f7f-95f3-6d571fe043be.
[main 2021-05-11T19:27:09.270Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[1139791:0511/202709.304697:INFO:CONSOLE(61)] "The vm module of Node.js is deprecated in the renderer process and will be removed.", source: electron/js2c/renderer_init.js (61)
[1139791:0511/202709.304917:INFO:CONSOLE(627)] "%cTRACE color: #888 Error while resolving configuration file 'vscode-userdata:/home/christian/.config/Code/User/tasks.json': Unable to read file 'vscode-userdata:/home/christian/.config/Code/User/tasks.json' (Error: Unable to resolve non-existing file 'vscode-userdata:/home/christian/.config/Code/User/tasks.json')", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-05-11T19:27:09.361Z] SharedProcess: IPC ready
[main 2021-05-11T19:27:09.364Z] Main->SharedProcess#connect: connection established
[1139791:0511/202709.370463:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/christian/.config/Code/logs/20210511T202708/output_1_20210511T202709", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.393277:INFO:CONSOLE(26)] "%cTRACE color: #888 sharedProcess configuration {"machineId":"15c9f356008942cf9eadd791a97494091fde354133a819d5ff0437b45d617273","windowId":2,"appRoot":"/snap/code/64/usr/share/code/resources/app","nodeCachedDataDir":"/home/christian/.config/Code/CachedData/e713fe9b05fc24facbec8f34fb1017133858842b","backupWorkspacesPath":"/home/christian/.config/Code/Backups/workspaces.json","userEnv":{"VSCODE_IPC_HOOK":"/run/user/1000/vscode-9a47d4eb-1.56.1-main.sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}"},"args":{"_":[],"diff":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"version":false,"verbose":true,"status":false,"prof-startup":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"telemetry":false,"debugRenderer":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-crash-reporter":false,"crash-reporter-id":"95b86372-ef65-41ed-9cdd-8712129452ef","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"driver-verbose":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"__sandbox":false,"no-proxy-server":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"logsPath":"/home/christian/.config/Code/logs/20210511T202708"},"logLevel":0,"product":{"webBuiltInExtensions":[{"name":"ms-vscode.remotehub","version":"0.5.3","repo":"https://github.com/microsoft/vscode-remotehub","metadata":{"id":"ed0ffe1d-36f0-49a0-bafe-da68355eb33a","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}}],"nameShort":"Code","nameLong":"Visual Studio Code","applicationName":"code","win32AppId":"{{F8A2A208-72B3-4D61-95FC-8A65D340689B}","win32x64AppId":"{{EA457B21-F73E-494C-ACAB-524FDE069978}","win32arm64AppId":"{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}","win32UserAppId":"{{D628A17A-9713-46BF-8D57-E671B46A741E}","win32x64UserAppId":"{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}","win32arm64UserAppId":"{{D9E514E7-1A56-452D-9337-2990C0DC4310}","win32NameVersion":"Microsoft Visual Studio Code","win32DirName":"Microsoft VS Code","win32SetupExeBasename":"VSCodeSetup","win32AppUserModelId":"Microsoft.VisualStudioCode","win32ShellNameShort":"Code","win32MutexName":"vscode","win32RegValueName":"VSCode","darwinCredits":"resources/darwin/Credits.rtf","darwinBundleIdentifier":"com.microsoft.VSCode","darwinExecutable":"VSCode","linuxIconName":"com.visualstudio.code","licenseFileName":"LICENSE.rtf","licenseName":"Multiple, see https://code.visualstudio.com/license","urlProtocol":"vscode","dataFolderName":".vscode","serverDataFolderName":".vscode-server","downloadUrl":"https://code.visualstudio.com","updateUrl":"https://update.code.visualstudio.com","webEndpointUrl":"https://vscodeweb.azureedge.net","quality":"stable","extensionsGallery":{"serviceUrl":"https://marketplace.visualstudio.com/_apis/public/gallery","cacheUrl":"https://vscode.blob.core.windows.net/gallery/index","itemUrl":"https://marketplace.visualstudio.com/items","controlUrl":"https://az764295.vo.msecnd.net/extensions/marketplace.json","recommendationsUrl":"https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"},"extensionTips":{"ms-dotnettools.csharp":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}","msjsdiag.debugger-for-chrome":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","firefox-devtools.vscode-firefox-debug":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}","golang.Go":"**/*.go","ms-vscode.PowerShell":"{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}","austin.code-gnu-global":"{**/*.c,**/*.cpp,**/*.h}","Ionide.Ionide-fsharp":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}","dbaeumer.vscode-eslint":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}","dbaeumer.jshint":"{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}","ms-vscode.vscode-typescript-tslint-plugin":"{**/tslint.json}","bmewburn.vscode-intelephense-client":"{**/*.php,**/php.ini}","felixfbecker.php-intellisense":"{**/*.php,**/php.ini}","felixfbecker.php-debug":"{**/*.php,**/php.ini}","ikappas.phpcs":"{**/*.php,**/php.ini}","rust-lang.rust":"{**/*.rs,**/*.rslib}","ms-vscode.cpptools-extension-pack":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","DavidAnson.vscode-markdownlint":"{**/*.md}","ms-azuretools.vscode-docker":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}","EditorConfig.EditorConfig":"{**/.editorconfig}","HookyQR.beautify":"{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}","donjayamanne.githistory":"{**/.gitignore,**/.git}","felipecaputo.git-project-manager":"{**/.gitignore,**/.git}","eamodio.gitlens":"{**/.gitignore,**/.git}","rebornix.Ruby":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}","DotJoshJohnson.xml":"{**/*.xml}","shinnn.stylelint":"{**/.stylelintrc,**/stylelint.config.js}","eg2.vscode-npm-script":"{**/package.json}","ms-mssql.mssql":"{**/*.sql}","bajdzis.vscode-database":"{**/*.sql}","mtxr.sqltools":"{**/*.sql}","usqlextpublisher.usql-vscode-ext":"{**/*.usql}","ms-vscode.sublime-keybindings":"{**/.sublime-project,**/.sublime-workspace}","k--kato.intellij-idea-keybindings":"{**/.idea}","christian-kohler.npm-intellisense":"{**/package.json}","octref.vetur":"{**/*.vue}","ms-python.python":"{**/*.py,**/*.ipynb}","ms-toolsai.jupyter":"{**/*.ipynb}","cake-build.cake-vscode":"{**/build.cake}","Angular.ng-template":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}","vscjava.vscode-maven":"**/pom.xml","ms-azuretools.vscode-azureterraform":"**/*.tf","HashiCorp.terraform":"**/*.tf","vsciot-vscode.vscode-arduino":"**/*.ino","ms-kubernetes-tools.vscode-kubernetes-tools":"{**/Chart.yaml}","GoogleCloudTools.cloudcode":"{**/skaffold.yaml}","Oracle.oracledevtools":"{**/*.sql}"},"extensionImportantTips":{"ms-dotnettools.csharp":{"name":"C#","languages":["csharp"],"pattern":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"},"ms-python.python":{"name":"Python","languages":["python"],"pattern":"{**/*.py}"},"ms-toolsai.jupyter":{"name":"Jupyter","pattern":"{**/*.ipynb}"},"golang.Go":{"name":"Go","languages":["go"],"pattern":"**/*.go"},"vscjava.vscode-java-pack":{"name":"Java","languages":["java"],"pattern":"{**/*.java}","isExtensionPack":true},"ms-vscode.PowerShell":{"name":"PowerShell","languages":["powershell"],"pattern":"{**/*.ps1,**/*.psd1,**/*.psm1}"},"ms-vscode.cpptools":{"name":"C/C++","languages":["c","cpp"],"pattern":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}"},"ms-azuretools.vscode-docker":{"name":"Docker","languages":["dockerfile"],"pattern":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"},"octref.vetur":{"name":"Vetur","languages":["vue"],"pattern":"{**/*.vue}"},"ms-vscode.cmake-tools":{"name":"CMake Tools","pattern":"{**/CMakeLists.txt}"},"msazurermtools.azurerm-vscode-tools":{"name":"Azure Resource Manager","pattern":"{**/azuredeploy.json}"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","pattern":"{**/devcontainer.json}"},"ms-azuretools.vscode-bicep":{"name":"Bicep","pattern":"{**/*.bicep}"},"svelte.svelte-vscode":{"name":"Svelte","pattern":"{**/*.svelte}"}},"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","hiro-sun.vscode-emacs","alphabotsec.vscode-eclipse-keybindings","alefragnani.delphi-keybindings"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","remotes":["github.com"]},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","important":true}}},"maven":{"configPath":"pom.xml","configName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true},"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}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure CLI Tools"}}},"heroku":{"friendlyName":"Heroku CLI","windowsPath":"%ProgramFiles%\\Heroku\\bin\\heroku.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"pkosta2005.heroku-command":{"name":"heroku-cli"}}},"mongo":{"friendlyName":"Mongo","windowsPath":"%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe","recommendations":{"ms-azuretools.vscode-cosmosdb":{"name":"Azure Databases"}}},"serverless":{"friendlyName":"Serverless framework","windowsPath":"%APPDATA%\\npm\\serverless.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"func":{"friendlyName":"Azure Function SDK","windowsPath":"%APPDATA%\\npm\\func.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"mysql":{"friendlyName":"MySQL","windowsPath":"%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe","recommendations":{"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"postgres":{"friendlyName":"PostgreSQL","windowsPath":"%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe","recommendations":{"ms-ossdata.vscode-postgresql":{"name":"PostgreSQL"},"bajdzis.vscode-database":{"name":"vscode-database"},"mtxr.sqltools":{"name":"SQLTools"}}},"sqlcmd":{"friendlyName":"SQL CLI","recommendations":{"ms-mssql.mssql":{"name":"SQL Server (mssql)"}}},"now":{"friendlyName":"Now CLI","windowsPath":"%APPDATA%\\npm\\now.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"ms-azuretools.vscode-docker":{"name":"Docker"}}},"docker":{"friendlyName":"Docker","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker","important":true},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers","important":true},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"kubectl":{"friendlyName":"Kubernetes","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"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"}}},"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}}},"gradle":{"friendlyName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true}}},"Microsoft Edge":{"friendlyName":"Microsoft Edge","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Dev":{"friendlyName":"Microsoft Edge Dev","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Beta":{"friendlyName":"Microsoft Edge Beta","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"Microsoft Edge Canary":{"friendlyName":"Microsoft Edge Canary","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe","recommendations":{"msjsdiag.debugger-for-edge":{"name":"Debugger for Microsoft Edge"},"ms-edgedevtools.vscode-edge-devtools":{"name":"Elements for Microsoft Edge (Chromium)"}}},"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"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"minikube":{"friendlyName":"MiniKube Local Kubernetes Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"},"mindaro.mindaro":{"name":"Local Process with Kubernetes"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Remote - Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux (WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"Remote - WSL","important":true}}}},"remoteExtensionTips":{"wsl":{"friendlyName":"Remote - WSL","extensionId":"ms-vscode-remote.remote-wsl"},"ssh-remote":{"friendlyName":"Remote - SSH","extensionId":"ms-vscode-remote.remote-ssh"},"dev-container":{"friendlyName":"Remote - Containers","extensionId":"ms-vscode-remote.remote-containers"},"attached-container":{"friendlyName":"Remote - Containers","extensionId":"ms-vscode-remote.remote-containers"},"vsonline":{"friendlyName":"Visual Studio Online","extensionId":"ms-vsonline.vsonline"}},"extensionKeywords":{"md":["Markdown"],"js":["JavaScript"],"jsx":["JavaScript"],"es6":["JavaScript"],"html":["Html"],"ts":["TypeScript"],"tsx":["TypeScript"],"css":["CSS"],"scss":["SASS"],"txt":["Text"],"php":["PHP"],"php3":["PHP"],"php4":["PHP"],"ph3":["PHP"],"ph4":["PHP"],"xml":["XML"],"py":["Python"],"pyc":["Python"],"pyd":["Python"],"pyo":["Python"],"pyw":["Python"],"pyz":["Python"],"java":["Java"],"class":["Java"],"jar":["Java"],"c":["c","objective c","objective-c"],"m":["objective c","objective-c"],"mm":["objective c","objective-c"],"cpp":["cpp","c plus plus","c","c++"],"cc":["cpp","c plus plus","c","c++"],"cxx":["cpp","c plus plus","c++"],"hh":["cpp","c plus plus","c++"],"hpp":["cpp","c++"],"h":["cpp","c plus plus","c++","c","objective c","objective-c"],"sql":["sql"],"sh":["bash"],"bash":["bash"],"zsh":["bash","zshell"],"cs":["c#","csharp"],"csproj":["c#","csharp"],"sln":["c#","csharp"],"go":["go"],"sty":["latex"],"tex":["latex"],"ps":["powershell"],"ps1":["powershell"],"rs":["rust"],"rslib":["rust"],"hs":["haskell"],"lhs":["haskell"],"scm":["scheme"],"ss":["scheme"],"clj":["clojure"],"cljs":["clojure"],"cljc":["clojure"],"edn":["clojure"],"erl":["erlang"],"hrl":["erlang"],"scala":["scala"],"sc":["scala"],"pl":["perl"],"pm":["perl"],"t":["perl"],"pod":["perl"],"groovy":["groovy"],"swift":["swift"],"rb":["ruby"],"rbw":["ruby"],"jl":["julia"],"f":["fortran"],"for":["fortran"],"f90":["fortran"],"f95":["fortran"],"coffee":["CoffeeScript"],"litcoffee":["CoffeeScript"],"yaml":["yaml"],"yml":["yaml"],"dart":["dart"],"json":["json"]},"extensionAllowedBadgeProviders":["api.bintray.com","api.travis-ci.com","api.travis-ci.org","app.fossa.io","badge.buildkite.com","badge.fury.io","badge.waffle.io","badgen.net","badges.frapsoft.com","badges.gitter.im","badges.greenkeeper.io","cdn.travis-ci.com","cdn.travis-ci.org","ci.appveyor.com","circleci.com","cla.opensource.microsoft.com","codacy.com","codeclimate.com","codecov.io","coveralls.io","david-dm.org","deepscan.io","dev.azure.com","docs.rs","flat.badgen.net","gemnasium.com","githost.io","gitlab.com","godoc.org","goreportcard.com","img.shields.io","isitmaintained.com","marketplace.visualstudio.com","nodesecurity.io","opencollective.com","snyk.io","travis-ci.com","travis-ci.org","visualstudio.com","vsmarketplacebadge.apphb.com","www.bithound.io","www.versioneye.com"],"extensionAllowedBadgeProvidersRegex":["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg"],"crashReporter":{"productName":"VSCode","companyName":"Microsoft"},"appCenter":{"win32-ia32":"appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41","win32-x64":"appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662","win32-arm64":"appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7","linux-x64":"appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171","darwin":"appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774","darwin-arm64":"appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10","darwin-universal":"appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"},"enableTelemetry":true,"aiConfig":{"asimovKey":"AIF-444c3af9-8e69-4462-ab49-4191e6ad1916"},"msftInternalDomains":["redmond.corp.microsoft.com","northamerica.corp.microsoft.com","fareast.corp.microsoft.com","ntdev.corp.microsoft.com","wingroup.corp.microsoft.com","southpacific.corp.microsoft.com","wingroup.windeploy.ntdev.microsoft.com","ddnet.microsoft.com","europe.corp.microsoft.com"],"sendASmile":{"reportIssueUrl":"https://go.microsoft.com/fwlink/?LinkId=534872","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482"},"documentationUrl":"https://go.microsoft.com/fwlink/?LinkID=533484#vscode","releaseNotesUrl":"https://go.microsoft.com/fwlink/?LinkID=533483#vscode","keyboardShortcutsUrlMac":"https://go.microsoft.com/fwlink/?linkid=832143","keyboardShortcutsUrlLinux":"https://go.microsoft.com/fwlink/?linkid=832144","keyboardShortcutsUrlWin":"https://go.microsoft.com/fwlink/?linkid=832145","introductoryVideosUrl":"https://go.microsoft.com/fwlink/?linkid=832146","tipsAndTricksUrl":"https://go.microsoft.com/fwlink/?linkid=852118","newsletterSignupUrl":"https://www.research.net/r/vsc-newsletter","twitterUrl":"https://go.microsoft.com/fwlink/?LinkID=533687","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482","reportIssueUrl":"https://github.com/Microsoft/vscode/issues/new","reportMarketplaceIssueUrl":"https://github.com/microsoft/vsmarketplace/issues/new","licenseUrl":"https://go.microsoft.com/fwlink/?LinkID=533485","privacyStatementUrl":"https://go.microsoft.com/fwlink/?LinkId=786907","telemetryOptOutUrl":"https://go.microsoft.com/fwlink/?linkid=870136","npsSurveyUrl":"https://aka.ms/vscode-nps","cesSurveyUrl":"https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"https://go.microsoft.com/fwlink/?LinkId=828886","electronRepository":"Microsoft/vscode-electron-prebuilt","settingsSearchUrl":"https://bingsettingssearch.trafficmanager.net/api/Search","surveys":[{"surveyId":"cpp.1","surveyUrl":"https://www.research.net/r/VBVV6C6","languageId":"cpp","editCount":10,"userProbability":0.15},{"surveyId":"java.2","surveyUrl":"https://www.research.net/r/vscodejava","languageId":"java","editCount":10,"userProbability":0.3},{"surveyId":"javascript.1","surveyUrl":"https://www.research.net/r/vscode-js","languageId":"javascript","editCount":10,"userProbability":0.05},{"surveyId":"typescript.1","surveyUrl":"https://www.research.net/r/vscode-ts","languageId":"typescript","editCount":10,"userProbability":0.05}],"extensionAllowedProposedApi":["GitHub.codespaces","GitHub.vscode-pull-request-github-insiders","GitHub.vscode-pull-request-github","Microsoft.vscode-nmake-tools","ms-ai-tools.notebook-renderers","ms-dotnettools.dotnet-interactive-vscode","ms-python.gather","ms-python.python","ms-toolsai.jupyter","ms-toolsai.vscode-ai","ms-toolsai.vscode-ai-remote","ms-vscode-remote.remote-containers-nightly","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh-edit-nightly","ms-vscode-remote.remote-ssh-edit","ms-vscode-remote.remote-ssh-nightly","ms-vscode-remote.remote-ssh","ms-vscode-remote.remote-wsl-nightly","ms-vscode-remote.remote-wsl","ms-vscode-remote.remote-wsl-recommender","ms-vscode-remote.vscode-remote-extensionpack-nightly","ms-vscode-remote.vscode-remote-extensionpack","ms-vscode.azure-account","ms-vscode.azure-sphere-tools-ui","ms-vscode.azure-sphere-tools","ms-vscode.github-browser","ms-vscode.github-richnav","ms-vscode.remotehub","ms-vscode.remotehub-insiders","ms-vscode.js-debug-nightly","ms-vscode.js-debug","ms-vscode.lsif-browser","ms-vscode.vscode-js-profile-flame","ms-vscode.vscode-js-profile-table","ms-vscode.vscode-selfhost-test-provider","ms-vscode.test-adapter-converter","ms-vsliveshare.cloudenv-explorer","ms-vsliveshare.cloudenv","ms-vsliveshare.vsliveshare","ms-vsonline.vsonline","dbaeumer.vscode-eslint"],"tasConfig":{"endpoint":"https://default.exp-tas.com/vscode/ab","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"experimentsUrl":"https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json","extensionKind":{"Shan.code-settings-sync":["ui"],"shalldie.background":["ui"],"techer.open-in-browser":["ui"],"manasxx.background-cover":["ui"],"CoenraadS.bracket-pair-colorizer":["ui","workspace"],"CoenraadS.bracket-pair-colorizer-2":["ui"],"hiro-sun.vscode-emacs":["ui","workspace"],"hnw.vscode-auto-open-markdown-preview":["ui","workspace"],"wayou.vscode-todo-highlight":["ui","workspace"]},"extensionSyncedKeys":{"ritwickdey.liveserver":["liveServer.setup.version"]},"extensionVirtualWorkspacesSupport":{"ms-python.python":{"default":false},"ms-vscode.cpptools":{"default":false},"dbaeumer.vscode-eslint":{"default":false},"esbenp.prettier-vscode":{"default":false},"msjsdiag.debugger-for-chrome":{"default":false},"redhat.java":{"default":false},"eamodio.gitlens":{"default":false},"HookyQR.beautify":{"default":false},"ritwickdey.LiveServer":{"default":false},"VisualStudioExptTeam.vscodeintellicode":{"default":false},"vscjava.vscode-java-debug":{"default":false},"octref.vetur":{"default":false},"ms-azuretools.vscode-docker":{"default":false},"vscjava.vscode-maven":{"default":false},"vscjava.vscode-java-test":{"default":false},"vscjava.vscode-java-pack":{"default":false},"formulahendry.code-runner":{"default":false},"felixfbecker.php-intellisense":{"default":false},"vscjava.vscode-java-dependency":{"default":false},"redhat.vscode-yaml":{"default":false},"felixfbecker.php-debug":{"default":false},"ms-mssql.mssql":{"default":false},"christian-kohler.path-intellisense":{"default":false},"eg2.tslint":{"default":false},"ms-vscode.PowerShell":{"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},"ms-vscode-remote.remote-wsl":{"default":false},"johnpapa.Angular2":{"default":false},"ms-vscode.vscode-typescript-tslint-plugin":{"default":false},"DotJoshJohnson.xml":{"default":false},"techer.open-in-browser":{"default":false},"DavidAnson.vscode-markdownlint":{"default":false},"tht13.python":{"default":false},"bmewburn.vscode-intelephense-client":{"default":false},"Angular.ng-template":{"default":false},"felixfbecker.php-pack":{"default":false},"dbaeumer.jshint":{"default":false},"msjsdiag.vscode-react-native":{"default":false},"Dart-Code.dart-code":{"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},"batisteo.vscode-django":{"default":false},"alefragnani.project-manager":{"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},"GrapeCity.gc-excelviewer":{"default":false},"pranaygp.vscode-css-peek":{"default":false},"ikappas.phpcs":{"default":false},"platformio.platformio-ide":{"default":false},"jchannon.csharpextensions":{"default":false},"gruntfuggly.todo-tree":{"default":false}},"linkProtectionTrustedDomains":["https://*.visualstudio.com","https://*.microsoft.com","https://aka.ms","https://vscode-auth.github.com","https://client-auth-staging-14a768b.herokuapp.com","https://*.gallerycdn.vsassets.io","https://github.com/microsoft/","https://github.com/MicrosoftDocs/","https://login.microsoftonline.com"],"auth":{"loginUrl":"https://login.microsoftonline.com/common/oauth2/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/token","redirectUrl":"https://vscode-redirect.azurewebsites.net/","clientId":"aebc6443-996d-45c2-90f0-388ff96faa56"},"configurationSync.store":{"url":"https://vscode-sync.trafficmanager.net/","stableUrl":"https://vscode-sync.trafficmanager.net/","insidersUrl":"https://vscode-sync-insiders.trafficmanager.net/","canSwitch":false,"authenticationProviders":{"microsoft":{"scopes":["https://management.core.windows.net/.default","offline_access"]},"github":{"scopes":["user:email"]}}},"builtInExtensions":[{"name":"ms-vscode.node-debug","version":"1.44.27","repo":"https://github.com/microsoft/vscode-node-debug","metadata":{"id":"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.node-debug2","version":"1.42.6","repo":"https://github.com/microsoft/vscode-node-debug2","metadata":{"id":"36d19e17-7569-4841-a001-947eb18602b2","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.references-view","version":"0.0.80","repo":"https://github.com/microsoft/vscode-references-view","metadata":{"id":"dc489f46-520d-4556-ae85-1f9eab3c412d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug-companion","version":"1.0.13","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.56.2","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":"0.0.18","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.9","repo":"https://github.com/microsoft/vscode-remote-wsl-recommender","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"commit":"e713fe9b05fc24facbec8f34fb1017133858842b","date":"2021-05-06T10:08:16.954Z","checksums":{"vs/base/parts/sandbox/electron-browser/preload.js":"cY4Od3GryE7xU09gso9hyA","vs/workbench/workbench.desktop.main.js":"MDygaWrFuWKRYajsbGATkg","vs/workbench/workbench.desktop.main.css":"AxtvO0UuzKcipsnfXVtP1w","vs/workbench/services/extensions/node/extensionHostProcess.js":"k5XcLLZJFBlQpgkkH26bDg","vs/code/electron-browser/workbench/workbench.html":"MbD9WtskfC2PADPB7eh5yQ","vs/code/electron-browser/workbench/workbench.js":"9BGJ75pwL3RCJXZPsE0KHw"},"settingsSearchBuildId":1560100832500,"version":"1.56.1"}}", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.393821:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.399660:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning system extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.399687:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[main 2021-05-11T19:27:09.399Z] SharedProcess: Overall ready
[1139791:0511/202709.402429:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/christian/.config/Code/logs/20210511T202708/sharedprocess.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.412069:INFO:CONSOLE(627)] "%cTRACE color: #888 Renderer->SharedProcess#connect: connection established", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.415286:INFO:CONSOLE(60)] "[hed] potential listener LEAK detected, having 175 listeners already. MOST frequent listener (1):", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (60)
[1139791:0511/202709.415360:INFO:CONSOLE(60)] "    at file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:58523
    at file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:61006
    at new Promise (<anonymous>)
    at Object.N [as toPromise] (file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:58:60987)
    at _.whenInitialized (file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:4475)
    at file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:2720
    at w (file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:68:11210)
    at file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:2710
    at new Promise (<anonymous>)
    at _.requestPromise (file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:2252)
    at Object.call (file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:1941)
    at file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:7092", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (60)
[1139791:0511/202709.485329:INFO:CONSOLE(26)] "%cDEBUG background: #eee; color: #888 Writing language packs {}", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.494647:INFO:CONSOLE(75)] "Overwriting extension <<.m>> to now point to mime <<text/x-matlab>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.496088:INFO:CONSOLE(75)] "Overwriting extension <<.cu>> to now point to mime <<text/x-cuda>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.496116:INFO:CONSOLE(75)] "Overwriting extension <<.cuh>> to now point to mime <<text/x-cuda>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.496475:INFO:CONSOLE(75)] "Overwriting extension <<.cu>> to now point to mime <<text/x-cuda>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.496568:INFO:CONSOLE(75)] "Overwriting extension <<.cuh>> to now point to mime <<text/x-cuda>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.498100:INFO:CONSOLE(75)] "Overwriting extension <<.fs>> to now point to mime <<text/x-glsl>>", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (75)
[1139791:0511/202709.544116:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Initializing accounts", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.544463:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Getting accounts for microsoft", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.550332:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.550363:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.557066:INFO:CONSOLE(62)] "%c[Extension Host] %c(node:1139897) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `code --trace-deprecation ...` to show where the warning was created) %c(at writeOut (internal/process/warning.js:43:3)) color: blue color:  color: grey", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (62)
[1139791:0511/202709.557647:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/renderer1.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.557984:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/sharedprocess.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.582387:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.582911:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/sharedprocess.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.583068:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.583200:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/christian/.config/Code/logs/20210511T202708/userDataSync.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.606262:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.631363:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.660809:INFO:CONSOLE(1966)] "Overwriting grammar scope name to file mapping for scope source.cuda-cpp.
Old grammar file: file:///snap/code/64/usr/share/code/resources/app/extensions/cpp/syntaxes/cuda-cpp.tmLanguage.json.
New grammar file: file:///home/christian/.vscode/extensions/kriegalex.vscode-cudacpp-0.1.1/syntaxes/cuda.tmLanguage.json", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (1966)
[1139791:0511/202709.660846:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.660863:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning system extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.660881:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.660892:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning system extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.660907:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.671863:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.671910:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.671927:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.671952:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.673174:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.714145:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.714484:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.715634:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.717036:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.717449:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.718975:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.720042:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.720413:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.720800:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.721390:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.721723:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.722166:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.723827:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.726493:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.732339:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.733884:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/renderer1.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.806044:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.808297:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.813353:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned system extensions: 84", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.817085:INFO:CONSOLE(26)] "%cDEBUG background: #eee; color: #888 Writing language packs {}", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.844691:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned system extensions: 84", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.844722:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned system extensions: 84", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.844911:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [ADDED] /home/christian/.config/Code/logs/20210511T202708/exthost1", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.908108:INFO:CONSOLE(26)] "%cTRACE color: #888 ExtensionManagementService.refreshReportedCache", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.908167:INFO:CONSOLE(26)] "%cTRACE color: #888 RequestService#request https://az764295.vo.msecnd.net/extensions/marketplace.json", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.909215:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/sharedprocess.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202709.910931:INFO:CONSOLE(26)] "%cTRACE color: #888 ExtensionManagementService.refreshReportedCache - got 6 reported extensions from service", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202709.911371:INFO:CONSOLE(627)] "%cTRACE color: #888 RequestService#request https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.058892:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/userDataSync.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.059609:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/christian/.config/Code/logs/20210511T202708/renderer1.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260391:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [ADDED] /home/christian/.config/Code/logs/20210511T202708/output_1_20210511T202709", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260561:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [ADDED] /home/christian/.config/Code/logs/20210511T202708/sharedprocess.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260588:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [CHANGED] /home/christian/.config/Code/logs/20210511T202708/renderer1.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260607:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [ADDED] /home/christian/.config/Code/logs/20210511T202708/telemetry.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260627:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [ADDED] /home/christian/.config/Code/logs/20210511T202708/userDataSync.log", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.260639:INFO:CONSOLE(627)] "%cTRACE color: #888 [File Watcher (node.js)] >> normalized [ADDED] /home/christian/.config/Code/logs/20210511T202708/exthost1", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.369783:INFO:CONSOLE(62)] "%c[Extension Host] %cvscode-shader extension started %c(at /home/christian/.vscode/extensions/slevesque.shader-1.1.5/out/extension.js:70:17) color: blue color:  color: grey", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (62)
[1139791:0511/202710.477881:INFO:CONSOLE(627)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider cSpellRegExpView [object Object]", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.479676:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.482270:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.482305:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.482517:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.482552:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.493007:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.493367:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.497466:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.500252:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand extension.js-debug.clearAutoAttachVariables", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.602100:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Updated accounts for microsoft", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.602136:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Getting accounts for github", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.758639:INFO:CONSOLE(627)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider jsBrowserBreakpoints [object Object]", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202710.975661:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.090308:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Updated accounts for github", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.090908:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Account status changed from uninitialized to unavailable", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.091229:INFO:CONSOLE(627)] "%cTRACE color: #888 Settings Sync: Accounts are initialized", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.114655:INFO:CONSOLE(627)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider python_tests [object Object]", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.300281:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.409794:INFO:CONSOLE(627)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider bookmarksHelpAndFeedback [object Object]", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.410113:INFO:CONSOLE(627)] "%cTRACE color: #888 MainThreadTreeViews#$registerTreeViewDataProvider bookmarksExplorer [object Object]", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.662061:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.673893:INFO:CONSOLE(627)] "%cTRACE color: #888 lifecycle: phase changed (value: 4)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.674307:INFO:CONSOLE(627)] "%cTRACE color: #888 RequestService#request https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202711.699183:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202711.722861:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202712.095099:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202712.403041:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning system extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202712.403189:INFO:CONSOLE(26)] "%cTRACE color: #888 Started scanning user extensions", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202712.454110:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned user extensions: 23", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202712.475916:INFO:CONSOLE(26)] "%cTRACE color: #888 Scanned system extensions: 84", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (26)
[1139791:0511/202714.155678:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand workbench.action.toggleDevTools", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202714.407510:VERBOSE1:CONSOLE(1)] "Main._createAppUI: 26.759033203125 ms", source: devtools://devtools/bundled/main/main.js (1)
[1139791:0511/202714.417431:VERBOSE1:CONSOLE(1)] "Main._showAppUI: 9.4990234375 ms", source: devtools://devtools/bundled/main/main.js (1)
[1139791:0511/202714.421630:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202714.443279:VERBOSE1:CONSOLE(1)] "Main._initializeTarget: 6.9189453125 ms", source: devtools://devtools/bundled/main/main.js (1)
[1139791:0511/202714.544220:INFO:CONSOLE(627)] "%cTRACE color: #888 Layout#layout, height: 791, width: 853", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202714.562200:VERBOSE1:CONSOLE(1)] "Main._lateInitialization: 0.35595703125 ms", source: devtools://devtools/bundled/main/main.js (1)
[1139791:0511/202714.565755:WARNING:CONSOLE(1)] "Fallback triggered https://ticino.blob.core.windows.net/sourcemaps/e713fe9b05fc24facbec8f34fb1017133858842b/core/vs/base/worker/workerMain.js.map [object Object]", source: devtools://devtools/bundled/sdk/sdk.js (1)
[1139791:0511/202718.682089:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolve() - enter file:///home/christian/Downloads/tracks.ply", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.683241:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] resolveFromFile() file:///home/christian/Downloads/tracks.ply", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.694297:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.694398:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.694546:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.695315:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.695894:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.699695:INFO:CONSOLE(627)] "%cTRACE color: #888 [text file model] dispose() file:///home/christian/Downloads/tracks.ply", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.702314:INFO:CONSOLE(627)] "%cTRACE color: #888 [backup tracker] discarding backup file:///home/christian/Downloads/tracks.ply ", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202718.715963:INFO:CONSOLE(735)] "Unable to open 'tracks.ply': P.overwrite is not a function.", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (735)
[1139791:0511/202718.814592:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202719.021713:INFO:CONSOLE(627)] "%cTRACE color: #888 CommandService#executeCommand setContext", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-05-11T19:27:21.983Z] Lifecycle#window.on('close') - window ID 1
[main 2021-05-11T19:27:21.983Z] Lifecycle#unload() - window ID 1
[1139791:0511/202721.985005:INFO:CONSOLE(627)] "%cTRACE color: #888 [lifecycle] onBeforeUnload (reason: 1)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[1139791:0511/202721.990137:INFO:CONSOLE(627)] "%cTRACE color: #888 [lifecycle] onBeforeUnload continues without veto", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-05-11T19:27:21.991Z] Lifecycle#unload() - no veto (window ID 1)
[1139791:0511/202721.992720:INFO:CONSOLE(627)] "%cTRACE color: #888 [lifecycle] onWillUnload (reason: 1)", source: file:///snap/code/64/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (627)
[main 2021-05-11T19:27:22.024Z] StorageMainService: closed workspace storage (1620761228598)
[main 2021-05-11T19:27:22.029Z] Lifecycle#onBeforeCloseWindow.fire() - window ID 1
[main 2021-05-11T19:27:22.033Z] IPC Object URL: Removed channel vscode:358a6eb3-d1ae-4e6a-997f-ef58ba7e6287.
[main 2021-05-11T19:27:22.033Z] Lifecycle#window.on('closed') - window ID 1
[main 2021-05-11T19:27:22.033Z] Lifecycle#onWillShutdown.fire()
[main 2021-05-11T19:27:22.034Z] IPC Object URL: Removed channel vscode:f89603ae-d337-4f7f-95f3-6d571fe043be.
(code:1139791): Gtk-WARNING **: 20:27:22.058: /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_client_commit_preedit

(code:1139791): Gtk-WARNING **: 20:27:22.058: Loading IM context type 'ibus' failed
[main 2021-05-11T19:27:22.059Z] Lifecycle#app.on(window-all-closed)
[main 2021-05-11T19:27:22.059Z] Lifecycle#app.on(before-quit)
[main 2021-05-11T19:27:22.059Z] Lifecycle#onBeforeShutdown.fire()
[main 2021-05-11T19:27:22.060Z] [WindowsStateHandler] onBeforeShutdown {
  lastActiveWindow: {
    workspaceIdentifier: undefined,
    folder: undefined,
    backupPath: '/home/christian/.config/Code/Backups/1620761228598',
    remoteAuthority: undefined,
    uiState: [Object: null prototype] {
      mode: 1,
      x: 65,
      y: 110,
      width: 1408,
      height: 791
    }
  },
  lastPluginDevelopmentHostWindow: undefined,
  openedWindows: []
}
[main 2021-05-11T19:27:22.060Z] Lifecycle#app.on(will-quit)
[main 2021-05-11T19:27:22.065Z] StorageMainService: closed global storage
bpasero commented 3 years ago

@christian-rauch

Can you attach the contents of your settings file as JSON?

christian-rauch commented 3 years ago

My ~/.config/Code/User/settings.json: settings.zip

I guess the related bit is:

{
    "viewType": "default",
    "filenamePattern": "*.ply"
},
christian-rauch commented 3 years ago

I installed the insider build and replaced the settings.json with:

{
    "workbench.editorAssociations": [
        {
            "viewType": "default",
            "filenamePattern": "*.ply"
        },
    ],
}

and the problem shows up.

So this part of the settings is causing the issue with drag&drop-ing PLY files.

bpasero commented 3 years ago

@lramos15 take note of commit, we were passing untyped IEditorOptions to the group but internally expect EditorOptions. This is a bad typing issue that I can look to cleanup in debt week, I think we should drop the EditorOptions and TextEditorOptions classes entirely and only allow object bags as options without methods.

christian-rauch commented 3 years ago

@bpasero Thank you very much for considering and solving my edge case :-)

lramos15 commented 3 years ago

@bpasero Nice catch, yeah this isn't the first issue we've had due to there being instanceof checks on the options and not allowing arbitrary objects.

christian-rauch commented 3 years ago

I tested with:

$ code-insiders --version
1.57.0-insider
4fd4e10e99eff9eb77408b71c7f58b7ed7458ee5

and configuration file: ~/.config/Code\ -\ Insiders/User/settings.json:

{
    "workbench.editorAssociations": [
        {
            "viewType": "default",
            "filenamePattern": "*.ply"
        },
    ],
}

and it asked me if I want to trust this file but then opened it.

However, after closing the window the configuration file changed to:

{
    "workbench.editorAssociations": {
        "*.ply": "default"
    },
}

So I am not really sure if the commit fixed the issue or the changed configuration format prevented the bug.

But in any case, the new version lets me open ply files via drag&drop again.

/verified