Open terminal to install required libraries (Also make sure you've installed Xcode, xcbeautify, xcodeproj):
- install pyinstaller and psutil (needed to build Xcode proxy build service)
pip install pyinstaller
pip install psutil
- install npm
brew install node
- clone git repo and update submodules:
git clone https://github.com/fireplusteam/ios_vs_code.git
git submodule update --init --recursive
- install vsce package
brew install vsce
-
- Open Visual Studio Code.
- Press Cmd+Shift+P to open the Command Palette.
- Type: Shell Command: Install 'code' command in PATH.
-
navigate to repo folder in your terminal and run:
./make.sh
If everything configured right, the extension should be built and installed to vs code automatically.