add first test
This commit is contained in:
12
.vscode/vsc.bat
vendored
Normal file
12
.vscode/vsc.bat
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
@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" .
|
||||
Reference in New Issue
Block a user