Skip to content

Commit

Permalink
fix: corrupted vsce dotnet binaries in rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jan 24, 2025
1 parent f5782f5 commit 8345ad8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/linux/rpm/code.spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Requires: @@DEPENDENCIES@@
AutoReq: 0

%global __provides_exclude_from ^%{_datadir}/%{name}/.*\\.so.*$
# Disable elf stripping, refer https://github.com/microsoft/vscode/issues/223455#issuecomment-2610001754
%global __brp_strip %{nil}
%global __brp_strip_comment_note %{nil}

%description
Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.
Expand Down

0 comments on commit 8345ad8

Please sign in to comment.