We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e942c6 commit eec9bbeCopy full SHA for eec9bbe
src/test/unittest/noConfigDebugInit.unit.test.ts
@@ -49,7 +49,7 @@ suite('setup for no-config debug scenario', function () {
49
workspaceUriStub.restore();
50
});
51
52
- test('should add environment variables for DEBUGPY_ADAPTER_ENDPOINTS, BUNDLED_DEBUGPY_PATH, and PATH', async () => {
+ test('should add environment variables for VSCODE_DEBUGPY_ADAPTER_ENDPOINTS, BUNDLED_DEBUGPY_PATH, and PATH', async () => {
53
const environmentVariableCollectionMock = TypeMoq.Mock.ofType<any>();
54
envVarCollectionReplaceStub = sinon.stub();
55
envVarCollectionAppendStub = sinon.stub();
0 commit comments