arjunattam / vscode-chat

Chat with your team while you collaborate over code using VS Live Share
https://marketplace.visualstudio.com/items?itemName=karigari.chat
GNU General Public License v3.0
529 stars 68 forks source link

Uncaught Errors given by Visual Studio Code #496

Open LuciferSamuelMoringstar opened 3 years ago

LuciferSamuelMoringstar commented 3 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 624,
        "activateCallTime": 41,
        "activateResolvedTime": 1,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "ms-vscode.js-debug",
                "_lower": "ms-vscode.js-debug"
            },
            "activationEvent": "onDebugInitialConfigurations"
        }
    },
    "runtimeErrors": [
        {
            "name": "Error",
            "message": "Can't find Node.js binary \"node\": path does not exist. Make sure Node.js is installed and in your PATH, or set the \"runtimeExecutable\" in your launch.json"
        },
        {
            "name": "Error",
            "message": "Can't find Node.js binary \"node\": path does not exist. Make sure Node.js is installed and in your PATH, or set the \"runtimeExecutable\" in your launch.json"
        },
        {
            "name": "Error",
            "message": "Can't find Node.js binary \"node\": path does not exist. Make sure Node.js is installed and in your PATH, or set the \"runtimeExecutable\" in your launch.json"
        },
        {
            "name": "Error",
            "message": "Can't find Node.js binary \"node\": path does not exist. Make sure Node.js is installed and in your PATH, or set the \"runtimeExecutable\" in your launch.json"
        }
    ]
}