Skip to content

Commit d056909

Browse files
author
Justin Chung
committed
Fix launch json after rebase
1 parent a7fa647 commit d056909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"-NoProfile",
1515
"-NoExit",
1616
"-Command",
17-
\"Import-Module '${workspaceFolder}/PSReadLine/bin/Debug/net8.0/PSReadLine.psd1'\"
17+
"Import-Module '${workspaceFolder}/PSReadLine/bin/Debug/net8.0/PSReadLine.psd1'"
1818
],
1919
"console": "integratedTerminal",
2020
"justMyCode": false,

0 commit comments

Comments
 (0)