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
feat(watches): setExpression and setVariable requests (#48)
* feat(watches): `setExpression` request
* fix(watches): no need to worry about duplicates
In fact, allowing duplicates is nice to reevaluate an expression, in
some circumstances
* refactor(watches): in fact, inline function
* fix(watches): set default value properly
* fix: type annotation
* fix(watches): early return and check type to avoid err
* refactor(watches): it's big brain time
(expensively?) reevaluate all expressions after setting the value of any
expression, to guarantee up to date values
* refactor: minor cleanup
* refactor: I didn't even realize this function became useless
* refactor: earlier refactor broke code
* refactor: no longer using alternative types
* feat(watches): `setVariable` request
* bump docs
* feat: `o` to open menu in scopes view
0 commit comments