Ubuntu 12.04, vscode 0.10.1
Note that I have file symlinks setup for these config files which could having something to do with this crash:
~/.config/Code/User/keybindings.json
~/.config/Code/User/settings.json
Repro:
- Open terminal
Code &
- Open another terminal (at
~)
Code . &
Expected:
vscode opens successfully
Actual:
Crash:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: watch ENOSPC
at exports._errnoException (util.js:837:11)
at FSWatcher.start (fs.js:1247:11)
at Object.fs.watch (fs.js:1273:11)
at e.registerWatchers (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/workbench/electron-main/main.js:7:3462)
at new e (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/workbench/electron-main/main.js:7:3207)
at Object.<anonymous> (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/workbench/electron-main/main.js:7:4907)
at e._invokeFactory (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/loader.js:5:13773)
at e._complete (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/loader.js:5:14012)
at e.resolveDependency (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/loader.js:5:15066)
at e._onModuleComplete (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/loader.js:5:21369)
Ubuntu 12.04, vscode 0.10.1
Note that I have file symlinks setup for these config files which could having something to do with this crash:
~/.config/Code/User/keybindings.json~/.config/Code/User/settings.jsonRepro:
Code &~)Code . &Expected:
vscode opens successfully
Actual:
Crash: