Initial commit

This commit is contained in:
2026-07-27 14:53:04 +02:00
commit 4a07713dd7
8 changed files with 3561 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
// 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": "sw1",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/file.js"
}
]
}