Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Development mode crashes the server repeatedly #87

@phoenixeliot

Description

@phoenixeliot

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:
Uploading Screen Shot 2020-12-26 at 6.54.40 PM.png…

Is there anything special beyond the instructions in the README.md that I need to do to run this extension in development mode?

This is on VS Code version 1.52.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions