Skip to content

Commit

Permalink
feat: update to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jul 18, 2023
1 parent 11083b9 commit 9a210dc
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 505 deletions.
2 changes: 1 addition & 1 deletion build/update_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ while getopts ":ilp" opt; do
done


URL=`curl -s "https://update.code.visualstudio.com/api/update/win32-x64-archive/${VSCODE_QUALITY}/VERSION" | jq -c '.url' | sed -E 's/.*"([^"]+)".*/\1/'`
URL=`curl -s "https://update.code.visualstudio.com/api/update/win32-x64-archive/${VSCODE_QUALITY}/0000000000000000000000000000000000000000" | jq -c '.url' | sed -E 's/.*"([^"]+)".*/\1/'`
# echo "url: ${URL}"
FILE=`echo "${URL}" | sed -E 's|.*/([^/]+\.zip)$|\1|'`
# echo "file: ${FILE}"
Expand Down
4 changes: 2 additions & 2 deletions insider.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag": "1.80.0",
"commit": "79c4092768e41b16fd823e80c874dbfafdc08f55"
"tag": "1.81.0",
"commit": "4390ebc406732e5b4eed22a1d7aa4fc0ef4a9460"
}
Loading

0 comments on commit 9a210dc

Please sign in to comment.