]> git.hoellein.online Git - zenbook/commitdiff
daily autocommit
authorroot <root@localhost>
Thu, 1 Aug 2019 13:52:46 +0000 (15:52 +0200)
committerroot <root@localhost>
Thu, 1 Aug 2019 13:52:46 +0000 (15:52 +0200)
.etckeeper
apt/sources.list.d/vscode.list [new file with mode: 0644]
apt/trusted.gpg.d/microsoft.gpg [new file with mode: 0644]
mailcap

index 9694277b0f464c65d2bfae0b122c25795c7cf32d..9c1f9e32f32c49fdca845e560a39a7c756e371cd 100755 (executable)
@@ -605,6 +605,7 @@ maybe chmod 0644 'apt/sources.list.d/teamviewer.list.save'
 maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list'
 maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list.distUpgrade'
 maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list.save'
+maybe chmod 0644 'apt/sources.list.d/vscode.list'
 maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list'
 maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.distUpgrade'
 maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save'
@@ -627,6 +628,7 @@ maybe chmod 0644 'apt/trusted.gpg.d/bumblebee_ubuntu_stable.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/ethereum_ubuntu_ethereum.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/linphone_ubuntu_release.gpg'
+maybe chmod 0644 'apt/trusted.gpg.d/microsoft.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/mozillateam_ubuntu_firefox-next.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/openscad_ubuntu_releases.gpg'
 maybe chmod 0644 'apt/trusted.gpg.d/privacyidea_ubuntu_privacyidea-dev.gpg'
diff --git a/apt/sources.list.d/vscode.list b/apt/sources.list.d/vscode.list
new file mode 100644 (file)
index 0000000..b5c7f93
--- /dev/null
@@ -0,0 +1,3 @@
+### THIS FILE IS AUTOMATICALLY CONFIGURED ###
+# You may comment out this entry, but any other modifications may be lost.
+deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main
diff --git a/apt/trusted.gpg.d/microsoft.gpg b/apt/trusted.gpg.d/microsoft.gpg
new file mode 100644 (file)
index 0000000..0cffae0
Binary files /dev/null and b/apt/trusted.gpg.d/microsoft.gpg differ
diff --git a/mailcap b/mailcap
index 20d655d2b91efa7ae08b059547ae48a12f01a699..e2ca648cb4c5851caa9035b5808f674bbb5fe790 100644 (file)
--- a/mailcap
+++ b/mailcap
@@ -177,6 +177,9 @@ x-content/video-dvd; brasero --video %s; test=test -n "$DISPLAY"
 x-content/video-vcd; brasero --video %s; test=test -n "$DISPLAY"
 x-content/video-svcd; brasero --video %s; test=test -n "$DISPLAY"
 x-content/image-picturecd; brasero --video %s; test=test -n "$DISPLAY"
+x-scheme-handler/vscode; /usr/share/code/code --open-url %s; test=test -n "$DISPLAY"
+text/plain; /usr/share/code/code --new-window %s; test=test -n "$DISPLAY"
+inode/directory; /usr/share/code/code --new-window %s; test=test -n "$DISPLAY"
 application/sla; /usr/bin/cura %s; test=test -n "$DISPLAY"
 application/vnd.ms-3mfdocument; /usr/bin/cura %s; test=test -n "$DISPLAY"
 application/prs.wavefront-obj; /usr/bin/cura %s; test=test -n "$DISPLAY"