File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4545 :package-version '(lsp-mode . " 6.4" ))
4646
4747(defcustom lsp-sonarlint-download-url
48- (format " https://github.com/SonarSource/sonarlint-vscode/releases/download/4.6.0%% 2B76435/sonarlint-vscode%s -4.6.0.vsix "
48+ (format " https://github.com/SonarSource/sonarlint-vscode/releases/download/4.6.0%% 2B76435/sonarlint-vscode- %s -4.6.0.vsix "
4949 (pcase system-type
50- ('gnu/linux " -linux-x64" )
51- ('darwin " -darwin-arm64" )
52- ('windows-nt " -win32-x64" )))
50+ ('gnu/linux " linux-x64" )
51+ ('darwin
52+ (pcase (lsp-resolve-value lsp--system-arch)
53+ ('x64 " darwin-x64" )
54+ ('arm64 " darwin-arm64" )))
55+ ('windows-nt " win32-x64" )))
5356 " Official SonarLint VSCode extension (vsix).
5457It contains the necessary language server and analyzers."
5558 :type 'string )
You can’t perform that action at this time.
0 commit comments