Releases: springone-tour-2021/lab-workshop-2
Releases · springone-tour-2021/lab-workshop-2
v1.6
Uninstalling vscode extensions (#42) * Uninstalling vscode extensions Our java services were not killed because they were eating too much memory, they were killed because the built-in vscode has the redhat.java extension that starts a language server, indexes everything and eating up all the memory. The code-server --uninstall-extension <id> command only hides the extensions from the vscode UI in edukates, they are still on disk and loaded. Yepp, the language server starts even if I uninstall the extension, that's why removing the extension directories are needed. * reordering extension folder deletions it does not mater but this way it is in-sync with uninstall (there the order does matter)
v1.5
Setting -Xms an tweaking container memory (#41)
v1.4
Playing with JVM options to decrease memory usage (#39)
v1.3.1
Fixing editor actions (yepp, it does not like double quotes)
v1.3
Merge pull request #35 from ryanjbaxter/content-updates Select text after executing sed command
v1.2
Merge branch 'main' of github.com:springone-tour-2021/lab-workshop-2
v1.1
for consistency: remove original command on blocks that showw expecte…
v1.0
delete old file
v0.3
Merge pull request #31 from springone-tour-2021/screenshots Retaking screenshots with config service
v0.2
Update training-portal.yaml Trying to set capacity to greater than 1 for testing