You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically when the project-per-package strategy is being used there should never be a linked-srcs or linked-test-srcs
Based on that, when I test on Eclipse, it was broken at the beginning.
Then I tried the Configure Build Path option and remove the entry with linked-src. It seems working.
Then I switched back to Vscode.
I tried many ways:
Reload/Restart/Clean Language Server
Removed the Bazel cache and
Removed the Vscode workspace
Cleanup the .classpath file.
Cleanup all level settings.json for Vscode.
Removed .eclipse/projects folder.
It's literally nowhere is using linked-src. I still keep getting this error Project 'subproject' is missing required source folder: 'linked-srcs'.
Hi @guw I noticed that you are gonna continue the /bazel-eclipse work on your own fork.
Where could we ask question about bazel eclipse?
Thank you ahead!
I saw a similar issue reported here.
salesforce/bazel-eclipse#491 (comment)
I'm trying the
project-per-packageoption.Based on that, when I test on Eclipse, it was broken at the beginning.
Then I tried the
Configure Build Pathoption and remove the entry withlinked-src. It seems working.Then I switched back to Vscode.
I tried many ways:
It's literally nowhere is using
linked-src. I still keep getting this errorProject 'subproject' is missing required source folder: 'linked-srcs'.Hi @guw I noticed that you are gonna continue the /bazel-eclipse work on your own fork.
Where could we ask question about bazel eclipse?
Thank you ahead!