-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of preferences from VSCode plugin triggers multiple overwrite popup confirmation #6845
Comments
Related #6786 |
@vince-fugnitto yes, I think the fix should handle both cases |
@akosyakov - The above mentioned error message is happening very frequently. Our end users/customers of Zowe Explorer are experiencing this a lot and are complaining about it. Wondering if there is a workaround of some sort to at least minimize the frequency of the pop up, while you are working on the fix? |
I think if you don't want to display the dialog any longer until there is a proper fix, you can unbind the following: theia/packages/filesystem/src/browser/filesystem-frontend-module.ts Lines 44 to 53 in 554f99e
|
@vince-fugnitto - Thank you, we will try that. |
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
I had to fix tests yet, but could someone try please whether you can reproduce it with #7110? |
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
It resolve following issues: - dirty editors are respected - edits are applied in thread safe fashion Signed-off-by: Anton Kosyakov <[email protected]>
Description
It seems there is an inconsistency between the vscode.workspace.getConfiguration().update API in VSCode and Theia.
Even though there are no changes in the configuration, the update is triggered and is trying to overwrite the contents in the settings.json file.
Is there a way to turn off the overwrite confirmation?
Is this a bug in the FileSystem watcher?
Reproduction Steps
Extension: Zowe Explorer
Whenever the browser is refreshed or left idle for a while, the following popup appears multiple times:
OS and Theia version:
Windows 10
latest Theia
The text was updated successfully, but these errors were encountered: