File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { SelectionClipboardContributionID } from '../../codeEditor/browser/selec
38
38
import { MenuId } from '../../../../platform/actions/common/actions.js' ;
39
39
import { ContentHoverController } from '../../../../editor/contrib/hover/browser/contentHoverController.js' ;
40
40
import { GlyphHoverController } from '../../../../editor/contrib/hover/browser/glyphHoverController.js' ;
41
+ import { PlaceholderTextContribution } from '../../../../editor/contrib/placeholderText/browser/placeholderTextContribution.js' ;
41
42
42
43
export const ctxCommentEditorFocused = new RawContextKey < boolean > ( 'commentEditorFocused' , false ) ;
43
44
export const MIN_EDITOR_HEIGHT = 5 * 18 ;
@@ -84,6 +85,7 @@ export class SimpleCommentEditor extends CodeEditorWidget {
84
85
SelectionClipboardContributionID ,
85
86
InlineCompletionsController . ID ,
86
87
CodeActionController . ID ,
88
+ PlaceholderTextContribution . ID
87
89
] )
88
90
] ,
89
91
contextMenuId : MenuId . SimpleEditorContext
You can’t perform that action at this time.
0 commit comments