We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2ea79 commit 949d6d5Copy full SHA for 949d6d5
2 files changed
gh.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION="v2.76.2"
+VERSION="v2.78.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/360a4e4fd251bfce169a4ddf857c7d25d1ad40da/code-stable-x64-1755017190.tar.gz"
+fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/6f17636121051a53c88d3e605c491d22af2ba755/code-stable-x64-1755709710.tar.gz"
6
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
7
8
_main() {
0 commit comments