Skip to content

Commit

Permalink
vscode: Set window.newWindowDimensions to 'inherit'
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Jul 21, 2022
1 parent 38e9e7f commit 259e890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.cursorBlinking": "phase",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.find.addExtraSpaceOnTop": false,
"editor.find.seedSearchStringFromSelection": true,
"editor.find.seedSearchStringFromSelection": "selection",
"editor.fontFamily": "'Native', 'Source Code Pro', monospace",
"editor.formatOnPaste": false,
"editor.highlightActiveIndentGuide": false,
Expand Down Expand Up @@ -53,6 +53,7 @@
"terminal.integrated.lineHeight": 1.2,
"terminal.integrated.macOptionIsMeta": true,
"terminal.integrated.scrollback": 10000,
"window.newWindowDimensions": "inherit",
"window.title": "${activeEditorShort}${separator}${rootName}",
"window.zoomLevel": 0,
"workbench.colorCustomizations": {
Expand Down

0 comments on commit 259e890

Please sign in to comment.