File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
SourceKitLSPDevUtils/Sources/ConfigSchemaGen Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 99- Initialization options passed in the initialize request
1010- A ` .sourcekit-lsp/config.json ` file in a workspace’s root
1111
12+ Modifying the configuration file requires SourceKit-LSP to be restarted for the new options to take effect.
13+
1214The structure of the file is currently not guaranteed to be stable. Options may be removed or renamed.
1315
1416## Structure
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ struct OptionDocumentBuilder {
2424 - Initialization options passed in the initialize request
2525 - A `.sourcekit-lsp/config.json` file in a workspace’s root
2626
27+ Modifying the configuration file requires SourceKit-LSP to be restarted for the new options to take effect.
28+
2729 The structure of the file is currently not guaranteed to be stable. Options may be removed or renamed.
2830
2931 ## Structure
You can’t perform that action at this time.
0 commit comments