microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.86k stars 29.51k forks source link

Window not restored to its previous location and size #24227

Closed mattbanks closed 7 years ago

mattbanks commented 7 years ago

After updating to v1.11.0 (and 1.11.1), setting "window.newWindowDimensions": "inherit" no longer works. Every new window opens at the default position and size.

Extension Author Version
EditorConfig EditorConfig 0.6.2
material-icon-theme PKief 2.0.3
vscode-docker PeterJausovec 0.0.13
html-css-class-completion Zignd 1.0.3
html-snippets abusaidm 0.1.0
vscode-twig-pack bajdzis 1.0.0
python donjayamanne 0.6.0
vue-snippets hollowtree 0.1.1
Go lukehoban 0.6.59
atom-keybindings ms-vscode 2.0.1
color-highlight naumovs 1.3.2
Ruby rebornix 0.10.4
linter-xo samverschueren 2.1.3
wordpress-snippet tungvn 1.1.2
JavaScriptSnippets xabikos 1.4.0
Material-theme zhuangtongfa 2.4.0 ;

Steps to Reproduce:

  1. Update to v1.11.x
  2. Verify "window.newWindowDimensions": "inherit" is set in settings.json
  3. Close editor
  4. Open new editor
  5. Observe default position and size for new window
bpasero commented 7 years ago

@kballard that is weird, that would be exactly the scenario I have fixed in insiders build. I can not reproduce when I try:

flicker_chrome58

vscodebot[bot] commented 7 years ago

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.