Commit 7b9f38f5 authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Do not activate Go workspace

See merge request !990
parents 8f79b56d 4e65a227
Pipeline #15748 failed with stage
......@@ -15,7 +15,7 @@
[instance-theia]
_update_hash_filename_ = instance-theia.cfg.jinja.in
md5sum = a4211295ecd3919b61abbcd51085971f
md5sum = 79c340ec9f4af948723ef5201b311f45
[instance]
_update_hash_filename_ = instance.cfg.in
......
......@@ -306,9 +306,6 @@ mode = 0700
template =
inline:
#!/bin/sh
. ${gowork:env.sh}
# reset PS1 from gowork
export PS1='$ '
export HOME=$${buildout:directory}
export PATH=${python-language-server:location}/bin:${java-jdk:location}/bin:${cli-utilities:PATH}:$HOME/.cargo/bin:$PATH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment