An error occurred fetching the project authors.
- 26 Jul, 2023 1 commit
-
-
Thomas Gambier authored
-
- 27 Feb, 2023 1 commit
-
-
Jérome Perrin authored
This updates python extension to a version supporting only python3. To have full python2 support, it's possible to download https://open-vsx.org/extension/ms-python/python/2020.10.332292344 and use "Install from VSIX" option and manually apply the patch to fix perfomance issue with buildout paths: curl https://lab.nexedi.com/nexedi/slapos/raw/bdb7777beb34d8840cbbc498adba7a55d521079b/component/theia/ms-python-disable-jedi-buildout.patch | patch ~/tmp/vscode-unpacked/ms-python.python-2020.10.332292344.vsix/extension/pythonFiles/lib/python/jedi/inference/sys_path.py
-
- 04 Feb, 2023 3 commits
-
-
Jérome Perrin authored
Running theia with yarn start cause PATHs like this to be added to $PATH /srv/slapgrid/slappart15/tmp/yarn--1675226243379-0.20314216826775944/node
-
Jérome Perrin authored
this can be used to install linters such as pylint when the python extension prompts for it also add ~/.local/bin in user $PATH to prevent warning and to be able to use pip installed packages from the shell.
-
Jérome Perrin authored
This does not work as expected with in this situation : bash-5.1$ which slapos /usr/bin/slapos bash-5.1$ /usr/bin/which slapos /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos bash-5.1$ ls -al /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos -rwxr-x--- 1 slapsoft slapsoft 3492 Jan 31 10:01 /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos bash-5.1$ id uid=957(slapuser39) gid=1041(slapuser39) groups=1041(slapuser39),1001(slapsoft)
-
- 11 Jan, 2023 1 commit
-
-
Thomas Gambier authored
Without this commit, compilation fails with: Reached heap limit Allocation failed - JavaScript heap out of memory See merge request !1317
-
- 05 Jan, 2023 1 commit
-
-
Jérome Perrin authored
This is big, fails on raspberry pi and we don't really use it
-
- 25 Nov, 2022 1 commit
-
-
Jérome Perrin authored
-
- 18 Aug, 2022 1 commit
-
-
Xavier Thompson authored
-
- 27 Jun, 2022 1 commit
-
-
Jérome Perrin authored
-
- 17 Jun, 2022 1 commit
-
-
Jérome Perrin authored
This was added in 48bcc52a (software/theia: some "better" defaults, 2019-08-30) because the default keybinding to create another cursor is alt-click, but on ChromeOS alt-click does a right click, but: - not everybody use ChromeOS - this breaks the ctrl+click shortcut to go to definition/follow link - it makes SlapOS' Theia behaves differently from default Theia or vscode - ChromeOS users can use chrome://flags/#use-search-click-for-right-click (I'm using this flag and this seems perfect)
-
- 28 Apr, 2022 1 commit
-
-
Thomas Leymonerie authored
Use slapos.recipe.template instead of slapos.recipe.template if possible Harmonize template keys : rendered -> output template -> url template = inline: -> inline = Delete "mode" key See merge request nexedi/slapos!1151
-
- 01 Apr, 2022 1 commit
-
-
Jérome Perrin authored
-
- 17 Dec, 2021 1 commit
-
-
Xavier Thompson authored
We were trying to patchelf a file that apparently exists when Theia is compiled on Debian 8, 10 and 11, but not on Debian 9.
-
- 13 Dec, 2021 2 commits
-
-
Xavier Thompson authored
On Debian 9, the given rpath seem to be ignored when compiling the `keytar` dependency of theia, for unknown reasons.
-
Xavier Thompson authored
- Move [theia] section and dependencies into component/theia - Make [theia] section shared
-