0.1.1 • Published 7 years ago

ext-typescript-javascript v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

typescript-javascript

veonim extension for typescript & javascript

temp fix

lib/tsp-client.js needs to be patched:

// from this
        this.tsserverProc = cp.spawn(tsserverPath, args);
// to this
        this.tsserverProc = cp.spawn(process.execPath, [ tsserverPath, ...args ]);

this should be temp, as there is a PR upstream that will fix this

0.1.1

7 years ago