-
Notifications
You must be signed in to change notification settings - Fork 734
Support for custom configurations #2020
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
base: main
Are you sure you want to change the base?
Support for custom configurations #2020
Conversation
DanielRosenwasser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't discussed this more broadly, but custom config specification has been a long-standing request with a lot of interest. The scope of implementing could grow a bit from what's here if we need something beyond a naive restart, but maybe this is good to start. I'll let others weigh in.
| this.outputChannel.appendLine(`Resolved to ${this.exe.path}`); | ||
|
|
||
| // Get pprofDir | ||
| // Get pprofDir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch this and every other TS line back to spaces
| { | ||
| ...this.clientOptions, | ||
| initializationOptions: { | ||
| customConfigFileName, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than be part of initialization, we think this sort of thing would belong more on user preferences (see here.
Whether we just say "you need to restart the server" or we track this sort of thing on the server in some way is a bigger question.
|
I'm not sure what happened with your PRs, but can you keep the one you intend us to look at open and keep pushing to that one? |
|
ah sorry - i was rebasing PR's - i will close the previous PR and use this one instead |
Follow up more up to date rebase of this #1636.
Address the feat request in this ticket, by allowing custom configs to be passed to the tsgo LSP.