Skip to content

Commit af445d1

Browse files
committed
修复有文件关联时,没有解析的BUG
1 parent 34704e1 commit af445d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EmmyLua-LS/src/main/kotlin/com/tang/vscode/LuaWorkspaceService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class LuaWorkspaceService : WorkspaceService, IWorkspace {
8585
val settings = params.settings as? JsonObject ?: return
8686
val ret = VSCodeSettings.update(settings)
8787
if (ret.associationChanged) {
88+
loadWorkspace()
8889
diagnoseWorkspace()
8990
}
9091
}

0 commit comments

Comments
 (0)