Initial commit
This commit is contained in:
1
vscode/chatLanguageModels.json
Normal file
1
vscode/chatLanguageModels.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
23
vscode/keybindings.json
Normal file
23
vscode/keybindings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "-workbench.action.openRecent"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "-workbench.action.terminal.runRecentCommand"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "-workbench.action.terminal.chat.rerunRequest"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "workbench.action.reloadWindow"
|
||||
}
|
||||
]
|
||||
11
vscode/settings.json
Normal file
11
vscode/settings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.inlayHints.enabled": "off",
|
||||
"editor.hover.enabled": "off",
|
||||
"claudeCode.preferredLocation": "panel",
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"editor.rulers": [
|
||||
60,
|
||||
78
|
||||
],
|
||||
"explorer.confirmDelete": false
|
||||
}
|
||||
Reference in New Issue
Block a user