We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d20b5 commit 855f69aCopy full SHA for 855f69a
src/features/DebugSession.ts
@@ -48,7 +48,7 @@ export class DebugSessionFeature implements IFeature {
48
config.script = currentDocument.uri.toString();
49
}
50
else {
51
- let msg = "In order to debug '" + currentDocument.fileName +
+ let msg = "To debug '" + currentDocument.fileName +
52
"', change the document's language mode to PowerShell or save the file with a PowerShell extension.";
53
vscode.window.showErrorMessage(msg);
54
return;
0 commit comments