Unable to run Octave in VS Code even after installing all the Octave extensions and adding the below path to settings.json:
"terminal.integrated.profiles.windows": {
"Octave": {
"path": "C:\\Program Files\\GNU Octave\\Octave-7.1.0\\mingw64\\bin\\octave-7.1.0.bat",
"args": []
}
},
and adding the Octave GUI path to environment variables as well.
How can I run my Octave files in VS Code? I want to integrate them with a Python file in same directory.