I am writing a simple LanguageService for JavaScript. The target IDE is Visual Studio 2008. I want to run the LanguageService extension file for .js (the default extension for JavaScript). But for this extension, my LanguageService is not working. When I run my LanguageService for the .jsp extension (there can be any extension that does not support the VS IDE) - LanguageService works well.
My question is: how to override the existing LanguageService for JavaScript? How to disable default LanguageService for JS?
Yours faithfully,
Mikhailo
source
share