summaryrefslogtreecommitdiff
path: root/source/slang/slang-language-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-language-server.h')
-rw-r--r--source/slang/slang-language-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-language-server.h b/source/slang/slang-language-server.h
index e7a5f3244..8ece0cc41 100644
--- a/source/slang/slang-language-server.h
+++ b/source/slang/slang-language-server.h
@@ -141,7 +141,7 @@ private:
void updateSearchPaths(const JSONValue& value);
void updateSearchInWorkspace(const JSONValue& value);
void updateCommitCharacters(const JSONValue& value);
- void updateFormattingOptions(const JSONValue& clangFormatLoc, const JSONValue& clangFormatStyle, const JSONValue& allowLineBreakOnType, const JSONValue& allowLineBreakInRange);
+ void updateFormattingOptions(const JSONValue& clangFormatLoc, const JSONValue& clangFormatStyle, const JSONValue& clangFormatFallbackStyle, const JSONValue& allowLineBreakOnType, const JSONValue& allowLineBreakInRange);
void updateInlayHintOptions(const JSONValue& deducedTypes, const JSONValue& parameterNames);
void updateTraceOptions(const JSONValue& value);