update?
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
"args": {
|
"args": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"workbench.action.closeSidebar",
|
"workbench.action.closeSidebar",
|
||||||
|
"workbench.action.closeAuxiliaryBar",
|
||||||
"workbench.action.closePanel",
|
"workbench.action.closePanel",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -56,6 +57,7 @@
|
|||||||
"args": {
|
"args": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"workbench.action.closeSidebar",
|
"workbench.action.closeSidebar",
|
||||||
|
"workbench.action.closeAuxiliaryBar",
|
||||||
"workbench.action.closePanel",
|
"workbench.action.closePanel",
|
||||||
"workbench.action.closeEditorsInOtherGroups",
|
"workbench.action.closeEditorsInOtherGroups",
|
||||||
"workbench.action.closeOtherEditors"
|
"workbench.action.closeOtherEditors"
|
||||||
@@ -84,6 +86,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "f3",
|
"key": "f3",
|
||||||
"command": "go.languageserver.restart"
|
"command": "workbench.action.toggleLightDarkThemes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "shift+cmd+/",
|
||||||
|
"command": "claude-vscode.sidebar.open"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"search.useParentIgnoreFiles": false,
|
"search.useParentIgnoreFiles": false,
|
||||||
"search.useIgnoreFiles": false,
|
"search.useIgnoreFiles": false,
|
||||||
"problems.visibility": false,
|
"problems.visibility": false,
|
||||||
"editor.cursorStyle": "line",
|
"editor.cursorStyle": "block",
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"git.openRepositoryInParentFolders": "never",
|
||||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||||
"explorer.confirmDragAndDrop": false,
|
"explorer.confirmDragAndDrop": false,
|
||||||
@@ -187,4 +187,19 @@
|
|||||||
},
|
},
|
||||||
"git.suggestSmartCommit": false,
|
"git.suggestSmartCommit": false,
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
|
"claudeCode.preferredLocation": "sidebar",
|
||||||
|
"github.copilot.enable": {
|
||||||
|
"*": false,
|
||||||
|
"plaintext": false,
|
||||||
|
"markdown": false,
|
||||||
|
"scminput": false
|
||||||
|
},
|
||||||
|
"workbench.secondarySideBar.defaultVisibility": "hidden",
|
||||||
|
"inlineChat.lineNaturalLanguageHint": false,
|
||||||
|
"workbench.editor.empty.hint": "hidden",
|
||||||
|
"chat.agent.enabled": false,
|
||||||
|
"chat.disableAIFeatures": true,
|
||||||
|
"workbench.colorTheme": "Default Light+",
|
||||||
|
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
|
||||||
|
"workbench.preferredLightColorTheme": "Visual Studio Light"
|
||||||
}
|
}
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
"caret_extra_bottom": 0,
|
"caret_extra_bottom": 0,
|
||||||
"caret_extra_top": 0,
|
"caret_extra_top": 0,
|
||||||
"caret_extra_width": 1,
|
"caret_extra_width": 1,
|
||||||
"font_size": 15,
|
"font_size": 16,
|
||||||
"color_scheme": "Packages/User/massimo_custom.tmTheme",
|
"color_scheme": "Monokai.sublime-color-scheme",
|
||||||
"translate_tabs_to_spaces": true,
|
"translate_tabs_to_spaces": true,
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
"word_wrap": false,
|
"word_wrap": false,
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"auto_complete": false,
|
"auto_complete": false,
|
||||||
"tab_completion": false,
|
"tab_completion": false,
|
||||||
"mini_diff": false,
|
"mini_diff": false,
|
||||||
"theme": "Default Dark.sublime-theme",
|
"theme": "Adaptive.sublime-theme",
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage",
|
"Vintage",
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ max_editor_width: -1
|
|||||||
line_wrap_is_on_by_default: false
|
line_wrap_is_on_by_default: false
|
||||||
show_line_numbers: false
|
show_line_numbers: false
|
||||||
show_ruler_at_column: 0
|
show_ruler_at_column: 0
|
||||||
colored_titlebar: false
|
colored_titlebar: true
|
||||||
dark_titlebar: true
|
dark_titlebar: false
|
||||||
hide_mouse_when_typing: false
|
hide_mouse_when_typing: false
|
||||||
draw_indent_guides: false
|
draw_indent_guides: false
|
||||||
auto_surround_with_brackets_and_quotes: false
|
auto_surround_with_brackets_and_quotes: false
|
||||||
@@ -402,7 +402,7 @@ Shift-Cmd-F8 go_to_previous_build_error_in_side_pane
|
|||||||
|
|
||||||
[[style]]
|
[[style]]
|
||||||
|
|
||||||
theme: bedroom
|
theme: basic-light
|
||||||
|
|
||||||
[fonts]
|
[fonts]
|
||||||
font: default
|
font: default
|
||||||
|
|||||||
@@ -47,9 +47,9 @@
|
|||||||
"selection_highlight": true,
|
"selection_highlight": true,
|
||||||
|
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "dark",
|
||||||
"light": "Bedroom",
|
"light": "One Light",
|
||||||
"dark": "New Darcula"
|
"dark": "Bedroom"
|
||||||
},
|
},
|
||||||
|
|
||||||
"indent_guides": {
|
"indent_guides": {
|
||||||
|
|||||||
@@ -170,13 +170,13 @@
|
|||||||
"color": "#DADEE5"
|
"color": "#DADEE5"
|
||||||
},
|
},
|
||||||
"boolean": {
|
"boolean": {
|
||||||
"color": "#7FCBCB"
|
"color": "#BBABC3"
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"color": "#88c0db"
|
"color": "#87919D"
|
||||||
},
|
},
|
||||||
"comment.doc": {
|
"comment.doc": {
|
||||||
"color": "#88c0db"
|
"color": "#87919D"
|
||||||
},
|
},
|
||||||
"constant": {
|
"constant": {
|
||||||
"color": "#DADEE5"
|
"color": "#DADEE5"
|
||||||
@@ -215,7 +215,7 @@
|
|||||||
"color": "#7FCBCB"
|
"color": "#7FCBCB"
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"color": "#7FCBCB"
|
"color": "#BBABC3"
|
||||||
},
|
},
|
||||||
"operator": {
|
"operator": {
|
||||||
"color": "#DADEE5"
|
"color": "#DADEE5"
|
||||||
@@ -272,7 +272,7 @@
|
|||||||
"color": "#DADEE5"
|
"color": "#DADEE5"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"color": "#DADEE5"
|
"color": "#85B8DE"
|
||||||
},
|
},
|
||||||
"variable": {
|
"variable": {
|
||||||
"color": "#DADEE5"
|
"color": "#DADEE5"
|
||||||
|
|||||||
Reference in New Issue
Block a user