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 fb028dd commit 927a6f0Copy full SHA for 927a6f0
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.92.2.tar.gz"
5
- sha256 "628968d97ae66aa31253e649088e108813900d76fe2ce07d6c2e5312473158b8"
+ url "https://github.com/microsoft/vscode/archive/refs/tags/1.93.0.tar.gz"
+ sha256 "4966f7f2b189e6621234e31bd9a1fd141b8269c584cb8d0cf3e3d99b5119c2ab"
6
license "MIT"
7
head "https://github.com/microsoft/vscode.git", branch: "main"
8
0 commit comments