SpontanCombust / witcherscript-ide

Language Server implementation for WitcherScript - Witcher 3's scripting language.
https://spontancombust.github.io/witcherscript-ide/
Apache License 2.0
10 stars 0 forks source link

[BUG] Empty views after window reload #30

Closed SpontanCombust closed 2 months ago

SpontanCombust commented 2 months ago

When using any of the editor commands that show a temporary text file in the editor the column where it was displayed in stays there after the editor is reloaded. The issue is that the column is completely empty after the reload. It should either still have previously opened files be displayed there or the view should be closed after closing a session.

SpontanCombust commented 2 months ago

Testing concluded that as much as it is possible to close tabs with specified temporary files during extension session, it is not possible to do so when the editor is in the middle of closing.

Some reasons for this being the case: https://github.com/Microsoft/vscode/issues/47881#issuecomment-381910587