willofindie / vscode-cssvar

VSCode extension to support CSS Variables Intellisense
https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar
MIT License
243 stars 4 forks source link

[#49][Fix] Default settings getting overriden #50

Closed phoenisx closed 2 years ago

phoenisx commented 2 years ago

Fixes: #49 This change mitigates the issue and isn't a good solution.

The choices I made earlier to register default config settings are becoming an unnecessary overhead in the code. A proper solution will be raised in near future, which works properly with VSCode's Settings UI as well, which is broken right now.