You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/ui.show.ts
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ import { storageFileName } from "../config";
9
9
*/
10
10
asyncfunctioninitEditor(
11
11
state: WorkspaceState,
12
-
fsEdirorUri: vscode.Uri
12
+
fsEditorUri: vscode.Uri
13
13
): Promise<void>{
14
-
// cannot use workspace.fs.write because when calling openTextDocument might load old value of BookerEditors because it wasn't close yet from the workspace so need workspace edit to overwrite the document if exist
14
+
// cannot use workspace.fs.write because when calling openTextDocument might load old value of BookerEditors because it wasn't closed yet from the workspace so need workspace edit to overwrite the document if exist
0 commit comments