Che-Code dogfooding flow requires fixes #21215
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Milestone
Is your task related to a problem? Please describe
There's a devfile for running Che-Code in Che, but it is not adapted for dogfooding.
yarn watch
command, the process is killed with the errorVisual Studio Code is unable to watch for file changes in this large workspace
.yarn build
command, the Che-Code backend is restarted.Describe the solution you'd like
yarn watch
mode, by increasing themax_user_watches
limit.See https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: