Skip to content

Commit 9e3f9cc

Browse files
committed
Disable Workspace Trust in tests runtime
- Since VS Code 1.58.1, Workspace Trust will negatively affect tests requiring the standard server so we should disable the feature Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 8542c61 commit 9e3f9cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/runtest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async function main() {
2525
launchArgs: [
2626
testProjectPath,
2727
'--disable-extensions',
28+
'--disable-workspace-trust'
2829
]
2930
});
3031

@@ -41,6 +42,7 @@ async function main() {
4142
launchArgs: [
4243
testProjectPath,
4344
'--disable-extensions',
45+
'--disable-workspace-trust'
4446
]
4547
});
4648
} catch (err) {

0 commit comments

Comments
 (0)