You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ export class InlineCompletionContextKeys extends Disposable {
15
15
publicstaticreadonlyinlineSuggestionVisible=newRawContextKey<boolean>('inlineSuggestionVisible',false,localize('inlineSuggestionVisible',"Whether an inline suggestion is visible"));
16
16
publicstaticreadonlyinlineSuggestionHasIndentation=newRawContextKey<boolean>('inlineSuggestionHasIndentation',false,localize('inlineSuggestionHasIndentation',"Whether the inline suggestion starts with whitespace"));
17
17
publicstaticreadonlyinlineSuggestionHasIndentationLessThanTabSize=newRawContextKey<boolean>('inlineSuggestionHasIndentationLessThanTabSize',true,localize('inlineSuggestionHasIndentationLessThanTabSize',"Whether the inline suggestion starts with whitespace that is less than what would be inserted by tab"));
18
-
publicstaticreadonlyalwaysShowInlineSuggestionToolbar=newRawContextKey<boolean>('alwaysShowInlineSuggestionToolbar',false,localize('alwaysShowInlineSuggestionToolbar',"Whether the inline suggestion toolbar should always be visible"));
19
18
publicstaticreadonlysuppressSuggestions=newRawContextKey<boolean|undefined>('inlineSuggestionSuppressSuggestions',undefined,localize('suppressSuggestions',"Whether suggestions should be suppressed for the current suggestion"));
0 commit comments