VS Code is missing a few characters when running launch task in Git Bash

Orgad Shaneh orgads@gmail.com
Mon Jul 4 05:57:09 GMT 2022


Sure,

Install VS Code and Node.JS.

Clone this repository: https://github.com/orgads/cygtest

Open the directory in VS Code and run (F5). Wait for it to finish,
then run again.

I've noticed that even the first execution has some mistyped
characters (moved from ** to ##):

waitForDeb**u**gge**r**
"exe**c**Path":"C:\\Program Fil**es**\\nodejs\\node.exe"
"autoAttachMod##urces##e":"always"

And on the second run:
"inspecto**r**Ipc":"\\\\.\\pipe\\node-cdp.9412-8.sock","##r##deferredMode":false

$  /usr/bin/env 'NODE_OPTIONS=--require
"c:/Users/orgads/AppData/Local/Programs/Microsoft VS
Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js"
--inspect-publish-uid=http'
'VSCODE_INSPECTOR_OPTIONS={"inspectorIpc":"\\\\.\\pipe\\node-cdp.9412-7.sock","deferredMode":false,"waitForDebgge":"","exePath":"C:\\Program
Fil\\nodejs\\node.exe","onlyEntrypoint":false,"autoAttachModurcese":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-c57206c2f20dca1d"}'
C:\\Program\ Files\\nodejs\\node.exe index.js
hi

$  cd f:\\Projects\\cygtest ; /usr/bin/env 'NODE_OPTIONS=--require
"c:/Users/orgads/AppData/Local/Programs/Microsoft VS
Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js"
--inspect-publish-uid=http'
'VSCODE_INSPECTOR_OPTIONS={"inspectoIpc":"\\\\.\\pipe\\node-cdp.9412-8.sock","rdeferredMode":false,"waitForDebugger":"","execPath":"C:\\Program
Files\\nodejs\\node.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-fab5a0d7b63917c7"}'
C:\\Program\ Files\\nodejs\\node.exe index.js
hi

On Mon, Jul 4, 2022 at 2:41 AM Takashi Yano <takashi.yano@nifty.ne.jp> wrote:
>
> On Sun, 3 Jul 2022 16:02:46 +0300
> Orgad Shaneh wrote:
> > On Sun, Jul 3, 2022 at 2:18 AM Takashi Yano <takashi.yano@nifty.ne.jp> 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 <takashi.yano@nifty.ne.jp>


More information about the Cygwin mailing list