Skip to content

Commit

Permalink
chore: set up debug logging for VS Code launch tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Oct 22, 2023
1 parent cdb3905 commit 76076f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/integrations/vscode"
],
"env": {
"PREVIEWJS_LOG_LEVEL": "debug"
},
"preLaunchTask": "build"
},
{
Expand All @@ -21,6 +24,9 @@
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/integrations/vscode"
],
"env": {
"PREVIEWJS_LOG_LEVEL": "debug"
},
"preLaunchTask": "build:pro"
}
]
Expand Down

0 comments on commit 76076f0

Please sign in to comment.