macOS: Window position is not being restored when shell-integration-features has disabled features #6938
Unanswered
oaleynik
asked this question in
Issue Triage
Replies: 1 comment 1 reply
-
The documentation does say specific features require shell-integration but does not say which ones i dont have mac so I cant test this but the ordering of shell-integration features and window-save state might be a bug |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋🏻
Just trying to triage if this is a bug or if it just needs a documentation update.
When the configuration file has
shell-integration-features = no-cursor
but does not explicitly specifywindow-save-state = <any>
, the window position and tabs will not be restored after a restart. Additionally, ifwindow-save-state
appears aftershell-integration-features
, the window position will not be restored. To make it work,shell-integration-features
should be placed afterwindow-save-state
.Beta Was this translation helpful? Give feedback.
All reactions