File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/vs/workbench/contrib/chat/browser/actions Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import { ICodeBlockActionContext } from 'vs/workbench/contrib/chat/browser/codeB
31
31
import { CONTEXT_IN_CHAT_INPUT , CONTEXT_IN_CHAT_SESSION , CONTEXT_PROVIDER_EXISTS } from 'vs/workbench/contrib/chat/common/chatContextKeys' ;
32
32
import { ChatCopyKind , IChatService , IDocumentContext } from 'vs/workbench/contrib/chat/common/chatService' ;
33
33
import { IChatResponseViewModel , isResponseVM } from 'vs/workbench/contrib/chat/common/chatViewModel' ;
34
- import { CTX_INLINE_CHAT_VISIBLE } from 'vs/workbench/contrib/inlineChat/common/inlineChat' ;
35
34
import { insertCell } from 'vs/workbench/contrib/notebook/browser/controller/cellOperations' ;
36
35
import { INotebookEditor } from 'vs/workbench/contrib/notebook/browser/notebookBrowser' ;
37
36
import { CellKind , NOTEBOOK_EDITOR_ID } from 'vs/workbench/contrib/notebook/common/notebookCommon' ;
@@ -423,11 +422,6 @@ export function registerChatCodeBlockActions() {
423
422
CONTEXT_IN_CHAT_SESSION ,
424
423
...shellLangIds . map ( e => ContextKeyExpr . notEquals ( EditorContextKeys . languageId . key , e ) )
425
424
)
426
- } ,
427
- {
428
- id : MenuId . ChatCodeBlock ,
429
- group : 'navigation' ,
430
- when : CTX_INLINE_CHAT_VISIBLE ,
431
425
} ] ,
432
426
keybinding : [ {
433
427
primary : KeyMod . CtrlCmd | KeyMod . Alt | KeyCode . Enter ,
You can’t perform that action at this time.
0 commit comments