run_thrift.bat - Build interface files from Thift sourceΒΆ

This requires the Apache Thrift compiler.

 
mkdir ..\CodeChat_Server\CodeChat_Server\gen_py
thrift-0.16.0.exe --gen py --strict -out ..\CodeChat_Server\CodeChat_Server\gen_py CodeChat_Services.thrift
thrift-0.16.0.exe --gen js:node,ts --strict -o ..\extensions\VSCode\src CodeChat_Services.thrift