Skip to content

Commit

Permalink
Merge pull request #14 from Dirtylowdown/patch-1
Browse files Browse the repository at this point in the history
editor
  • Loading branch information
meslubi2021 authored Jan 10, 2025
2 parents e7d0389 + f7a7324 commit 283a1ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"workbench.editor.defaultBinaryEditor": "vscode.videoPreview",
"workbench.editor.doubleClickTabToToggleEditorGroupSizes": "maximize",
"workbench.editor.autoLockGroups": {
"mainThreadWebview-markdown.preview": true
},
"workbench.editor.centeredLayoutFixedWidth": true,
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.labelFormat": "long",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.excludeDirty": true,
"workbench.editor.limit.perEditorGroup": true,
"workbench.editor.openSideBySideDirection": "down",
"workbench.editor.preferHistoryBasedLanguageDetection": true,
"workbench.editor.preventPinnedEditorClose": "keyboard",
"workbench.editor.revealIfOpen": true,
"workbench.editor.sharedViewState": true,
"workbench.editor.titleScrollbarSizing": "large",
"workbench.editor.untitled.labelFormat": "name",
"terminal.integrated.commandsToSkipShell": [
""
]
}

0 comments on commit 283a1ba

Please sign in to comment.