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
publicstaticreadonlyinlineSuggestionVisible=newRawContextKey<boolean>('inlineSuggestionVisible',false,nls.localize('inlineSuggestionVisible',"Whether an inline suggestion is visible"));
22
+
publicstaticreadonlyinlineSuggestionVisible=newRawContextKey<boolean>('inlineSuggestionVisible',false,nls.localize('inlineSuggestionVisible',"Whether an inline suggestion is visible"));
23
23
publicstaticreadonlyinlineSuggestionHasIndentation=newRawContextKey<boolean>('inlineSuggestionHasIndentation',false,nls.localize('inlineSuggestionHasIndentation',"Whether the inline suggestion starts with whitespace"));
24
24
25
25
staticID='editor.contrib.ghostTextController';
@@ -50,6 +50,9 @@ export class GhostTextController extends Disposable {
0 commit comments