codebuilds icon indicating copy to clipboard operation
codebuilds copied to clipboard

“Usage” message at startup always displayed

Open bradanlane opened this issue 5 years ago • 1 comments

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.

bradanlane avatar Mar 17 '20 12:03 bradanlane

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

commodus-sebastien avatar Jun 20 '20 09:06 commodus-sebastien