Skip to content

Commit

Permalink
chore: Add no typegen config for vscode (PostHog#27880)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert authored Jan 29, 2025
1 parent de5616a commit 76f3cee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
},
"skipFiles": ["${workspaceFolder}/node_modules/kea-typegen/**/*.js"]
},
{
"name": "Frontend (no typegen)",
"command": "pnpm start-http",
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}",
"presentation": {
"group": "main"
},
"skipFiles": ["${workspaceFolder}/node_modules/kea-typegen/**/*.js"]
},
{
"name": "Frontend (https)",
"command": "pnpm start",
Expand Down

0 comments on commit 76f3cee

Please sign in to comment.