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 using the electron example, the save as... command opens the native dialog at the incorrect location.
Instead of opening the dialog at the workspace root, or the currently selected file location, the native dialog opens at the directory from which the example-electron app is started.
In the following example, my workspace is vscode but the save as... dialog opens the example-electron directory:
bug.mp4
Steps to Reproduce:
start the example-electron application and open a workspace
open a file, and execute save as... - notice the incorrect cwd
The text was updated successfully, but these errors were encountered:
Bug Description:
When using the
electron
example, thesave as...
command opens the native dialog at the incorrect location.Instead of opening the dialog at the workspace root, or the currently selected file location, the native dialog opens at the directory from which the
example-electron
app is started.In the following example, my workspace is
vscode
but thesave as...
dialog opens the example-electron directory:bug.mp4
Steps to Reproduce:
save as...
- notice the incorrect cwdThe text was updated successfully, but these errors were encountered: