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
OmniSharp-vim doesn't use ~/.omnisharp by default, it uses $XDG_CACHE_HOME and falls back to $HOME/.cache, so usually installs the server to ~/.cache/omnisharp-vim/omnisharp-roslyn.
The OmniSharp-roslyn server does use ~/.omnisharp by default to read a global ~/.omnisharp/omnisharp.json config, but it is configurable (I am not exactly sure how, check that repo) and I don't think the directory is created automatically.
I want OmniSharp to respect XDG_CONFIG_HOME. How can I permanently move
~/.omnisharp
to either~/.config
or~/.local/share
?The text was updated successfully, but these errors were encountered: