From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1664704-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 05DF815852A
	for <garchives@archives.gentoo.org>; Tue, 27 Aug 2024 07:00:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48BEAE2A0F;
	Tue, 27 Aug 2024 07:00:07 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 24519E2A0E
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2024 07:00:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 42693342FA7
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2024 07:00:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 931331F2D
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2024 07:00:02 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1724740867.caecc82aa9bcc9eae6ca15ccf3d7e519730b018e.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/vscode/files/code.desktop
X-VCS-Directories: app-editors/vscode/files/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: caecc82aa9bcc9eae6ca15ccf3d7e519730b018e
X-VCS-Branch: master
Date: Tue, 27 Aug 2024 07:00:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9cb03ee9-45b3-4fba-8caa-3eae2330616e
X-Archives-Hash: c1fad48d2aee3eeb9b1b7dcef3d3ca71

commit:     caecc82aa9bcc9eae6ca15ccf3d7e519730b018e
Author:     unlsycn <unlsycn <AT> unlsycn <DOT> com>
AuthorDate: Mon Aug 12 09:21:35 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 06:41:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caecc82a

app-editors/vscode: remove deprecated flag

See https://github.com/microsoft/vscode/pull/209471.

Signed-off-by: unlsycn <unlsycn <AT> unlsycn.com>
Closes: https://github.com/gentoo/gentoo/pull/38113
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/vscode/files/code.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vscode/files/code.desktop b/app-editors/vscode/files/code.desktop
index ec697eca68b6..3d3766982e2c 100644
--- a/app-editors/vscode/files/code.desktop
+++ b/app-editors/vscode/files/code.desktop
@@ -2,7 +2,7 @@
 Name=VSCode
 Comment=Editing evolved
 GenericName=Code Editor
-Exec=/usr/bin/vscode @exec_extra_flags@ --unity-launch %F
+Exec=/usr/bin/vscode @exec_extra_flags@ %F
 Icon=vscode
 Type=Application
 StartupNotify=false