-1

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

Gama11
  • 31,714
  • 9
  • 78
  • 100

1 Answers1

0

change on your code-workspace

"folders": [
    {   
        "path": "."
    },
],
MD. RAKIB HASAN
  • 3,670
  • 4
  • 22
  • 35