headmelted / codebuilds

Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
https://code.headmelted.com
MIT License
1.03k stars 56 forks source link

“Usage” message at startup always displayed #103

Open bradanlane opened 4 years ago

bradanlane commented 4 years ago

On first launch after install there is the Microsoft data usage pop up. Toggled off the 2 telemetry settings. Subsequent launches of code+oss continues to display the Microsoft data usage pop up. I’ve confirmed the telemetry settings are off.

I’ve repeated his on multiple Raspberry Pi systems.

I installed using the apt.sh script.

Tested official VSCode on Linux desktop and toggled off the w telemetry settings. The pop up is not displayed on subsequent at launches of VSCode.

commodus-sebastien commented 4 years ago

When starting the application in verbose mode, there is the following error: Error: Cannot find module '../build/Release/sqlite'

The result is that Code-OSS is not able to write some preferences and the fact you already read the "Usage" message at startup as well.

This should be fixed with #120 thanks to @tuanpham-dev