mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Run script/setup in devcontainer instead of pip install (#1913)
This commit is contained in:
parent
d781f3a11b
commit
424c34225f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
mkdir -p config
|
mkdir -p config
|
||||||
pip3 install -e .
|
script/setup
|
||||||
|
|
||||||
cpp_json=.vscode/c_cpp_properties.json
|
cpp_json=.vscode/c_cpp_properties.json
|
||||||
if [ ! -f $cpp_json ]; then
|
if [ ! -f $cpp_json ]; then
|
||||||
|
|
Loading…
Reference in a new issue