Skip to content

Commit

Permalink
Merge pull request #1797 from rclement/fix-vscode-ext-brew-formulae
Browse files Browse the repository at this point in the history
Fix VSCode Extension installing MIPS Toolchain as Homebrew formulae instead of casks
  • Loading branch information
nicolasnoble authored Nov 12, 2024
2 parents cc67b8e + 2bf4441 commit 98cb098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/vscode-extension/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ async function installToolchain () {
).fsPath
await terminal.run('brew', [
'install',
'--formula',
binutilsScriptPath,
gccScriptPath
])
Expand Down Expand Up @@ -140,6 +141,7 @@ async function installToolchain () {
).fsPath
await terminal.run('brew', [
'install',
'--formula',
binutilsScriptPath,
gccScriptPath
])
Expand Down

0 comments on commit 98cb098

Please sign in to comment.