summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-17 00:13:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-17 00:13:50 +0200
commit6fc180ba6d9bc5c32340466988d9e26f8d6e3c5c (patch)
tree00d0a491acdf018367eb955c7b94b1b72afcb2af
parentca9d6a543335e998963ac4f680cf5c47e597602b (diff)
downloadgosten-6fc180ba6d9bc5c32340466988d9e26f8d6e3c5c.tar.gz
gosten-6fc180ba6d9bc5c32340466988d9e26f8d6e3c5c.tar.bz2
gosten-6fc180ba6d9bc5c32340466988d9e26f8d6e3c5c.zip
launch.json
Diffstat (limited to '')
-rw-r--r--.vscode/launch.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..0f8103e
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+ // 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": [
+ {
+ "name": "Launch Package",
+ "type": "go",
+ "request": "launch",
+ "mode": "auto",
+ "program": "${workspaceFolder}"
+ }
+ ]
+} \ No newline at end of file