WIP WIP prepared for Geiger

This commit is contained in:
rxf
2023-07-02 20:22:58 +02:00
parent 9eb09e16ff
commit 5dc66dbaa2
22 changed files with 1764 additions and 295 deletions
+17
View File
@@ -0,0 +1,17 @@
{
// 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": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/bin/www.js"
}
]
}