Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document supported server settings initializationOptions #848

Closed
aspeddro opened this issue Nov 13, 2023 · 0 comments · Fixed by #849
Closed

Document supported server settings initializationOptions #848

aspeddro opened this issue Nov 13, 2023 · 0 comments · Fixed by #849

Comments

@aspeddro
Copy link
Contributor

For non vscode users it is not clear how they can configure the server.

interface extensionConfiguration {
allowBuiltInFormatter: boolean;
askToStartBuild: boolean;
inlayHints: {
enable: boolean;
maxLength: number | null;
};
codeLens: boolean;
binaryPath: string | null;
platformPath: string | null;
signatureHelp: {
enabled: boolean;
};
}

@aspeddro aspeddro changed the title Document supported server settings (initializationOptions and didChangeConfiguration) Document supported server settings (initializationOptions` Nov 13, 2023
@aspeddro aspeddro changed the title Document supported server settings (initializationOptions` Document supported server settings initializationOptions Nov 13, 2023
@zth zth closed this as completed in #849 Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant