How to get error free Eclipse workspace for contribution? #1267
-
|
I've tried to follow https://github.com/eclipse-lsp4e/lsp4e/blob/main/CONTRIBUTING.md but failed. I see lot of errors related to missing Where is it coming from? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You need to load the target platform https://github.com/eclipse-lsp4e/lsp4e/blob/main/target-platforms/target-platform-latest/target-platform-latest.target or add this to your own: |
Beta Was this translation helpful? Give feedback.
You need to load the target platform https://github.com/eclipse-lsp4e/lsp4e/blob/main/target-platforms/target-platform-latest/target-platform-latest.target
or add this to your own:
lsp4e/target-platforms/target-platform-latest/target-platform-latest.target
Lines 29 to 40 in 7eac0d7