File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ The new features since 0.32 in master include:
47
47
- Entities ``DOMAIN.ENTITY `` now support a virtual method ``SERVICE `` (eg, ``DOMAIN.ENTITY.SERVICE() ``)
48
48
that calls the service ``DOMAIN.SERVICE `` for any service that has an ``entity_id `` parameter, with
49
49
that ``entity_id `` set to ``DOMAIN.ENTITY ``. Proposed by @dlashua (#64).
50
+ - VSCode connections to pyscript's Jupyter kernel now work. Two changes were required: VSCode immediately
51
+ closes the heartbeat port, which no longer causes pyscript to shut down the kernel. Also, ``stdout ``
52
+ messages are flushed prior to sending the execute complete message. This is to ensure `log ` and `print `
53
+ messages get displayed in VSCode. One benign but unresolved bug with VSCode is that when you connect
54
+ to the pyscript kernel, VSCode starts a second pyscript Jupyter kernel, before shutting that second one
55
+ down.
50
56
51
57
The bug fixes since 0.32 in master include:
52
58
You can’t perform that action at this time.
0 commit comments