Jeff Anderson
Jeff Anderson
An editor should not need to be hacked to support a basic feature. The lack of this feature makes collaboration difficult.
> What's wrong with the current system, where `indentwidth=0` means "indents are 1 tab"? This does not satisfy the feature as described: > Specifies the indentation style, whether to use...
FYI, it is not necessary to disable CodeLens altogether. You can create a language-specific setting to turn off CodeLens for only Rust files. ```json // settings.json "[rust]": { "editor.codeLens": false...
For anyone still struggling with this, I found a workaround that I use on Gnome 40. It should work on KDE and most other environments because it is based on...
That's a good tip, I renamed it to `com.vscodium.codium.desktop` and my custom VSCodium launcher is now the only one. I also tried replacing the Gnome Terminal launcher with one that...
Here is another boilerplate for project references if anyone would like a setup that offers a package.json and scripts to get up and running. https://github.com/JKAnderson409/typescript-fullstack-boilerplate
@sintaxi It's been over a year. What options do I have for a company that does not honor its privacy policy?