fix: follow system OS paths and add multi platform/arch support#843
Merged
dzhou121 merged 10 commits intolapce:masterfrom Aug 16, 2022
Merged
fix: follow system OS paths and add multi platform/arch support#843dzhou121 merged 10 commits intolapce:masterfrom
dzhou121 merged 10 commits intolapce:masterfrom
Conversation
Contributor
|
Is this running several commands on the remote host only if the proxy fails to start (and presumably doesn't exist)? It looks like it has a combined commands and a separate commands section. |
3b09a2c to
ac25066
Compare
ac25066 to
e3566d2
Compare
e3566d2 to
e4fa6e0
Compare
To follow XDG spec on Linux and standard paths on other systems, such as ~/AppData/Local on Windows and ~/Library/Application Support/ on macOS as these directories have special meaning (e.g. local appdata is not synchronised across systems)
Reworked directories used by lapce for storing data and configs, such as following XDG spec or OS-specific paths (e.g. local appdata on Windows)
Signed-off-by: panekj <me@panekj.dev>
1f9b9b6 to
d33c27d
Compare
d33c27d to
a850cce
Compare
Signed-off-by: panekj <me@panekj.dev>
a850cce to
82b361b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #881
also part of #83