How can I configure Visual Studio Code to recognize files with extensions other than .js as Javascript -


we have qa tool (smartbear's testcomplete) uses javascript scripting language, names file ".sj" extension instead of ".js". use visual studio code edit files, nice intellisense , other tooling comes it, can't figure out how configure recognize .sj files javascript files. ideas?

answering own question, future readers may searching same thing.

according tweet @code, not yet possible, coming "soon".


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -