Skip to content

Commit 76fdffb

Browse files
author
Jan Jurzitza
committed
fix didChangeConfiguration event not firing
1 parent 02701aa commit 76fdffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/served/extension.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ void changedConfig(string workspaceUri, string[] paths, served.types.Configurati
232232
" changes in ", sw.peek, ".");
233233
}
234234

235-
@protocolNotification("workspace/didChangeWorkspaceFolders")
235+
@protocolNotification("workspace/didChangeConfiguration")
236236
void didChangeConfiguration(DidChangeConfigurationParams params)
237237
{
238238
processConfigChange(params.settings.parseConfiguration);

0 commit comments

Comments
 (0)