microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
41 stars 9 forks source link

Disabling ctags doesn't work #18

Closed Pzqqt closed 1 year ago

Pzqqt commented 2 years ago

https://github.com/microhobby/linuxkerneldev/blob/0027bee3177494c670f102e864009b9d0880bff4/package.json#L112

Even if I enable it (ctags disabled), the .vscode-ctags file is still automatically generated. it's annoying.

What I found after reading your code, it seems that you just added this setting option, but didn't implement it.