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 49d6214 commit 94d20b5Copy full SHA for 94d20b5
src/features/DebugSession.ts
@@ -49,7 +49,7 @@ export class DebugSessionFeature implements IFeature {
49
}
50
else {
51
let msg = "In order to debug '" + currentDocument.fileName +
52
- "', set the document's language mode to PowerShell or save the file with a PowerShell extension.";
+ "', change the document's language mode to PowerShell or save the file with a PowerShell extension.";
53
vscode.window.showErrorMessage(msg);
54
return;
55
0 commit comments