update vscode
This commit is contained in:
6
vscodeEvalExtension/node_modules/@vscode/test-cli/out/index.d.cts
generated
vendored
Normal file
6
vscodeEvalExtension/node_modules/@vscode/test-cli/out/index.d.cts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { TestConfiguration } from './config.cjs';
|
||||
export * from './config.cjs';
|
||||
export * from './fullJsonStreamReporterTypes.cjs';
|
||||
type AnyConfiguration = TestConfiguration | TestConfiguration[];
|
||||
type AnyConfigurationOrPromise = AnyConfiguration | Promise<AnyConfiguration>;
|
||||
export declare const defineConfig: (config: AnyConfigurationOrPromise | (() => AnyConfigurationOrPromise)) => AnyConfigurationOrPromise | (() => AnyConfigurationOrPromise);
|
||||
Reference in New Issue
Block a user