Skip to content

Commit b5989c8

Browse files
authored
chore(vscode): for tests tell it to install extension (#4617)
1 parent 2e4b441 commit b5989c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode/extension/tests/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const startVSCode = async (workspaceDir: string): Promise<{
3232
`--extensionDevelopmentPath=${EXT_PATH}`,
3333
'--disable-workspace-trust',
3434
'--disable-telemetry',
35+
'--install-extension=ms-python.python',
3536
`--user-data-dir=${userDataDir}`,
3637
workspaceDir,
3738
];

0 commit comments

Comments
 (0)