Updated godot language server args; added save script; small cleanup
This commit is contained in:
@@ -23,7 +23,8 @@ function main() {
|
||||
CONFIG_HOST="${HOME}/.config/lsps"
|
||||
CONFIG_CONTAINER="${HOME}/.config/lsps"
|
||||
|
||||
podman run -d -m 4G \
|
||||
# podman run -d -m 4G \
|
||||
podman run -m 4G \
|
||||
-p 9999:9999 \
|
||||
-e HOME="${HOME}" \
|
||||
-e MAVEN_OPTS="-Duser.home=${HOME}" \
|
||||
|
||||
Reference in New Issue
Block a user