Skip to content

Commit

Permalink
fix(init): uses backticks in the prefix example
Browse files Browse the repository at this point in the history
so it actually works when you uncomment the line
  • Loading branch information
sverweij committed Feb 24, 2024
1 parent 24aec38 commit b196bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/init-config/config-template.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = {
to open it on your online repo or \`vscode://file/$\{process.cwd()}/\` to
open it in visual studio code),
*/
// prefix: 'vscode://file/$\{process.cwd()}/\',
// prefix: \`vscode://file/$\{process.cwd()}/\`,
/* false (the default): ignore dependencies that only exist before typescript-to-javascript compilation
true: also detect dependencies that only exist before typescript-to-javascript compilation
Expand Down

0 comments on commit b196bbb

Please sign in to comment.