Skip to content

Instantly share code, notes, and snippets.

@chadstewart
Forked from Hacksore/HOW.md
Created September 30, 2023 01:56
Show Gist options
  • Select an option

  • Save chadstewart/bc2ec334503d0531d5b334c66a0ef046 to your computer and use it in GitHub Desktop.

Select an option

Save chadstewart/bc2ec334503d0531d5b334c66a0ef046 to your computer and use it in GitHub Desktop.

Revisions

  1. @Hacksore Hacksore revised this gist Sep 30, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion HOW.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ```
    ```json
    {
    "version": "0.2.0",
    "configurations": [
  2. @Hacksore Hacksore created this gist Sep 30, 2023.
    20 changes: 20 additions & 0 deletions HOW.md
    Original 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...