Skip to content

Commit 07181df

Browse files
committed
Enable on standalone files.
1 parent e2aeb9a commit 07181df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ function documentSymbol(msg: p.RequestMessage) {
386386
let response = utils.runAnalysisCommand(
387387
filePath,
388388
["documentSymbol", tmpname],
389-
msg
389+
msg,
390+
/* projectRequired */ false
390391
);
391392
fs.unlink(tmpname, () => null);
392393
return response;

0 commit comments

Comments
 (0)