question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Explicitly enable/disable multi-root in devfiles of che-devfile-registry

See original GitHub issue

Is your task related to a problem? Please describe.

Currently multiroot is disabled by default. this is a new feature. Could be enabled in devfile with:

attributes:
 multiRoot: 'on'

Multiroot may be activated by default in the next weeks. Some devfile may not work yet.

Describe the solution you’d like

The idea of this issue is to explicitly enable or disable multi-root in devfiles of the che-devfile-registry. Enabled if no problem. Disabled if any problem.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sunixcommented, Mar 24, 2021

So far:

  • Quarkus Rest API devfile is broken with multiroot: didact.md is referencing a file to open concidering the project root is /projects. Will be fixed with the upcomming PR
  • Golang devfile is broken with multiroot: no code completion.
    • short term: Will turn off multiroot for this devfile.
    • midterm: Would need to investigate what is the proper layout that works with che and multiroot.
0reactions
sunixcommented, Mar 30, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable the multi-root mode for Go devfile #19476 - GitHub
At the moment the multi-root mode is disabled for Go devfile It was disabled because there is no code completion: #19375 (comment) I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found