gediminasz / ctags-companion

A Visual Studio Code symbols provider based on Ctags
https://marketplace.visualstudio.com/items?itemName=gediminaszlatkus.ctags-companion
MIT License
25 stars 7 forks source link

Warn user about missing ctags command setting #10

Closed crawler closed 3 years ago

crawler commented 3 years ago

Today, while rapidly switching between the projects, I found that the extension did not give me the task option to generate ctags. And instead of checking my config, I started looking through the extension code to find what was wrong. After a while, I found that the "Command" setting somehow become empty. So I desided that this can be good to have a warning message that will let you know about this kind of problem.

gediminasz commented 3 years ago

Good idea. Thanks for the contribution!