visual-studio-codevscode-code-runnercoderunner

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


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


Solution

  • change on your code-workspace

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