-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathversions.sh
More file actions
21 lines (21 loc) · 2.59 KB
/
versions.sh
File metadata and controls
21 lines (21 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export CODE_SERVER_VERSION="4.106.2" # https://github.com/cdr/code-server/releases (Latest as of Jun 2025)
export TTYD_VERSION="1.7.7" # https://github.com/tsl0922/ttyd/releases (Latest as of Jun 2025)
export WEBWORMHOLE_VERSION="latest" # https://github.com/pojntfx/webwormhole-binaries/releases/tag/latest (Keeping "latest" as requested)
export CMAKE_FORMAT_EXTENSION_VERSION="0.6.13" # https://github.com/cheshirekow/cmake_format/releases (Latest as of Jun 2025)
export GO_VERSION="1.25.0" # https://golang.org/dl/ (Latest stable as of Jun 2025)
export TINYGO_VERSION="0.39.0" # https://github.com/tinygo-org/tinygo/releases (Latest as of Jun 2025)
export TINYGO_EXTENSION_VERSION="0.5.0" # https://github.com/tinygo-org/vscode-tinygo/releases (No newer release found as of Apr 2025)
export JAVA_JUPYTER_VERSION="1.3.0" # https://github.com/SpencerPark/IJava/releases (No newer release found as of Apr 2025)
export JULIA_MAJOR_VERSION="1.11" # https://julialang.org/downloads/#current_stable_release (Latest stable branch as of Apr 2025)
export JULIA_MINOR_VERSION="5" # https://julialang.org/downloads/#current_stable_release (Latest patch for 1.11 as of Jun 2025)
export OCTAVE_HACKING_EXTENSION_VERSION="0.2.14" # https://github.com/apjanke/vscode-octave-hacking/releases (No newer release found as of Apr 2025)
export OCTAVE_EXTENSION_VERSION="0.0.3" # https://marketplace.visualstudio.com/items?itemName=toasty-technologies.octave (No newer release found as of Apr 2025)
export OCTAVE_DEBUGGER_VERSION="0.5.13" # https://marketplace.visualstudio.com/items?itemName=paulosilva.vsc-octave-debugger (No newer release found as of Apr 2025)
export K9S_VERSION="v0.50.16" # https://github.com/derailed/k9s/releases (Latest as of Jun 2025)
export AERC_VERSION="latest" # https://github.com/pojntfx/aerc-binaries/releases (Keeping "latest" as requested)
export GRPCURL_VERSION="1.9.3" # https://github.com/fullstorydev/grpcurl/releases (Latest as of Jun 2025)
export WEB_ACCESSIBILITY_EXTENSION_VERSION="0.2.83" # https://marketplace.visualstudio.com/items?itemName=MaxvanderSchee.web-accessibility (No newer release found as of Apr 2025)
export APOLLO_EXTENSION_VERSION="2.6.3" # https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo (Latest as of Jun 2025)
export VIM_EXTENSION_VERSION="1.32.1" # https://open-vsx.org/extension/vscodevim/vim (Latest as of Jun 2025)
export POWERSHELL_EXTENSION_VERSION="2025.4.0" # https://github.com/PowerShell/vscode-powershell/releases (Latest as of Jun 2025)
export SCSS_EXTENSION_VERSION="0.10.0" # https://github.com/mrmlnc/vscode-scss/releases (No newer release found as of Apr 2025)