On Sun, Jul 3, 2022 at 2:18 AM Takashi Yano <takashi.y...@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.

Examples:
Good:
$  cd F:\\Projects\\VoiceAIConnector/session-manager/dist ;
/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.2260-6.sock","deferredMode":false,"waitForDebugger":"","execPath":"C:\\Program
Files\\nodejs\\node.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-92e9f97c5ea0c8b4"}'
C:\\Program\ Files\\nodejs\\node.exe
.\\..\\node_modules\\mocha\\bin\\_mocha --timeout 0 -r
tsconfig-paths/register test/unit-test/ssml.test.js

Bad 1:
All the part between the stars is gone (offsets are counted from the $
in the "good" command):
* Offset 187-209: ms-vsc**ode.js-debug/src/bootl**oader.bundle.js
* Offset 373-417: "execPath":"C:\\Progr**am Files\\nodejs\\node**.exe"
* Offset 603-625: C:\\Program\ Files\\nodejs\\node.e**xe
.\\..\\node_modules**\\mocha\\bin\\_mocha

$  cd F:\\Projects\\VoiceAIConnector/session-manager/dist ;
/usr/bin/env 'NODE_OPTIONS=--require
"c:/Users/orgads/AppData/Local/Programs/Microsoft VS
Code/resources/app/extensions/ms-vscoader.bundle.js"
--inspect-publish-uid=http'
'VSCODE_INSPECTOR_OPTIONS={"inspectorIpc":"\\\\.\\pipe\\node-cdp.2260-6.sock","deferredMode":false,"waitForDebugger":"","execPath":"C:\\Progr.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-49cb84aaa44af289"}'
C:\\Program\ Files\\nodejs\\node.e\\mocha\\bin\\_mocha --timeout 0 -r
tsconfig-paths/register test/unit-test/ssml.test.js

Bad 2:
Same + b jumped from ** to ## (offset 568 -> 586 in this command):
\\mocha\\**in\\_mocha --timeo##b##ut 0 -r
$  cd F:\\Projects\\VoiceAIConnector/session-manager/dist ;
/usr/bin/env 'NODE_OPTIONS=--require
"c:/Users/orgads/AppData/Local/Programs/Microsoft VS
Code/resources/app/extensions/ms-vscoader.bundle.js"
--inspect-publish-uid=http'
'VSCODE_INSPECTOR_OPTIONS={"inspectorIpc":"\\\\.\\pipe\\node-cdp.2260-7.sock","deferredMode":false,"waitForDebugger":"","execPath":"C:\\Progr.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-945eb8360380780f"}'
C:\\Program\ Files\\nodejs\\node.e\\mocha\\in\\_mocha --timeobut 0 -r
tsconfig-paths/register test/unit-test/ssml.test.js

Bad 3:
Same as 1 + s and e jumped from ** to ## (offsets 201 and 209 ->
229-230): ms-vscoader.bundle.j**" --insp**ct-publish-uid=http'##se##
$  cd F:\\Projects\\VoiceAIConnector/session-manager/dist ;
/usr/bin/env 'NODE_OPTIONS=--require
"c:/Users/orgads/AppData/Local/Programs/Microsoft VS
Code/resources/app/extensions/ms-vscoader.bundle.j"
--inspct-publish-uid=http'se
'VSCODE_INSPECTOR_OPTIONS={"inspectorIpc":"\\\\.\\pipe\\node-cdp.2260-8.sock","deferredMode":false,"waitForDebugger":"","execPath":"C:\\Progr.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\\Users\\orgads\\AppData\\Local\\Temp\\node-debug-callback-dcc14f60d807e31f"}'
C:\\Program\ Files\\nodejs\\node.e\\mocha\\bin\\_mocha --timeout 0 -r
tsconfig-paths/register test/unit-test/loader.js

The binary was built here:
https://github.com/msys2/msys2-runtime/pull/96/checks (Artifacts ->
install).

- Orgad

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to