We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5839ca7 commit 545cd69Copy full SHA for 545cd69
specification.md
@@ -894,7 +894,12 @@ interface InitializeParams {
894
rootUri: DocumentUri | null;
895
896
/**
897
- * User provided initialization options.
+ * Client provided initialization options. Usually these are options
898
+ * that could equally be command line options passed when starting
899
+ * the server. This property shouldn't be used to pass any user
900
+ * configuration to the server. If a user configuration is needed
901
+ * the server should use `workspace/configuration` requests together
902
+ * with dynamic registration to obtain them.
903
*/
904
initializationOptions?: any;
905
0 commit comments