Closed m-tartari closed 1 year ago
I have the same problem. When running "code --disable-gpu" everything is fine
When running "code --disable-gpu" everything is fine
Tried and I confirm this
Also using a fresh install of code-insiders v1.83.0-insider (f36df69328ed10f76d4be03e8a82b61794b49711, x64) seems to be working even without the --disable-gpu
flag.
Please provide the output of code --verbose
Thanks for the logs, you are seeing the same problem as https://github.com/microsoft/vscode/issues/190437
Please delete the ~/.config/code/GPUCache
as mentioned in https://code.visualstudio.com/updates/v1_82#_update-highlights-for-chromium and restart the application.
Thank you very much, that fixed it.
Note: The correct directory to remove is ~/.config/Code/GPUCache
(Code
with capital C).
I have the same problem. When running "code --disable-gpu" everything is fine
Same here. I am running Ubuntu 20.04 with VSCode 1.82.3 commit fdb9883.
EDIT: this fixes it https://github.com/microsoft/vscode/issues/192966#issuecomment-1717205461
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.82.1 (6509174151d557a81c9d0b5f8a5a1e9274db5585, x64)
OS Version: Ubuntu 20.04.1 (Linux x64 5.15.0-83-generic)
#### `code --status`
```shell Version: Code 1.82.1 (6509174151d557a81c9d0b5f8a5a1e9274db5585, 2023-09-08T08:41:36.199Z) OS Version: Linux x64 5.15.0-83-generic CPUs: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (8 x 2550) Memory (System): 13.52GB (8.61GB free) Load (avg): 5, 2, 1 VM: 0% Screen Reader: no Process Argv: --no-sandbox --disable-extensions --crash-reporter-id b40c81a4-f1b4-4e12-b1f0-ea0880ccb63e GPU Status: 2d_canvas: enabled canvas_oop_rasterization: disabled_off direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok video_decode: enabled video_encode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: disabled_off CPU % Mem MB PID Process 0 166 13664 code main 0 42 13669 zygote 0 42 13670 zygote 0 138 13696 gpu-process 0 55 13703 utility-network-service 0 125 13770 extensionHost [1] 0 111 13827 electron-nodejs (/snap/code/139/usr/share/code/code --ms-enable-electron-run-as-node --max-old-space-size=3072 /snap/code/139/usr/share/code/resources/app/extensions/node_modules/typescript/lib/tsserver.js --serverMode partialSemantic --useInferredProjectPerProjectRoot --disableAutomaticTypingAcquisition --cancellationPipeName /tmp/vscode-typescript1000/88aac87656d07d5a30aa/tscancellation-0e3793792a45ca5fda03.tmp* --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation --useNodeIpc) 0 69 14524 electron-nodejs (/snap/code/139/usr/share/code/code --ms-enable-electron-run-as-node /snap/code/139/usr/share/code/resources/app/extensions/json-language-features/server/dist/node/jsonServerMain --node-ipc --clientProcessId=13770) 0 111 13785 shared-process 0 69 13786 fileWatcher [1] 0 83 13815 ptyHost 0 0 13861 /usr/bin/bash --init-file /snap/code/139/usr/share/code/resources/app/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh Workspace Stats: | Window (URDFLoader.ts - modular (Workspace) - Visual Studio Code) | Folder (.vscode): 3 files | File types: code-workspace(2) json(1) | Conf files: settings.json(1) | Folder (urdf-loaders): 255 files | File types: STL(96) meta(32) asset(16) js(14) png(14) URDF(9) cs(8) | md(5) json(5) html(4) | Conf files: github-actions(3) package.json(1) tsconfig.json(1) | Folder (modular): 243 files | File types: yaml(38) stl(23) js(22) launch(13) py(12) xml(10) txt(9) | md(6) pyc(6) rviz(5) | Conf files: github-actions(2) | Folder (modular_frontend): 1157 files | File types: html(541) tsx(152) ts(93) js(78) txt(17) map(15) json(13) | css(8) png(7) yml(4) | Conf files: github-actions(2) launch.json(1) settings.json(1) | project.json(1) package.json(1) tsconfig.json(1) | Launch Configs: chrome firefox node ```Steps to Reproduce:
Upgrade from 1.82.0
Open vscode (also tried
code --disable-extensions
)Screen output:
killing the process or resting the PC does not fix the issue