ok_computer 4 days ago

I have an uneasy feeling logging into a Text Editor vscode and seeing a Microsoft correlated account, work or personal, in the lower left corner. I understand that settings sync or whatever but it’d be preferred to keep to a simple config json or xml (pretty sure most settings are in json).

I have no problem, however, pasting an encryption public key into my Sublime Text editor. I’m not completely turned off by ability fir telemetry, tracking, or analytics. But having a login for a Text Editor is totally unappealing to me with all the overhead.

It’s a bummer that similar to browsers and chrome, the text editor with an active package marketplace necessitates some tech major underwriting the development with “open source” code but a closed kernel.

Long live Sublime text (i’m aware there are more pure text editors but do use mice)

1
spartanatreyu 4 days ago

As far as I can tell, the account is just for:

- github integration (e.g. git auth, sync text editor settings in private gist)

- a trusted third party server for negotiating p2p sessions with someone else (for pair programming, debugging over a call, etc...)

But anyone who wants to remove the microsoft/github account features from their editor entirely can just use vscodium instead.