We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339e447 commit e5fc527Copy full SHA for e5fc527
2 files changed
gh.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION="v2.94.0"
+VERSION="v2.95.0"
3
4
if [ -n "$1" ];then
5
VERSION=$1
vscode.sh
@@ -2,7 +2,7 @@
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
-fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/6928394f91b684055b873eecb8bc281365131f1c/code-stable-x64-1781225422.tar.gz"
+fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/93cfdd489c3b228840d0f86ec77c3636277c93ea/code-stable-x64-1781601447.tar.gz"
6
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
7
8
_main() {
0 commit comments