-
-
Save chadstewart/bc2ec334503d0531d5b334c66a0ef046 to your computer and use it in GitHub Desktop.
Revisions
-
Hacksore revised this gist
Sep 30, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ```json { "version": "0.2.0", "configurations": [ -
Hacksore created this gist
Sep 30, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ ``` { "version": "0.2.0", "configurations": [ { "name": "Run tsx in VSCode Debugger", "type": "node", "request": "launch", "runtimeExecutable": "node", "runtimeArgs": ["--loader", "tsx"], "args": ["index.ts"], "cwd": "${workspaceRoot}", "internalConsoleOptions": "openOnSessionStart", "skipFiles": ["<node_internals>/**", "node_modules/**"] } ] } ``` maybe i add repo later...