mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
Run script/setup in devcontainer instead of pip install (#1913)
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
# set -x
|
||||
|
||||
mkdir -p config
|
||||
pip3 install -e .
|
||||
script/setup
|
||||
|
||||
cpp_json=.vscode/c_cpp_properties.json
|
||||
if [ ! -f $cpp_json ]; then
|
||||
|
||||
Reference in New Issue
Block a user