Skip to content

Commit

Permalink
Update src/instantiate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Julliand <[email protected]>
  • Loading branch information
worksofliam and sebjulliand authored Feb 16, 2024
1 parent 02dcf26 commit 1100ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instantiate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export async function loadAllofExtension(context: vscode.ExtensionContext) {
if (existingUri) {
const existingOptions = parseFSOptions(existingUri);
if (existingOptions.readonly !== options.readonly) {
vscode.window.showWarningMessage(`The file is already open in another mode.`);
vscode.window.showWarningMessage(`The file is already opened in another mode.`);
vscode.window.showTextDocument(existingUri);
return false;
}
Expand Down

0 comments on commit 1100ad7

Please sign in to comment.