1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Remove outdated launch config

This commit is contained in:
Rory Powell 2022-02-16 09:29:40 +00:00
parent f56bc8c9ac
commit 3fc6ff4dbe

View file

@ -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"
}
]
}