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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
When I try to run the server and open an extension debugging window via f5, I get this error repeatedly in the console from extensionHostProcess.js:
rejected promise not handled within 1 second: Error: Channel has been closed
stack trace: Error: Channel has been closed
at m.validate (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:809:372)
at m.append (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:808:938)
at m.append (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:900:249)
at /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:809:937
at processTicksAndRejections (internal/process/task_queues.js:94:5)
And this message in the testing window:
Is there anything special beyond the instructions in the README.md that I need to do to run this extension in development mode?