Baptiste Augrain

Results 237 comments of Baptiste Augrain

`vscodium` and `vscodium-git` have been fixed. Since I'm not co-maintainer for `vscodium-bin`, I'm not able to do it. I've asked the maintainer but no answer.

- https://github.com/VSCodium/vscodium/discussions/1429 - https://github.com/VSCodium/vscodium/discussions/1430

Ya, that would be helpful with also the tip: You can see the language on the bottom right. When clicking on it, you get access to the language switcher which...

Could you give 1 or more use cases of the new syntax (with example) so I can understand what issue you are having.

It should be resolved with [editor.defaultFoldingRangeProvider](https://github.com/zokugun/vscode-explicit-folding#editordefaultfoldingrangeprovider)

@depascalis I might be able to that with (not yet implemented): ``` "explicitFolding.rules": { "*.config.xml": [], "*.special.js": [], }, ``` Or you can create your own language as suggested by...

I will change to the following config: ``` "[javascript]": { "explicitFolding.perFiles": { "*.special.js": [], }, }, "[xml]": { "explicitFolding.perFiles": { "*.config.xml": [], }, }, ```

The feature is available in the latest release.

@depascalis Can you close the issue if it's working for you 😉 Thx