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 e624120 commit 51f0770Copy full SHA for 51f0770
src/test/unittest/adapter/factory.unit.test.ts
@@ -41,7 +41,7 @@ suite('Debugging - Adapter Factory', () => {
41
42
const nodeExecutable = undefined;
43
const debugAdapterPath = path.join(EXTENSION_ROOT_DIR, 'bundled', 'libs', 'debugpy', 'adapter');
44
- const pythonPath = path.join('path', 'to', 'pythonA', 'interpreter');
+ const pythonPath = path.join('path', 'to', 'python', 'interpreter');
45
const interpreter = {
46
architecture: Architecture.Unknown,
47
path: pythonPath,
0 commit comments