mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
build - set no-sandbox everywhere (#81096)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Name=@@NAME_LONG@@ - URL Handler
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=@@EXEC@@ --open-url %U
|
||||
Exec=@@EXEC@@ --no-sandbox --open-url %U
|
||||
Icon=@@ICON@@
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
||||
Reference in New Issue
Block a user