Browse Source

Remove outdated launch config

master
Rory Powell 5 years ago
parent
commit
4c2fa570ca
  1. 14
      packages/client/.vscode/launch.json

14
packages/client/.vscode/launch.json

@ -1,14 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Publish Dev",
"program": "${workspaceFolder}/scripts/publishDev.js"
}
]
}
Loading…
Cancel
Save