You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please provide an option akin to mlir.enable that would allow the plugin to not activate LSP functionalities such as completion, just provide the code highlighting and some basic snippets?
Given that VSCode currently lacks the capability to retrieve values from environment variables, settings requiring paths vary across different devices. There are instances where I desire only code highlighting and the ability to simply modify files, which do not necessitate LSP. Therefore, it would be advantageous to have an option to disable LSP or to default to a state where LSP is inactive, without the requirement to specify LSP paths.
The text was updated successfully, but these errors were encountered:
Could you please provide an option akin to
mlir.enable
that would allow the plugin to not activate LSP functionalities such as completion, just provide the code highlighting and some basic snippets?Given that VSCode currently lacks the capability to retrieve values from environment variables, settings requiring paths vary across different devices. There are instances where I desire only code highlighting and the ability to simply modify files, which do not necessitate LSP. Therefore, it would be advantageous to have an option to disable LSP or to default to a state where LSP is inactive, without the requirement to specify LSP paths.
The text was updated successfully, but these errors were encountered: