We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66a377 commit 6730ad3Copy full SHA for 6730ad3
src/test/api.functional.test.ts
@@ -20,7 +20,7 @@ import { IServiceContainer, IServiceManager } from '../client/ioc/types';
20
import { IDiscoveryAPI } from '../client/pythonEnvironments/base/locator';
21
import * as pythonDebugger from '../client/debugger/pythonDebugger';
22
import { JupyterExtensionPythonEnvironments, JupyterPythonEnvironmentApi } from '../client/jupyter/jupyterIntegration';
23
-import { EventEmitter, type Uri } from 'vscode';
+import { EventEmitter, Uri } from 'vscode';
24
25
suite('Extension API', () => {
26
const debuggerPath = path.join(EXTENSION_ROOT_DIR, 'python_files', 'lib', 'python', 'debugpy');
0 commit comments