fyz
fyz
worked for me with magisk v25.2 and android 11 (R, api 30) didnt work on android 9 (pie, api 28), just like readme stated
if you ran it from some server then i would guess that it was account theft prevention thing triggering
it seems that spawning a process with detached set to true breaks Ctrl+C behavior setting it to false in `WindowsExternalTerminalService.spawnTerminal` fixes it for me https://github.com/microsoft/vscode/blob/588ec342a0ce15f8f049d66b41d6970a0ad46432/src/vs/platform/externalTerminal/node/externalTerminalService.ts#L71 funnily enough, that change was...
it's not a setting, it's hard coded in the source code you would have to compile vs-code yourself (or change the right `detached:!0` in the compiled source (`resources/app/out/main.js`), the one...