Skip to content

Commit 5abf1a4

Browse files
committed
Ensure required codelldb extension is installed for integration tests
1 parent f54e5e3 commit 5abf1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = defineConfig({
5353
},
5454
},
5555
reuseMachineInstall: !isCIBuild,
56+
installExtensions: ["vadimcn.vscode-lldb"],
5657
},
5758
{
5859
label: "unitTests",

0 commit comments

Comments
 (0)