Skip to content

Commit

Permalink
Update launch.json to include outFiles configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 8, 2024
1 parent c495b0d commit 8e5c7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}/packages/vscode"
],
"outFiles": [ "${workspaceRoot}/packages/vscode/dist/**/*.cjs" ]
// todo: https://github.com/microsoft/vscode-eslint/blob/4d9fc40e71c403d359beaccdd4a6f8d027031513/.vscode/launch.json
// "preLaunchTask": "npm: watch"
}
Expand Down

0 comments on commit 8e5c7f8

Please sign in to comment.