diff --git a/.devcontainer/full/devcontainer.json b/.devcontainer/full/devcontainer.json index 95233465..a47c64c2 100644 --- a/.devcontainer/full/devcontainer.json +++ b/.devcontainer/full/devcontainer.json @@ -2,5 +2,5 @@ "name": "live-py-plugin-full", // For contents, look in .devcontainer-prebuild/full - "image": "donkirkby/live-py-plugin-devcontainer-full:v1.2" + "image": "donkirkby/live-py-plugin-devcontainer-full:v1.3" } diff --git a/.devcontainer/full/prebuild/Dockerfile b/.devcontainer/full/prebuild/Dockerfile index 09821d7b..46eac0cf 100644 --- a/.devcontainer/full/prebuild/Dockerfile +++ b/.devcontainer/full/prebuild/Dockerfile @@ -1,7 +1,7 @@ # Find new docker tags at https://hub.docker.com/r/pyodide/pyodide-env/tags -FROM pyodide/pyodide-env:20230612-chrome114-firefox114-py311@sha256:8bcb06afdf9c95599b51ac41e90d8c12eea92adac4c0b8932ab66f50d6bf1267 as pyodide +FROM pyodide/pyodide-env:20240127-chrome114-firefox122-py312@sha256:44664c3dd2f33183f7f9c8fb07e4eefe77eee004725af10a40b809216ebb31bf as pyodide ENV PYODIDE_PACKAGES=core,matplotlib -ENV PYODIDE_VERSION=0.24.1 +ENV PYODIDE_VERSION=0.26.0 # Make pyodide checkout accessible to codespace user in final image. ENV CODESPACE_USER=1000 @@ -9,7 +9,7 @@ RUN cd /opt && \ git clone https://github.com/pyodide/pyodide.git && \ cd pyodide && \ git checkout tags/$PYODIDE_VERSION && \ - sed -i '/^ *"turtle\.py",$/d' pyodide-build/pyodide_build/pyzip.py && \ + sed -i '/^\s*turtle\.py\s*\\$/d' Makefile.envs && \ make && \ chown -R $CODESPACE_USER:$CODESPACE_USER . diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml new file mode 100644 index 00000000..5bac2c5c --- /dev/null +++ b/.idea/checkstyle-idea.xml @@ -0,0 +1,15 @@ + + + + 10.19.0 + JavaOnly + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 2388475b..84efaf74 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,20 @@