Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Command "code-runner.run" not found

Tags:

I'm trying to run a test.java file and also it sends an error Extension host terminated unexpectedly then whenever I restart the host the following Command Appear code-runner.run not found.

Reinstalled extensions

    public static void name(String[] args) {
        System.out.println("Hello World");
    }
}

Hello World

like image 910
SejiMe Avatar asked Jul 26 '19 08:07

SejiMe


1 Answers

Try deleting the C:\Users\...\.vscode\extensions\formulahendry.code-runner-... folder and installing the extension again.

See this issue on GitHub

like image 73
Narek Sargsyan Avatar answered Sep 26 '22 12:09

Narek Sargsyan