-
Notifications
You must be signed in to change notification settings - Fork 118
Description
-
"window.nativeTabs"now that we have Open new windows in native tabs if option is set posit-dev/positron#9159- Personally also use
"window.openFoldersInNewWindow": "on"
- Personally also use
-
File: Open Recent...withCmd + Clickoption to open in new window -
"window.newWindowDimensions": "inherit"if you dont use native tabs -
"window.title": "${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${activeRepositoryBranchName}"- Weirdly useful for knowing where I am
-
Air related settings, using
Air: Initialize Workspace Folder -
Language specific
"editor.rulers" -
"files.insertFinalNewline": trueand"files.trimFinalNewlines": true -
"search.quickOpen.includeSymbols": trueto reproduce RStudio'sFind file/functionfeature, this is 🔥. MakesCmd + Pinclude function names alongside file names. -
"debug.closeReadonlyTabsOnEnd": trueto close debug tabs when debugger ends (does it work with virtual docs?) -
Customised look
"workbench.activityBar.location": "top""workbench.tree.renderIndentGuides": "none""terminal.integrated.lineHeight": 1.3"workbench.tree.indent": 14
-
Git related
"git.closeDiffOnOperation": trueto auto close diff editors when you commit the file"diffEditor.ignoreTrimWhitespace": falsei think this should be on by default