mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
sessions - tweaks to use of modal editors (#296698)
* sessions - tweaks to use of modal editors * ccr * ffs * ffs * ffs
This commit is contained in:
2
.github/skills/sessions/SKILL.md
vendored
2
.github/skills/sessions/SKILL.md
vendored
@@ -139,7 +139,7 @@ Use the `agent-sessions-layout` skill for detailed guidance on the layout. Key p
|
||||
|
||||
### 4.3 Editor Modal
|
||||
|
||||
The main editor part is hidden (`display:none`). All editors open via `MODAL_GROUP` into the standard `ModalEditorPart` overlay (created on-demand by `EditorParts.createModalEditorPart`). The sessions configuration sets `workbench.editor.useModal` to `'on'`, which causes `findGroup()` to redirect all editor opens to the modal. Click backdrop or press Escape to dismiss.
|
||||
The main editor part is hidden (`display:none`). All editors open via `MODAL_GROUP` into the standard `ModalEditorPart` overlay (created on-demand by `EditorParts.createModalEditorPart`). The sessions configuration sets `workbench.editor.useModal` to `'all'`, which causes `findGroup()` to redirect all editor opens to the modal. Click backdrop or press Escape to dismiss.
|
||||
|
||||
## 5. Chat Widget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user