-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
- VS Code Version: 1_54.1
- OS Version: Pop_OS(Ubuntu) 20.10
Steps to Reproduce:
- Open VScode
Does this issue occur when all extensions are disabled?: Yes
I had vsode installed and working for about a month, but was getting annoyed at my golang linter not working correclty. I then uninstalled and reinstalled via snap but the snap version takes way too long to boot up so I then went back again to the deb version via the official vscode site. Now on start up it crashes within 3 seconds every single time.
These are the errors im getting from --verbose
[49131:0305/012546.370472:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/kenyounot/.config/Code/logs/20210305T012544/renderer3.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626) [49131:0305/012546.371917:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/kenyounot/.config/Code/logs/20210305T012544/renderer3.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626) [49131:0305/012546.374887:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25) [49131:0305/012546.374921:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25) [49131:0305/012546.377644:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
vscode-insiders works completely fine, and if I reinstall using snap it works completely fine. Only the deb version.