Skip to content

Commit da54831

Browse files
authored
Load projects with multi root workspaces (#2791)
1 parent 3f77abf commit da54831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export const setup = async (extension: IExtension) => {
159159
return
160160
}
161161

162-
extension.setRoots()
162+
await extension.setRoots()
163163

164164
const { isAvailable, isCompatible } = await extensionCanRunCli(extension, cwd)
165165

0 commit comments

Comments
 (0)