Create Build Scripts does not respect path delimiter according to the system
Issue #125
new
vstudio :Version: 1.57.0
OS: Windows_NT x64 6.1.7601
OmniPascal 0.18.0
Path to the bat in task.json is always generated with "/"
: "command": ".vscode/CompileOmniPascalServerProject.bat"
It is OK if using default terminal on windows , but with cmder embedded to vscode is needed to correct command :
"command": ".vscode\\CompileOmniPascalServerProject.bat"
and uncheck Create Build Scripts setting for keeping this change.