Open VojislavM opened 4 years ago
create script for running vs code and adding env variables: nRF_VSCode.sh:
#! /bin/bash # nRF SDK location export nRF_SDK=/home/user/Documents/nrf/nRF5_SDK_15.3.0_59ac345 # ARM GCC location export GNU_GCC=/home/user/Documents/gcc-arm-none-eabi-7-2018-q2-update # Launch VS Code code
change script permisions: chmod +x <shell_script_name>
chmod +x <shell_script_name>
and run script
create script for running vs code and adding env variables: nRF_VSCode.sh: