SeungukShin / cscope-code

Cscope Extension for Code
11 stars 4 forks source link

BUG: Invalid type of value on settings.json #1

Closed gyulkkajo closed 4 years ago

gyulkkajo commented 4 years ago

Thanks for the extension. I found an error message on setting menu when I try to change values. There are error messages under Extensions, Preview, and Auto setting.

"Settings has an ivalid type, expected "string". Fix in JSON

I am using vscode v1.45.1 on Linux.

I'd like to fix it myself but I'm not good at javascript things.... Thanks in ahead! :)

SeungukShin commented 4 years ago

Thank you for reporting a bug. It's because I inserted default value with wrong type. dacc78b will fix this issue and I attach the extension file which contains this commit. Thank you. cscope-code-issue1.zip

gyulkkajo commented 4 years ago

Thanks for the quick response! ;)