Skip to content

Commit 94d20b5

Browse files
committed
Use same term used in the command palette.
1 parent 49d6214 commit 94d20b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/DebugSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class DebugSessionFeature implements IFeature {
4949
}
5050
else {
5151
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.";
52+
"', change the document's language mode to PowerShell or save the file with a PowerShell extension.";
5353
vscode.window.showErrorMessage(msg);
5454
return;
5555
}

0 commit comments

Comments
 (0)