Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 817ac8f

Browse files
committed
FIX: Plugins weren't loaded when running via bundled stree
1 parent 8cd6bc9 commit 817ac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export async function activate(context: ExtensionContext) {
9595

9696
try {
9797
await promiseExec("bundle show syntax_tree", { cwd });
98-
run = { command: "bundle", args: ["exec", "stree", "lsp"], options: { cwd } };
98+
run = { command: "bundle", args: ["exec", "stree"].concat(args), options: { cwd } };
9999
where = 'bundled';
100100
} catch {
101101
// No-op (just keep using the global stree)

0 commit comments

Comments
 (0)