We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d72be commit cbab341Copy full SHA for cbab341
Formula/c/code-cli.rb
@@ -1,8 +1,8 @@
1
class CodeCli < Formula
2
desc "Command-line interface built-in Visual Studio Code"
3
homepage "https://github.com/microsoft/vscode"
4
- url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.1.tar.gz"
5
- sha256 "fc015daead5b5a14422944af9b04eb241c78d5b7273888c46bb184d6651a7a2b"
+ url "https://github.com/microsoft/vscode/archive/refs/tags/1.101.2.tar.gz"
+ sha256 "d65d04e68ae04a372b1c6b13d0e8a72e2c919e491d4c3b2dcf997b22fc25a509"
6
license "MIT"
7
head "https://github.com/microsoft/vscode.git", branch: "main"
8
0 commit comments