aboutsummaryrefslogtreecommitdiff
path: root/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json
diff options
context:
space:
mode:
authorElwin Hammer <elwinhamer@gmail.com>2024-04-23 11:49:54 +0200
committerElwin Hammer <elwinhamer@gmail.com>2024-04-23 11:49:54 +0200
commit65f139edb2d3cfa055504e04cba266566fdfbf3b (patch)
treed0c19ceec58bb1df5ee03aa09b861b2bbbe5df31 /main/puzzle/neo/esp-neopuzzle/.vscode/launch.json
parent7b8d066223b9af513193020423b86c9f52234001 (diff)
ESP version of the neotrellis puzzle (first setup)
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/launch.json')
-rw-r--r--main/puzzle/neo/esp-neopuzzle/.vscode/launch.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json b/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json
new file mode 100644
index 0000000..6d2236f
--- /dev/null
+++ b/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json
@@ -0,0 +1,10 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "espidf",
+ "name": "Launch",
+ "request": "launch"
+ }
+ ]
+} \ No newline at end of file