DEV Community

Discussion on: How I configure VSCode for Everything

Collapse
 
amanhimself profile image
Aman Mittal

I have heard about it. Haven't tried it. Are you using it in your daily workflow? If yes, please let me know more about experience.

Collapse
 
felixdorn profile image
Félix Dorn

I use vscodium 60h per week and it's only pleasure.

Thread Thread
 
sebalr profile image
Sebastian Larrieu

What about asp.net core debugger?.I think it's not such a things in foss.
Also y believe your intention are good but "you should" it's a little imperative

Thread Thread
 
emptyother profile image
emptyother

The aspnet debugger is an external extension so isn't affected by vscodium, right? Vscodium doesn't protect you from telemetry in extensions i assume.

Thread Thread
 
felixdorn profile image
Félix Dorn

Sorry about "you should" I'm French and it's maybe not the right word

Thread Thread
 
amanhimself profile image
Aman Mittal

Hey dude! No worries. :)

Collapse
 
felixdorn profile image
Félix Dorn

It's exactly the same, nothing changes a MS engineer say "When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license.

When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. Therefore, you generate a "clean" build, without the Microsoft customizations, which is by default licensed under the MIT license".
So vscode and vscodium are the same, but one are really ethical. BTW, the only thing vscodium do not, it's to add to the path the code command.

Thread Thread
 
garrett profile image
Garrett / G66

I did not know about this. Thank you!