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
Setting item "window.menuBarVisibility" should be "window.menuBarVisibility.windows", and exists on all platforms(windows, linux, osx).
When I copy the setting file (contains "window.mentBarVisibility") from windows to mac, vscode would give a warning: "Unknown configure setting". This almost drive me crazy.
I hope this configure setting would exists on all platforms, including windows, linux and osx, so that the warning would not exist.
However, this setting is only valid on windows. So I think it would be change to "window.menuBarVisibility.windows".
The text was updated successfully, but these errors were encountered:
Setting item "window.menuBarVisibility" should be "window.menuBarVisibility.windows", and exists on all platforms(windows, linux, osx).
When I copy the setting file (contains "window.mentBarVisibility") from windows to mac, vscode would give a warning: "Unknown configure setting". This almost drive me crazy.
I hope this configure setting would exists on all platforms, including windows, linux and osx, so that the warning would not exist.
However, this setting is only valid on windows. So I think it would be change to "window.menuBarVisibility.windows".
The text was updated successfully, but these errors were encountered: