Omnipascal "'.vscode' is not recognised as an internal or external command" - vscode-extensions

I keep getting this error when I 'Tasks: Run Test Build'. Has anyone have a way to fix this? I'm using FreePascal if that helps.
thank you in advance.
I looked through the OmniPascal settings section in Visual Studio Code and could not find anything to help. The .bat file didn't help either

Related

can anyone tell me how to compile sb0t-mono?

can anyone tell me how to compile this project?
https://bitbucket.org/hollow87/sb0t-mono/src/development/
i need to update 1 file <servers.dat> but couldn't get to build this app, i'm trying on linux with mono (but i'm confused not sure if i need this or visual studio), while i try ssh command - msbuild sb0t5.sln i get 1 error & 6 warnings that i don't know whats going on.. perhaps i need something else? thx in advance

Why is my random generator code an error?

when i wrote "import java.util.Random;" the java was red and said cannot resolve symbol java. Is there something I need to download for that to work?
This is my code from a camp and I put the code on a drive and put it back on my computer. I had to download processing on this computer and i don't know if I have to download anything else.
there are a bunch of errors in my code because of this
Please make sure JDK is configured for the project/module.
See also the getting started document.

Why ng(angular-cli) is not recognized as internal or external command?

I tried everything.I set the path variable.But nothing worked.Then i tried using ng command by running command line in administrator mode.And it worked.But it doesn't work untill i run it as administrator.Can anyone help me overcome this?
You shouldn't not use administrator privileges for npm installs, it may cause to a lot of problems. use this link as official guide

Running Selenium RC and PHP with xampp (phpunit not recognized error)

I have followed all the steps on this post but when i run the pear mytest.php i get the error
http://jodyt.com/2009/03/selenium-rc-and-php/#comments
phpunit is not recognized as an internal or external command, operable program or batch file
I dont know what i might be doing wrong. please guys any help will be highly appreciated.
Thanks you in advance.
D~~
This is because windows is not able to recognize phpunit as a program because location of phpunit.exe is not added to Path environment variable.
just add ;C:/xampp/php at the end of the value of Path environment variable(note semicolon is important, Also I'm assuming your xampp is in C:/)
Hope this helps.

source filename not working

i am trying to run a sql file with this code:
source filename.sql
and it says failed to open file
From what application? What OS?
You might try ./filename.sql instead if you're on a nix box.
Permissions might also be an issue.
More information would be gratefully received.