We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"env": { // TODO: Is this necessary on Windows/Linux? "FrameworkPathOverride": "${storage_path}/LSP-OmniSharp/.msbuild/Current" },
I cannot find any reference anywhere that explains either FrameworkPathOverride or storage_path.
FrameworkPathOverride
storage_path
The text was updated successfully, but these errors were encountered:
$storage_path points to a directory used by LSP to install language servers to.
$storage_path
Linux: ~/.config/sublime-text/Package Storage Windows: %APPDATA%\Sublime Text\Package Storage
~/.config/sublime-text/Package Storage
%APPDATA%\Sublime Text\Package Storage
You can find it by
Sorry, something went wrong.
No branches or pull requests
I cannot find any reference anywhere that explains either
FrameworkPathOverride
orstorage_path
.The text was updated successfully, but these errors were encountered: