🔧 Updated vscodium settings
This commit is contained in:
parent
3d7e8d8759
commit
0f0c416602
120 changed files with 237 additions and 103 deletions
|
|
@ -2,7 +2,12 @@
|
|||
"userDataProfilesMigration": true,
|
||||
"profileAssociations": {
|
||||
"workspaces": {
|
||||
"file:///home/brian/Documents/Code/siimee/frontend": "__default__profile__"
|
||||
"file:///home/brian/Documents/Code/siimee/frontend": "__default__profile__",
|
||||
"file:///home/brian/Documents/Code/javascript/city_stats_v2/backend": "__default__profile__",
|
||||
"file:///home/brian/Documents/Code/web_tutorials/web_dev_simplified/learn_react_intro": "__default__profile__",
|
||||
"file:///home/brian/Documents/Code/javascript/city_stats_v2/backend/tests": "__default__profile__",
|
||||
"file:///home/brian/Documents/Code/javascript/vite_via_nginx/frontend": "__default__profile__",
|
||||
"file:///home/brian/Documents/Code/blog": "__default__profile__"
|
||||
},
|
||||
"emptyWindows": {}
|
||||
},
|
||||
|
|
@ -12,7 +17,7 @@
|
|||
"workspaces": [],
|
||||
"folders": [
|
||||
{
|
||||
"folderUri": "file:///home/brian/Documents/Code/siimee/frontend"
|
||||
"folderUri": "file:///home/brian/Documents/Code/blog"
|
||||
}
|
||||
],
|
||||
"emptyWindows": []
|
||||
|
|
@ -60,6 +65,50 @@
|
|||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "openRecentFolder",
|
||||
"uri": {
|
||||
"$mid": 1,
|
||||
"external": "file:///home/brian/Documents/Code/blog",
|
||||
"path": "/home/brian/Documents/Code/blog",
|
||||
"scheme": "file"
|
||||
},
|
||||
"enabled": true,
|
||||
"label": "~/Documents/Code/blog"
|
||||
},
|
||||
{
|
||||
"id": "openRecentFolder",
|
||||
"uri": {
|
||||
"$mid": 1,
|
||||
"external": "file:///home/brian/Documents/Code/javascript/city_stats_v2/backend/tests",
|
||||
"path": "/home/brian/Documents/Code/javascript/city_stats_v2/backend/tests",
|
||||
"scheme": "file"
|
||||
},
|
||||
"enabled": true,
|
||||
"label": "~/Documents/Code/javascript/city_stats_v2/backend/tests"
|
||||
},
|
||||
{
|
||||
"id": "openRecentFolder",
|
||||
"uri": {
|
||||
"$mid": 1,
|
||||
"external": "file:///home/brian/Documents/Code/web_tutorials/web_dev_simplified/learn_react_intro",
|
||||
"path": "/home/brian/Documents/Code/web_tutorials/web_dev_simplified/learn_react_intro",
|
||||
"scheme": "file"
|
||||
},
|
||||
"enabled": true,
|
||||
"label": "~/Documents/Code/web_tutorials/web_dev_simplified/learn_react_intro"
|
||||
},
|
||||
{
|
||||
"id": "openRecentFolder",
|
||||
"uri": {
|
||||
"$mid": 1,
|
||||
"external": "file:///home/brian/Documents/Code/javascript/city_stats_v2/backend",
|
||||
"path": "/home/brian/Documents/Code/javascript/city_stats_v2/backend",
|
||||
"scheme": "file"
|
||||
},
|
||||
"enabled": true,
|
||||
"label": "~/Documents/Code/javascript/city_stats_v2/backend"
|
||||
},
|
||||
{
|
||||
"id": "openRecentFolder",
|
||||
"uri": {
|
||||
|
|
@ -108,7 +157,7 @@
|
|||
},
|
||||
{
|
||||
"id": "workbench.action.clearRecentFiles",
|
||||
"label": "&&Clear Recently Opened"
|
||||
"label": "&&Clear Recently Opened..."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -133,11 +182,13 @@
|
|||
},
|
||||
{
|
||||
"id": "workbench.action.files.save",
|
||||
"label": "&&Save"
|
||||
"label": "&&Save",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.files.saveAs",
|
||||
"label": "Save &&As..."
|
||||
"label": "Save &&As...",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "saveAll",
|
||||
|
|
@ -152,6 +203,13 @@
|
|||
"label": "Share",
|
||||
"submenu": {
|
||||
"items": [
|
||||
{
|
||||
"id": "github.copyVscodeDevLinkFile",
|
||||
"label": "Copy vscode.dev Link"
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.profiles.actions.exportProfile",
|
||||
"label": "Export Profile (Default)..."
|
||||
|
|
@ -218,9 +276,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.openSettings",
|
||||
"label": "&&Settings"
|
||||
|
|
@ -276,11 +331,13 @@
|
|||
},
|
||||
{
|
||||
"id": "workbench.action.files.revert",
|
||||
"label": "Re&&vert File"
|
||||
"label": "Re&&vert File",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.closeActiveEditor",
|
||||
"label": "&&Close Editor"
|
||||
"label": "&&Close Editor",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.closeFolder",
|
||||
|
|
@ -320,22 +377,6 @@
|
|||
"id": "editor.action.clipboardCopyAction",
|
||||
"label": "&&Copy"
|
||||
},
|
||||
{
|
||||
"id": "submenuitem.MenubarCopy",
|
||||
"label": "Copy As",
|
||||
"submenu": {
|
||||
"items": [
|
||||
{
|
||||
"id": "gitlens.copyRemoteFileUrlToClipboard",
|
||||
"label": "Copy Remote File URL"
|
||||
},
|
||||
{
|
||||
"id": "gitlens.copyRemoteFileUrlFrom",
|
||||
"label": "Copy Remote File URL From..."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "editor.action.clipboardPasteAction",
|
||||
"label": "&&Paste"
|
||||
|
|
@ -345,11 +386,13 @@
|
|||
},
|
||||
{
|
||||
"id": "actions.find",
|
||||
"label": "&&Find"
|
||||
"label": "&&Find",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "editor.action.startFindReplaceAction",
|
||||
"label": "&&Replace"
|
||||
"label": "&&Replace",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
|
|
@ -491,8 +534,7 @@
|
|||
},
|
||||
{
|
||||
"id": "workbench.action.toggleMenuBar",
|
||||
"label": "Menu &&Bar",
|
||||
"checked": true
|
||||
"label": "Menu &&Bar"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.toggleSidebarVisibility",
|
||||
|
|
@ -507,15 +549,14 @@
|
|||
"label": "S&&tatus Bar",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.toggleActivityBarVisibility",
|
||||
"label": "&&Activity Bar",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.togglePanel",
|
||||
"label": "&&Panel"
|
||||
},
|
||||
{
|
||||
"id": "toggle.toggleCustomTitleBar",
|
||||
"label": "Custom Title Bar"
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
|
|
@ -523,6 +564,27 @@
|
|||
"id": "workbench.action.toggleSidebarPosition",
|
||||
"label": "&&Move Primary Side Bar Left"
|
||||
},
|
||||
{
|
||||
"id": "submenuitem.ActivityBarPositionMenu",
|
||||
"label": "Activity Bar Position",
|
||||
"submenu": {
|
||||
"items": [
|
||||
{
|
||||
"id": "workbench.action.activityBarLocation.side",
|
||||
"label": "&&Side",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.activityBarLocation.top",
|
||||
"label": "&&Top"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.activityBarLocation.hide",
|
||||
"label": "&&Hidden"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "submenuitem.PanelPositionMenu",
|
||||
"label": "Panel Position",
|
||||
|
|
@ -569,6 +631,48 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "submenuitem.EditorTabsBarShowTabsSubmenu",
|
||||
"label": "Tab Bar",
|
||||
"submenu": {
|
||||
"items": [
|
||||
{
|
||||
"id": "workbench.action.showMultipleEditorTabs",
|
||||
"label": "Multiple Tabs",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.showEditorTab",
|
||||
"label": "Single Tab"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.hideEditorTabs",
|
||||
"label": "Hidden"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "submenuitem.EditorActionsPositionSubmenu",
|
||||
"label": "Editor Actions Position",
|
||||
"submenu": {
|
||||
"items": [
|
||||
{
|
||||
"id": "workbench.action.editorActionsDefault",
|
||||
"label": "Tab Bar",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.editorActionsTitleBar",
|
||||
"label": "Title Bar"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.hideEditorActions",
|
||||
"label": "Hidden"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
|
|
@ -581,6 +685,11 @@
|
|||
"label": "&&Breadcrumbs",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "editor.action.toggleStickyScroll",
|
||||
"label": "&&Sticky Scroll",
|
||||
"checked": true
|
||||
},
|
||||
{
|
||||
"id": "editor.action.toggleRenderWhitespace",
|
||||
"label": "&&Render Whitespace",
|
||||
|
|
@ -640,6 +749,17 @@
|
|||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.moveEditorToNewWindow",
|
||||
"label": "&&Move Editor into New Window"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.copyEditorToNewWindow",
|
||||
"label": "&&Copy Editor into New Window"
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.editorLayoutSingle",
|
||||
"label": "&&Single"
|
||||
|
|
@ -729,11 +849,8 @@
|
|||
},
|
||||
{
|
||||
"id": "editor.action.toggleWordWrap",
|
||||
"label": "&&Word Wrap"
|
||||
},
|
||||
{
|
||||
"id": "editor.action.toggleStickyScroll",
|
||||
"label": "&&Sticky Scroll"
|
||||
"label": "&&Word Wrap",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -819,45 +936,54 @@
|
|||
},
|
||||
{
|
||||
"id": "workbench.action.focusThirdEditorGroup",
|
||||
"label": "Group &&3"
|
||||
"label": "Group &&3",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusFourthEditorGroup",
|
||||
"label": "Group &&4"
|
||||
"label": "Group &&4",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusFifthEditorGroup",
|
||||
"label": "Group &&5"
|
||||
"label": "Group &&5",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusNextGroup",
|
||||
"label": "&&Next Group"
|
||||
"label": "&&Next Group",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusPreviousGroup",
|
||||
"label": "&&Previous Group"
|
||||
"label": "&&Previous Group",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusLeftGroup",
|
||||
"label": "Group &&Left"
|
||||
"label": "Group &&Left",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusRightGroup",
|
||||
"label": "Group &&Right"
|
||||
"label": "Group &&Right",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusAboveGroup",
|
||||
"label": "Group &&Above"
|
||||
"label": "Group &&Above",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.focusBelowGroup",
|
||||
"label": "Group &&Below"
|
||||
"label": "Group &&Below",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1021,6 +1147,10 @@
|
|||
{
|
||||
"id": "editor.debug.action.addLogPoint",
|
||||
"label": "&&Logpoint..."
|
||||
},
|
||||
{
|
||||
"id": "editor.debug.action.triggerByBreakpoint",
|
||||
"label": "&&Triggered Breakpoint..."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1150,10 +1280,6 @@
|
|||
{
|
||||
"id": "vscode.menubar.separator"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.openTwitterUrl",
|
||||
"label": "&&Join Us on Twitter"
|
||||
},
|
||||
{
|
||||
"id": "workbench.action.openRequestFeatureUrl",
|
||||
"label": "&&Search Feature Requests"
|
||||
|
|
@ -1407,6 +1533,11 @@
|
|||
"isNative": false,
|
||||
"userSettingsLabel": "ctrl+k ctrl+shift+\\"
|
||||
},
|
||||
"workbench.action.copyEditorToNewWindow": {
|
||||
"label": "Ctrl+K O",
|
||||
"isNative": false,
|
||||
"userSettingsLabel": "ctrl+k o"
|
||||
},
|
||||
"workbench.action.toggleEditorGroupLayout": {
|
||||
"label": "Shift+Alt+0",
|
||||
"userSettingsLabel": "shift+alt+0"
|
||||
|
|
@ -1420,9 +1551,8 @@
|
|||
"userSettingsLabel": "ctrl+shift+f"
|
||||
},
|
||||
"workbench.view.scm": {
|
||||
"label": "Ctrl+Shift+G G",
|
||||
"isNative": false,
|
||||
"userSettingsLabel": "ctrl+shift+g g"
|
||||
"label": "Ctrl+Shift+G",
|
||||
"userSettingsLabel": "ctrl+shift+g"
|
||||
},
|
||||
"workbench.view.debug": {
|
||||
"label": "Ctrl+Shift+D",
|
||||
|
|
@ -1463,12 +1593,12 @@
|
|||
"userSettingsLabel": "ctrl+k ctrl+q"
|
||||
},
|
||||
"workbench.action.nextEditor": {
|
||||
"label": "Ctrl+PageDown",
|
||||
"userSettingsLabel": "ctrl+pagedown"
|
||||
"label": "Alt+Right",
|
||||
"userSettingsLabel": "alt+right"
|
||||
},
|
||||
"workbench.action.previousEditor": {
|
||||
"label": "Ctrl+PageUp",
|
||||
"userSettingsLabel": "ctrl+pageup"
|
||||
"label": "Alt+Left",
|
||||
"userSettingsLabel": "alt+left"
|
||||
},
|
||||
"workbench.action.nextEditorInGroup": {
|
||||
"label": "Ctrl+K Ctrl+PageDown",
|
||||
|
|
@ -1628,19 +1758,19 @@
|
|||
}
|
||||
},
|
||||
"theme": "vs-dark",
|
||||
"themeBackground": "#272822",
|
||||
"themeBackground": "#232731",
|
||||
"windowSplash": {
|
||||
"zoomLevel": 0,
|
||||
"baseTheme": "vs-dark",
|
||||
"colorInfo": {
|
||||
"foreground": "#cccccc",
|
||||
"background": "#272822",
|
||||
"editorBackground": "#272822",
|
||||
"titleBarBackground": "#1e1f1c",
|
||||
"activityBarBackground": "#272822",
|
||||
"sideBarBackground": "#1e1f1c",
|
||||
"statusBarBackground": "#414339",
|
||||
"statusBarNoFolderBackground": "#414339"
|
||||
"foreground": "#d8dee9",
|
||||
"background": "#232731",
|
||||
"editorBackground": "#232731",
|
||||
"titleBarBackground": "#232731",
|
||||
"activityBarBackground": "#292d38",
|
||||
"sideBarBackground": "#232731",
|
||||
"statusBarBackground": "#292d38",
|
||||
"statusBarNoFolderBackground": "#3b4252"
|
||||
},
|
||||
"layoutInfo": {
|
||||
"sideBarSide": "right",
|
||||
|
|
@ -1654,16 +1784,17 @@
|
|||
},
|
||||
"windowsState": {
|
||||
"lastActiveWindow": {
|
||||
"folder": "file:///home/brian/Documents/Code/siimee/frontend",
|
||||
"backupPath": "/home/brian/.config/VSCodium/Backups/aa2810aaebb23feca44995ed71531b06",
|
||||
"folder": "file:///home/brian/Documents/Code/blog",
|
||||
"backupPath": "/home/brian/.config/VSCodium/Backups/f9fe8c0c73f98fd9cad4d38a675ce52a",
|
||||
"uiState": {
|
||||
"mode": 1,
|
||||
"x": 505,
|
||||
"y": 65,
|
||||
"width": 1554,
|
||||
"height": 957
|
||||
"x": 9,
|
||||
"y": 9,
|
||||
"width": 1267,
|
||||
"height": 1062
|
||||
}
|
||||
},
|
||||
"openedWindows": []
|
||||
}
|
||||
},
|
||||
"telemetry.sqmId": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue