VSCode extension to support tslint
- run npm install inside the
tslint
andtslint-server
folders - open VS Code on
tslint
andtslint-server
- open VS Code on
tslint-server
- run
npm run compile
ornpm run watch
to build the server and copy it into thetslint
folder - to debug press F5 which attaches a debugger to the server
- to trace the server communication you can enable the setting: "tslint.trace.server": "verbose"
- open VS Code on
tslint
- run F5 to build and debug the extension
If you want to debug server and extension at the same time; 1st debug extension and then start server debugging