Skip to content

Commit

Permalink
build: fix debug task config (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Feb 4, 2024
1 parent cf7019f commit 50aa91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Debug VSCode core extension",
"type": "extensionHost",
"request": "launch",
"preLaunchTask": "npm: core:dev - packages/core",
"preLaunchTask": "npm: core:dev - packages/catppuccin-vsc",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/packages/core/dist/*.js"]
}
Expand Down

0 comments on commit 50aa91b

Please sign in to comment.