Leonardo Rochael Almeida
Leonardo Rochael Almeida
As discussed with @ronglums and @luabud.
Maybe microsoft/vscode#77213 can help or at least alleviate, but if workspace specific settings are honored by Live Share guests, then it will help only if the guest sessions enable that...
I use `Live Share` for both multi-window / multi-monitor support and also for remote collaboration / pair-programming. `Live Share` came in really handy when my company sent everyone to work...
There is now a setting to disable window auto-focus on debug stop. It's called "Debug: Focus Window on Break" (`debug.focusWindowOnBreak`). It's workspace specific, and since live-share sessions are their own...
It would be better if this setting was more discoverable. A toggle on the debug toolbar of the host and the guests would be really nice. But as it is,...
Keep in mind that Javascript (from where json came from, and with whom json is frequently used for communication) doesn't actually have proper integers, and you could silently lose information...
In Debian/Ubuntu, there is a package called [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) that does exactly this. It contains a [link to an explanation](https://lists.debian.org/debian-devel-announce/2012/07/msg00002.html) on why the binary should be called `nodejs` not `node` It...
I have a suggestion: Having `.getProperty()` run extra code to protect against past behavior is sub-optimal for new instances, but necessary for old ones. And it's always best if a...
Additionally, we could mark this conversion functionality as deprecated and remove it at the next Zope release.
I think this issue can be closed...