|
|
@@ -203,6 +203,11 @@
|
|
|
"title": "%command.addToContext.title%",
|
|
|
"category": "%configuration.title%"
|
|
|
},
|
|
|
+ {
|
|
|
+ "command": "kilo-code.addToContextAndFocus",
|
|
|
+ "title": "Add to Context and Focus",
|
|
|
+ "category": "%configuration.title%"
|
|
|
+ },
|
|
|
{
|
|
|
"command": "kilo-code.newTask",
|
|
|
"title": "%command.newTask.title%",
|
|
|
@@ -278,11 +283,6 @@
|
|
|
"title": "%ghost.commands.applyAllSuggestions%",
|
|
|
"category": "%configuration.title%"
|
|
|
},
|
|
|
- {
|
|
|
- "command": "kilo-code.ghost.promptCodeSuggestion",
|
|
|
- "title": "%ghost.commands.promptCodeSuggestion%",
|
|
|
- "category": "%configuration.title%"
|
|
|
- },
|
|
|
{
|
|
|
"command": "kilo-code.ghost.goToNextSuggestion",
|
|
|
"title": "%ghost.commands.goToNextSuggestion%",
|
|
|
@@ -459,12 +459,6 @@
|
|
|
"key": "escape",
|
|
|
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
|
|
|
},
|
|
|
- {
|
|
|
- "command": "kilo-code.ghost.promptCodeSuggestion",
|
|
|
- "key": "ctrl+i",
|
|
|
- "mac": "cmd+i",
|
|
|
- "when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.enableQuickInlineTaskKeybinding && !github.copilot.completions.enabled"
|
|
|
- },
|
|
|
{
|
|
|
"command": "kilo-code.ghost.generateSuggestions",
|
|
|
"key": "ctrl+l",
|
|
|
@@ -477,12 +471,6 @@
|
|
|
"mac": "cmd+l",
|
|
|
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.enableSmartInlineTaskKeybinding && github.copilot.completions.enabled"
|
|
|
},
|
|
|
- {
|
|
|
- "command": "kilo-code.ghost.showIncompatibilityExtensionPopup",
|
|
|
- "key": "ctrl+i",
|
|
|
- "mac": "cmd+i",
|
|
|
- "when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.enableQuickInlineTaskKeybinding && github.copilot.completions.enabled"
|
|
|
- },
|
|
|
{
|
|
|
"command": "kilo-code.generateTerminalCommand",
|
|
|
"key": "ctrl+shift+g",
|
|
|
@@ -496,6 +484,20 @@
|
|
|
"linux": "ctrl+y",
|
|
|
"when": "editorTextFocus && editorHasSelection"
|
|
|
},
|
|
|
+ {
|
|
|
+ "command": "kilo-code.addToContextAndFocus",
|
|
|
+ "key": "ctrl+i",
|
|
|
+ "mac": "cmd+i",
|
|
|
+ "win": "ctrl+i",
|
|
|
+ "linux": "ctrl+i",
|
|
|
+ "when": "editorTextFocus && !github.copilot.completions.enabled && kilocode.ghost.enableQuickInlineTaskKeybinding"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "command": "kilo-code.ghost.showIncompatibilityExtensionPopup",
|
|
|
+ "key": "ctrl+i",
|
|
|
+ "mac": "cmd+i",
|
|
|
+ "when": "editorTextFocus && github.copilot.completions.enabled && kilocode.ghost.enableQuickInlineTaskKeybinding"
|
|
|
+ },
|
|
|
{
|
|
|
"command": "kilo-code.toggleAutoApprove",
|
|
|
"key": "cmd+alt+a",
|