jaycetyle / vscode-gnu-global

Visual Studio Code GNU Global Extension
MIT License
33 stars 14 forks source link

[Enhancement] Customize rebuild gtags database cmd #29

Open ywang-wnlo opened 2 years ago

ywang-wnlo commented 2 years ago

When I used this extension for reading Linux kernel, the autoUpdate would be failed.

$ global -u
Warning: cannot stat 'vmlinux-gdb.py'. ignored.
gtags: cannot read file 'signing_key.pem'.

Because the signing_key.pem file cannot read. Would you like to enhance the extension by providing customize rebuild gtags database cmd, or just change the global -u to gtags -i --skip-unreadable