mirror of
https://github.com/coder/code-server.git
synced 2026-05-09 13:57:26 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -56,7 +56,7 @@ registerSingleton(IPeekViewService, class implements IPeekViewService {
|
||||
});
|
||||
|
||||
export namespace PeekContext {
|
||||
export const inPeekEditor = new RawContextKey<boolean>('inReferenceSearchEditor', true);
|
||||
export const inPeekEditor = new RawContextKey<boolean>('inReferenceSearchEditor', true, nls.localize('inReferenceSearchEditor', "Whether the current code editor is embedded inside peek"));
|
||||
export const notInPeekEditor = inPeekEditor.toNegated();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user