From 70a38ae216280a036ecb8cdc46a59c9d5e7ff7c8 Mon Sep 17 00:00:00 2001 From: Callum Tolley Date: Mon, 18 Nov 2024 22:25:19 +0000 Subject: [PATCH] Update script - see https://github.com/joedevivo/vscode-circuitpython/issues/148 --- scripts/build-stubs.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/build-stubs.sh b/scripts/build-stubs.sh index 3eda687..28ad8e5 100755 --- a/scripts/build-stubs.sh +++ b/scripts/build-stubs.sh @@ -7,8 +7,10 @@ git clone --depth 1 --branch main https://github.com/adafruit/circuitpython.git cd circuitpython - git submodule init - git submodule update extmod/ulab + git checkout 9.0.5 + + # use the make commands instead of the git commands + make fetch-all-submodules # Use a venv for these # Using this name so circuitpython repo already gitignores it