Skip to content

Commit ff1015c

Browse files
committed
better supporting socket
1 parent 647ec37 commit ff1015c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/languageserver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class LuaClient {
194194
return undefined;
195195
};
196196
const port = commandParam[portIndex].split("=")[1]
197+
|| commandParam[portIndex].split(" ")[1]
197198
|| commandParam[portIndex + 1];
198199
if (!port) {
199200
return undefined;

0 commit comments

Comments
 (0)