Skip to content

Instantly share code, notes, and snippets.

View lyubchev's full-sized avatar

lyubchev

  • Netherlands
  • 13:38 (UTC +02:00)
View GitHub Profile
@lyubchev
lyubchev / bd3d4befe38185704bf0fc875e9deed6|configuration.json
Last active April 24, 2019 15:35
Visual Studio Code Settings Sync Gist
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"node","request":"launch","name":"Launch via NPM","runtimeExecutable":"npm","runtimeArgs":["run-script","debug"],"port":9229},{"type":"node","request":"attach","name":"Attach to Remote","address":"localhost","port":9229,"localRoot":"${workspaceFolder}","remoteRoot":"${workspaceFolder}/backend/dist/index.js"},{"type":"node","request":"launch","name":"Launch Program","program":"${workspaceFolder}/backend/src/config/socket.io.ts","outFiles":["${workspaceFolder}/**/*.js"]}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}
@lyubchev
lyubchev / cloudSettings
Last active December 8, 2018 10:52
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-08T10:52:19.986Z","extensionVersion":"v3.1.2"}