File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11class CodeCli < Formula
22 desc "Command-line interface built-in Visual Studio Code"
33 homepage "https://github.com/microsoft/vscode"
4- url "https://github.com/microsoft/vscode/archive/refs/tags/1.104.2 .tar.gz"
5- sha256 "39691f236a219e71195abbc38a6239a99f8ebe5abea1ccb0357b800ad8b58cca "
4+ url "https://github.com/microsoft/vscode/archive/refs/tags/1.104.3 .tar.gz"
5+ sha256 "e4aab745cd1f46fa9fdac0735d9e915ea11f48cda468d1eca56881f9ea1beb12 "
66 license "MIT"
77 head "https://github.com/microsoft/vscode.git" , branch : "main"
88
@@ -29,6 +29,9 @@ class CodeCli < Formula
2929 conflicts_with cask : "visual-studio-code"
3030
3131 def install
32+ # upstream fix PR, https://github.com/microsoft/vscode/pull/265295
33+ inreplace "package.json" , "1.104.2" , version . to_s
34+
3235 # Ensure that the `openssl` crate picks up the intended library.
3336 # https://crates.io/crates/openssl#manual-configuration
3437 ENV [ "OPENSSL_DIR" ] = Formula [ "openssl@3" ] . opt_prefix
You can’t perform that action at this time.
0 commit comments