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

Documentation: what is "storage_path"? #37

Open
bgulanowski opened this issue Jun 4, 2024 · 1 comment
Open

Documentation: what is "storage_path"? #37

bgulanowski opened this issue Jun 4, 2024 · 1 comment

Comments

@bgulanowski
Copy link

"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.

@deathaxe
Copy link
Contributor

$storage_path points to a directory used by LSP to install language servers to.

Linux: ~/.config/sublime-text/Package Storage
Windows: %APPDATA%\Sublime Text\Package Storage

You can find it by

  1. calling Main Menu > Preferences > Browse Packages
  2. navigating up one directory level
  3. look for Package Storage directory

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

No branches or pull requests

2 participants