Files
sandbox/.vscode/vsc.bat
Bassem Girgis 0341fd46fd add first test
2020-11-12 10:40:37 -06:00

13 lines
220 B
Batchfile

@echo off
:: get the project root directory
set PROJECT_ROOT_DIR=%~dp0\..\
pushd .
cd %PROJECT_ROOT_DIR%
set PROJECT_ROOT_DIR=%CD%
popd
:: start VS Code: assume it is installed
Start "" /D %PROJECT_ROOT_DIR% "Code" .