This revision adds detection for changes to either the mlir-lsp-server binary or the setting, and prompts the user to restart the server. Whether the user gets prompted or not is a configurable setting in the extension, and this setting may updated based on the user response to the prompt.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/utils/vscode/package.json | ||
---|---|---|
58 | They are shown as a description when changing the option in the settings menu, as well as the JSON. The context of the setting option isn't always visible, so the redundancy is somewhat desirable. (And common, see the example under enum / enumDescriptions within https://code.visualstudio.com/api/references/contribution-points#Configuration-property-schema |
Action when setting change necessitates server ?
it feels like the tense of this description is different than the others [just suggestion]