-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
In recent versions of VSCode, webviews, including Memory Inspector windows, can be popped out into floating windows. However, when Memory Inspector windows are popped out, local preference settings made through the advanced configuration are lost.
How to reproduce:
- Open a memory inspector window and load some memory.
- Use the advanced configuration dialog to modify local settings (e.g. groups per row - easily visible)
- Drag the tab outside of the current VSCode window and drop it to create a new floating window.
- Observe that the groups per row setting reverts to the original default and the local setting is lost.
Expected behavior
- The local setting should be retained and respected.
At the moment, the values of the inputs are retained, so potentially whatever mechanism we're using to retain that information could be used.
Environment
- OS: Linux
- Browser: Desktop VSCode (Chromium)
- Theia or VS Code Version: VSCode 1.89
Additional information
thegecko
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working