Extension to integrate DeepScan into VS Code.
- run
npm install
inside thedeepscan
anddeepscan-server
folders - open VS Code on
deepscan
anddeepscan-server
- open VS Code on
deepscan-server
- run
npm run compile
to build the server (it is automatically copied into thedeepscan
folder) - to debug press F5 which attaches a debugger to the server
- open VS Code on
deepscan
- run F5 to build and debug the extension