aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-18 21:09:14 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-18 21:09:14 +0100
commitb3e76b0207bc4232b4b72626f8c4c802dcc63802 (patch)
tree91ae10d4a80b1f458d1711a947ca71651baad5ab /.vscode
parentc2faad3ac834f622956787c87713ccf6ab9b61e0 (diff)
downloadunicornpaint-b3e76b0207bc4232b4b72626f8c4c802dcc63802.tar.gz
unicornpaint-b3e76b0207bc4232b4b72626f8c4c802dcc63802.tar.bz2
unicornpaint-b3e76b0207bc4232b4b72626f8c4c802dcc63802.tar.xz
unicornpaint-b3e76b0207bc4232b4b72626f8c4c802dcc63802.zip
Server ported to go, 50%, just need to do the actual unicorn implementation.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 8795aee..a791e75 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,10 +5,16 @@
"version": "0.2.0",
"configurations": [
{
+ "name": "Go Server",
+ "type": "go",
+ "request": "launch",
+ "program": "${workspaceRoot}/Server.go"
+ },
+ {
"name": "Python: Current File",
"type": "python",
"request": "launch",
- "program": "${file}"z
+ "program": "${file}"
},
{
"name": "Python: Attach",