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
I am sure there is a faster way to update changes in the theia-blueprint.
Currently, I do the following after each change:
yarn build:dev && yarn browser start
This is a pretty slow and time-consuming process. I am sure there are some tricks to watch the extension I am currently working on (which resides in theia-extensions)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am sure there is a faster way to update changes in the
theia-blueprint
.Currently, I do the following after each change:
yarn build:dev && yarn browser start
This is a pretty slow and time-consuming process. I am sure there are some tricks to watch the extension I am currently working on (which resides in
theia-extensions
)Beta Was this translation helpful? Give feedback.
All reactions