Connor Peet
Connor Peet
I have some existing stuff I want to clean up around tool confirmation state (like moving the window notifications out of the rendering logic.) And as part of this additional...
Ah, yes, I forgot I still used the abondoned estraverse in this library. Need to drop it like in https://github.com/microsoft/vscode-js-debug/pull/1868
👍 to what Tadas mentioned about aligning whatever registry work happens. (We should also probably try to align with DXT/MCPB a bit, @asklar had some [similar asks](https://github.com/anthropics/mcpb/issues/122) recently over there.)...
Can you share the contents of simple-notebook.ipynb?
Looks like Node 23 no longer can enumerate named pipes on Windows which causes this: ``` PS C:\Users\conno> fnm use 22 Using Node v22.6.0 PS C:\Users\conno> node Welcome to Node.js...
Made a more specific issue for the underlying bug: https://github.com/nodejs/node/issues/56002
should be fixed in the next release with the resolution of https://github.com/nodejs/node/issues/56002
Please fill in the issue template
The default for this behavior is it "notify" the window, which will cause it to flash on the Windows taskbar or bounce in the macOS dock. Is that not something...
The behavior varied by platform, but this was changed in https://github.com/microsoft/vscode/issues/247609