Leonardo Lana

Results 2 comments of Leonardo Lana

Do not waste your time buddy, repo is abandoned

If one ever need to attach VS Code debugger this was the way I did it ```bash pip install ptvsd==4.3.2 ``` prepare-debug.js ```javascript const fs = require('fs'); const debugSnippet =...