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
Hi,
We are using vscode extension with custom editors, and some are based on a binary data model (CustomEditorProvider). In the latest releases there is a regression in the save confirmation popup when pressing save on a dirty/modified editor.
I have found that the PR caused this issue is back to Theia 1.33 - PR #11261
Once going back one commit before this change, the save works!
Note that using the custom text model (CustomTextEditorProvider, eg. example.cscratch) is working.
Steps to Reproduce:
use the famous cat-customs-0.0.2.vsix extension sample
open the example.pawDraw (binary format)
do some changes
see that the tab/file is in dirt mode
close the tab, and a save confirmation will popup
press save
reopen the file
file is still the same (save didn't work)
Additional Information
Operating System: mac/win
Theia Version: 1.33-1.40
The text was updated successfully, but these errors were encountered:
Bug Description:
Hi,
We are using vscode extension with custom editors, and some are based on a binary data model (CustomEditorProvider). In the latest releases there is a regression in the save confirmation popup when pressing save on a dirty/modified editor.
I have found that the PR caused this issue is back to Theia 1.33 - PR #11261
Once going back one commit before this change, the save works!
Note that using the custom text model (CustomTextEditorProvider, eg. example.cscratch) is working.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: