diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 029bcfa..f5b5287 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,6 +30,7 @@ "ms-vscode.makefile-tools", "ms-python.python", "svelte.svelte-vscode", - "redhat.vscode-yaml" + "redhat.vscode-yaml", + "ryu1kn.partial-diff" ] } \ No newline at end of file diff --git a/.devcontainer/install_tools.sh b/.devcontainer/install_tools.sh index bde4e02..938e561 100755 --- a/.devcontainer/install_tools.sh +++ b/.devcontainer/install_tools.sh @@ -1,30 +1,30 @@ #!/usr/bin/env -S bash -e APT_PACKAGES=( - "build-essential" - "git" - "wget" - "binfmt-support" - "qemu" - "gcc-9" - "parted" - "udev" - "zerofree" - "gcc-avr" - "avr-libc" - "avrdude" - "python3" - "python3-pip" - "python3-tornado" - "inetutils-ping" - "curl" - "unzip" - "python3-setuptools" - "gcc-arm-linux-gnueabihf" - "bc" - "vim" - "locate" - "sudo" + "build-essential" + "git" + "wget" + "binfmt-support" + "qemu" + "gcc-9" + "parted" + "udev" + "zerofree" + "gcc-avr" + "avr-libc" + "avrdude" + "python3" + "python3-pip" + "python3-tornado" + "inetutils-ping" + "curl" + "unzip" + "python3-setuptools" + "gcc-arm-linux-gnueabihf" + "bc" + "vim" + "locate" + "sudo" ) apt-get update @@ -42,5 +42,5 @@ apt-get install -y nodejs mkdir -p /root/.ssh cat > /root/.ssh/config <<- END Host onefinity - User bbmc + User bbmc END