import { RawContextKey } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey"; import { TestExplorerViewMode, TestExplorerViewSorting } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/testing/common/constants"; import { TestRunProfileBitset } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/testing/common/testTypes"; export declare namespace TestingContextKeys { const providerCount: RawContextKey<0>; const canRefreshTests: RawContextKey; const isRefreshingTests: RawContextKey; const isContinuousModeOn: RawContextKey; const hasDebuggableTests: RawContextKey; const hasRunnableTests: RawContextKey; const hasCoverableTests: RawContextKey; const hasNonDefaultProfile: RawContextKey; const hasConfigurableProfile: RawContextKey; const supportsContinuousRun: RawContextKey; const isParentRunningContinuously: RawContextKey; const activeEditorHasTests: RawContextKey; const cursorInsideTestRange: RawContextKey; const isTestCoverageOpen: RawContextKey; const hasCoverageInFile: RawContextKey; const hasPerTestCoverage: RawContextKey; const hasInlineCoverageDetails: RawContextKey; const isCoverageFilteredToTest: RawContextKey; const coverageToolbarEnabled: RawContextKey; const inlineCoverageEnabled: RawContextKey; const canGoToRelatedCode: RawContextKey; const canGoToRelatedTest: RawContextKey; const peekHasStack: RawContextKey; const capabilityToContextKey: { [K in TestRunProfileBitset]: RawContextKey; }; const hasAnyResults: RawContextKey; const viewMode: RawContextKey; const viewSorting: RawContextKey; const isRunning: RawContextKey; const isInPeek: RawContextKey; const isPeekVisible: RawContextKey; const peekItemType: RawContextKey; const controllerId: RawContextKey; const testItemExtId: RawContextKey; const testItemHasUri: RawContextKey; const testItemIsHidden: RawContextKey; const testMessageContext: RawContextKey; const testResultOutdated: RawContextKey; const testResultState: RawContextKey; const testProfileContextGroup: RawContextKey; }