mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
9
resources/linux/debian/postinst.oss.template
Executable file
9
resources/linux/debian/postinst.oss.template
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
# Register code in the alternatives system
|
||||
# Priority of 0 should never make code the default editor in auto mode as most
|
||||
# developers would prefer a terminal editor as the default.
|
||||
update-alternatives --install /usr/bin/editor editor /usr/bin/@@NAME@@ 0
|
||||
Reference in New Issue
Block a user