psytrx
psytrx
I can confirm this issue with a slightly different configuration (using .sublimets). ##### /.sublimets ``` JSON { "root": "app.ts" } ``` ##### /src/Transpiling/JavaScriptTranspiler.ts ``` ts /// module MyModule { //...
I think I just was able to resolve this issue. Adding the `/// ` to the root file will obviously index the files globally. Adding a reference to my root...
Similar behavior with `mode-watcher`. It [injects some Script into the head](https://github.com/svecosystem/mode-watcher/blob/cfbc402d303e0d383ba84e0842039dea4c438ab9/packages/mode-watcher/src/lib/mode-watcher.svelte#L80), which is likely the reason. An [issue exists](https://github.com/svecosystem/mode-watcher/issues/71), which has been closed _"as there is supposed to be backward...
I have added an editor margin for Visual Studio Web Essentials, which compiles and previews compiled code. https://github.com/madskristensen/WebEssentials2013