Skip to content

Commit 2f12e41

Browse files
committed
Require libnss3 >= 3.26 to match Chromium
1 parent 068ffa1 commit 2f12e41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/linux/debian/control.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: @@NAME@@
22
Version: @@VERSION@@
33
Section: devel
4-
Depends: libnotify4, libnss3, gnupg, apt, libxkbfile1, libgconf-2-4, libsecret-1-0, libgtk-3-0 (>= 3.10.0)
4+
Depends: libnotify4, libnss3 (>= 3.26), gnupg, apt, libxkbfile1, libgconf-2-4, libsecret-1-0, libgtk-3-0 (>= 3.10.0)
55
Priority: optional
66
Architecture: @@ARCHITECTURE@@
77
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>
@@ -12,4 +12,3 @@ Conflicts: visual-studio-@@NAME@@
1212
Replaces: visual-studio-@@NAME@@
1313
Description: Code editing. Redefined.
1414
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.
15-

0 commit comments

Comments
 (0)