Stephen Rider
Stephen Rider
Yeah... Probably from Izzy then
As a side note: you recommend things but don't explain what they do. For example, I have no idea what the "{{{" default does
Finally! I basically just shoved it all into the language specific block... ``` "[vb]": { "editor.foldingStrategy": "auto", "editor.defaultFoldingRangeProvider": "zokugun.explicit-folding", "explicitFolding.rules": [ { "begin": "{{{", "end": "}}}" }, ... my folding...
ALSO: With the above solution, I believe this plugin is still affecting other languages. So not entirely a solution to the question posed.
My grep is rusty, so no doubt you will see some clumsiness. This is my entire `settings.json` file. ```json { "files.associations": { "*.asp": "vb", "*.ahtml": "vb" }, "security.workspace.trust.untrustedFiles": "open", "editor.insertSpaces":...
In theory doesn't make a difference, but FYI I'm using VSCodium -- the fully open source version of VSCode. Also, I'm coding in old school ASP, not .NET.
Awesome -- big fan of FOSS :-) Only starting to dip my toe into Linux on desktop, but running degoogled Android for over a year now.
If I'm writing a diary entry, the toolbar there is fine. The issue is only on the main screen