franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

excluded settings.json from blob pattern #153

Closed Gotoro closed 5 months ago

Gotoro commented 5 months ago

should fix #152 this excludes settings.json from didChange watcher, possibly removing some functionality that I'm unaware of. This also hardcodes the values of the pattern and it's probably shouldn't be done like this, I'm not too familiar with js/ts or vscode extensions so help would be appreciated

franneck94 commented 5 months ago

Excluding the settings file is not okay since the main idea is to update the settings internally when the file is updated

franneck94 commented 5 months ago

But yes the bug seems to be still there and needs to be fixed