-
Notifications
You must be signed in to change notification settings - Fork 653
feat(vscode): watch configuration file #3284
Conversation
✅ Deploy Preview for rometools canceled.
|
e459d8c
to
c6b2238
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My main concern is around naming where there is a mix between "Settings" and configuration
I can see the confusion that settings and configuration can cause, and I think it could make sense to normalize the naming convention. Although, these two different names allow us to create a distinction:
If we decided to normalize the naming convention, we might risk to lose this distinction. What do you think? How can we improve this division? |
Oh, I wasn't aware that these are two different things. It may then make sense to keep the distinct names. |
76acd87
to
91c44ba
Compare
91c44ba
to
369123f
Compare
369123f
to
4a47d64
Compare
e785025
to
3c761b7
Compare
@leops that's working now, using the server instead of the client |
Summary
This PR adds a new feature to the VSCode extension. It allows to watch changes to the
rome.json
file and when new changes occur, a listener sends a request. The server will listen to this request and will update the workspace settings.I also added and change some logs, and used the
debug
trace instead. Our filter used theDEBUG
level.Test Plan
I manually tested the feature