zokugun / vscode-explicit-folding

Customize your Folding for Visual Studio Code
MIT License
99 stars 14 forks source link

Revert range provider scheme from '*' to 'file' #32

Closed sleepylemur closed 3 years ago

sleepylemur commented 3 years ago

fix #30

In v0.9.1 the scheme was switched to '*' from 'file which is preventing the extension from being picked up in some situations. This change switches it back to 'file'.

See https://github.com/zokugun/vscode-explicit-folding/issues/30

@daiyam this change fixes the issue for me but I have done zero testing on other platforms and know nothing about why scheme was switched to '*' in the first place, so unsure if this will break things for others.

daiyam commented 3 years ago

@sleepylemur Sorry, the fix is already done. Thx