[visual-studio-code-bin] Disable stripping

See comment for rationale.
This commit is contained in:
D. Can Celasun
2025-02-26 18:38:52 +00:00
parent eb8509e432
commit 9a1749f762
2 changed files with 6 additions and 2 deletions

View File

@@ -3,13 +3,16 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.97.2
pkgrel=1
pkgrel=2
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('code' 'vscode')
conflicts=('code')
# Upstream has signature verification for extensions and stripping breaks it
# See https://github.com/microsoft/vscode/issues/223455#issuecomment-2610001754
options=(!strip)
install=$pkgname.install
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
# xdg-utils: needed for opening web links with xdg-open