aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-06-02 09:46:43 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-06-02 09:46:43 +0100
commit4a353d95f6d2dd8a9841bdae6f0721f5b014599e (patch)
treec0f039c5e7711d1163f641117b8f5548ab8d282f /.vscode/launch.json
parent76180c302197e83a257b975394768e5affa4054e (diff)
parent4a9b96e5cc8bf822bf3b2860b175f446cb45f98a (diff)
downloadunicornpaint-4a353d95f6d2dd8a9841bdae6f0721f5b014599e.tar.gz
unicornpaint-4a353d95f6d2dd8a9841bdae6f0721f5b014599e.tar.bz2
unicornpaint-4a353d95f6d2dd8a9841bdae6f0721f5b014599e.tar.xz
unicornpaint-4a353d95f6d2dd8a9841bdae6f0721f5b014599e.zip
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a791e75..4217724 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+
{
"name": "Go Server",
"type": "go",
@@ -11,6 +12,12 @@
"program": "${workspaceRoot}/Server.go"
},
{
+ "name": "Go Server 2",
+ "type": "go",
+ "request": "launch",
+ "program": "${workspaceRoot}/Server2.go"
+ },
+ {
"name": "Python: Current File",
"type": "python",
"request": "launch",