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
When I "toggle" the notes open, and the notes file already exists, I see this in the "Window" output:
2022-12-12 17:26:44.688 [error] Error: Unable to create file '/home/user/project/.vscode/notes.md' that already exists when overwrite flag is not set
at h.r (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:616:13783)
at async h.canCreateFile (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:616:13680)
at async Promise.all (index 0)
at async Object.K [as settled] (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:89:21254)
at async i.doCreateFileOrFolder (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2485:62284)
at async s.perform (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2491:18459)
at async a.apply (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2491:21499)
at async v.n (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2491:23574)
at async v.perform (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2491:23250)
at async m.apply (vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:2491:25167)
2022-12-12 17:26:44.688 [warning] IGNORING workspace edit: Error: Unable to create file '/home/user/project/.vscode/notes.md' that already exists when overwrite flag is not set
I'm not sure if there's a way to avoid this, given the API.
Thanks for the creating this extension! ❤️
The text was updated successfully, but these errors were encountered:
When I "toggle" the notes open, and the notes file already exists, I see this in the "Window" output:
I'm not sure if there's a way to avoid this, given the API.
Thanks for the creating this extension! ❤️
The text was updated successfully, but these errors were encountered: