We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecdde2 commit 9cd8d58Copy full SHA for 9cd8d58
2 files changed
gh.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION="v2.90.0"
+VERSION="v2.91.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/560a9dba96f961efea7b1612916f89e5d5d4d679/code-stable-x64-1776214075.tar.gz"
+fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/10c8e557c8b9f9ed0a87f61f1c9a44bde731c409/code-stable-x64-1776814219.tar.gz"
6
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
7
8
_main() {
0 commit comments