From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-03.nifty.com (conssluserg-03.nifty.com [210.131.2.82]) by sourceware.org (Postfix) with ESMTPS id 7BAF83858430 for ; Sun, 3 Jul 2022 23:41:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BAF83858430 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 (ak044095.dynamic.ppp.asahi-net.or.jp [119.150.44.95]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 263NesPo005302; Mon, 4 Jul 2022 08:40:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 263NesPo005302 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1656891654; bh=+bTiZ8+7/92KJOy9Wo2LylfBMAy+Aei6icu0ROoDcus=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cgjMsEdUyZ6DGj5Szu0xArfDY1thybr/4HyeCyDcqrqu1gvrJVBSWnCAizK16fCZv MXZCIQxhADME/IyX9XvYl5HzAZT0/ZCGH7onw36CqknqOjUDXvAHSgOw7qkq3f3jJf GHZb3dTKVwvrSWRn3WIkJhCL7BzuDHiOvbSCFNRv2ZeE3W7uBnbD0JGS32uzN27ENf ZzLkBjznQW7QlVgcP98I7sxKKXMCRy3FRAmTMWITZ884P9ko45Wjs7QAgLDvCPsFFg 5ndaoMZgZiO72Wz2EUhos3XW0umv9GTsQPmYWKaXKU7N4olR+SXjIAVgQJFfa463ds Bi0MQsdA4SrPA== X-Nifty-SrcIP: [119.150.44.95] Date: Mon, 4 Jul 2022 08:40:54 +0900 From: Takashi Yano To: cygwin@cygwin.com Cc: Orgad Shaneh , Johannes Schindelin Subject: Re: VS Code is missing a few characters when running launch task in Git Bash Message-Id: <20220704084054.390c9a1007838e83d0ffea5a@nifty.ne.jp> In-Reply-To: References: <20220527075949.caeyh2d65fhmumss@lucy.dinwoodie.org> <20220527214303.80d6b3bab0547037fb54b819@nifty.ne.jp> <20220702083406.e1645189e225ca05e0e69fbe@nifty.ne.jp> <20220703081728.a6050dd874181f3810a48a94@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2022 23:41:34 -0000 On Sun, 3 Jul 2022 16:02:46 +0300 Orgad Shaneh wrote: > On Sun, Jul 3, 2022 at 2:18 AM Takashi Yano wrote: > > > > On Sat, 2 Jul 2022 08:34:06 +0900 > > Takashi Yano wrote: > > > Thanks. I could reproduce the issue. I will submit a patch > > > for this issue shortly. > > > > Does the patch I pushd to cygwin-3_3-branch solve the > > VS Code issue? > > > Hi Takashi, > > Thank you. > > I think it is a bit better, and the paste issue is solved, but VS Code > still mistypes a few characters, and discards some quite long > sections. Perhaps, VS code issue is a separate issue from the issue of pasting long text. Could you please let me know the steps how to reproduce the issue? -- Takashi Yano