Skip to content

Commit 4d2b9e2

Browse files
Copilotrzhao271
andauthored
Rename 'target workspace' to 'target_workspace' to fix Windows path issues
Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/ccac6482-1eac-4b3b-96a4-08d7ea54b17f Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent dbff841 commit 4d2b9e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/testing/common/testingAdapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ suite('End to End Tests: test adapters', () => {
6969
'testTestingRootWkspc',
7070
'symlinkWorkspace',
7171
);
72-
const nestedTarget = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'src', 'testTestingRootWkspc', 'target workspace');
72+
const nestedTarget = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'src', 'testTestingRootWkspc', 'target_workspace');
7373
const nestedSymlink = path.join(
7474
EXTENSION_ROOT_DIR_FOR_TESTS,
7575
'src',

src/testTestingRootWkspc/target workspace/custom_sub_folder/test_simple.py renamed to src/testTestingRootWkspc/target_workspace/custom_sub_folder/test_simple.py

File renamed without changes.

0 commit comments

Comments
 (0)