Code Runner extension of Visual Studio Code doesn't work when click in "Run Code"

778 Views Asked by At

When I click on every button of "Run Code" (top-right of windows or when right-click the code) or even when I type the key shortcut "Ctrl + Alt + N" (which is defined in settings) VSCode doesn't do anything, doesn't show any error but also doesn't run code.

I have been using Code Runner extension almost 1 year and it worked well, just from one day to another it stopped work.

Here's my settings.json file: my settings.json

And my workspace.json: my workspace.json

1

There are 1 best solutions below

0
On BEST ANSWER

change on your code-workspace

"folders": [
    {   
        "path": "."
    },
],