Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-622 Fix Windows pathing issues + clean up #127

Merged
merged 4 commits into from
May 30, 2022
Merged

Conversation

tortmayr
Copy link
Contributor

Consume a fix for OS-independent file path handling. (eclipse-glsp/glsp-theia-integration#116)
- Update glsp-theia-integration version
- Update to Theia 1.25
- Update Readmes

Part of eclipse-glsp/glsp#561
Consistently use `TaskList` over `Tasklist` in all project templates
@tortmayr tortmayr requested a review from planger May 29, 2022 20:10
Copy link
Member

@planger planger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! Looks good to me. I tested the node-json-theia, node-json-vscode and java-emf-theia examples.

Just a few suggestions inline.
Also I saw that my yarn.lock files are changed after the build here:

"@lerna/resolve-symlink@4.0.0":
  version "4.0.0"
  resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-4.0.0.tgz#6d006628a210c9b821964657a9e20a8c9a115e14"
  integrity sha512-RtX8VEUzqT+uLSCohx8zgmjc6zjyRlh6i/helxtZTMmc4+6O4FS9q5LJas2uGO2wKvBlhcD6siibGt7dIC3xZA==
  dependencies:
    fs-extra "^9.1.0"
    npmlog "^4.1.2"
    read-cmd-shim "^2.0.0"

project-templates/java-emf-theia/README.md Show resolved Hide resolved
project-templates/java-emf-theia/README.md Outdated Show resolved Hide resolved
project-templates/java-emf-theia/glsp-client/README.md Outdated Show resolved Hide resolved
project-templates/java-emf-theia/glsp-client/README.md Outdated Show resolved Hide resolved
project-templates/java-emf-theia/glsp-server/README.md Outdated Show resolved Hide resolved
project-templates/node-json-theia/glsp-server/README.md Outdated Show resolved Hide resolved
project-templates/node-json-vscode/glsp-client/README.md Outdated Show resolved Hide resolved
project-templates/node-json-vscode/glsp-server/README.md Outdated Show resolved Hide resolved
project-templates/node-json-theia/README.md Show resolved Hide resolved
Co-authored-by: Philip Langer <planger@eclipsesource.com>
@tortmayr
Copy link
Contributor Author

tortmayr commented May 30, 2022

Also I saw that my yarn.lock files are changed after the build here:

Weird. I have rebuilt all three project templates locally and for me the yarn lock does not change

@tortmayr tortmayr merged commit 54900fa into master May 30, 2022
@tortmayr tortmayr deleted the gh-622-follow-up branch May 30, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants