d-language-server / vscode-dlang

D language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls
MIT License
22 stars 7 forks source link

allow disabling dscanner usage entirely via configuration #4

Open thinkingerrol opened 6 years ago

thinkingerrol commented 6 years ago

For example, right now everything is squiggly if you use expression-based contract syntax, because of dscanner 0.5.8 embedded as a library.

LaurentTreguier commented 6 years ago

It's already possible, you simply don't have the option because you have an outdated version of vscode-dls. have you tried the good old "uninstall and reinstall" to try and see which version VSCode installs ?