richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

add fallback to resolve ycmd path #55

Closed TomzBench closed 6 years ago

TomzBench commented 6 years ago

My system doesn't find "default_settings.json" because for some reason it is named "default settings.json". I think it might be a good alternative to use the user supplied ycmd path explicitly if the first path fails.

(Note I did not test this I am just getting started with vs code and not sure how to build extensions)...