Eleven Lee
Eleven Lee
Maybe you could try this [History-AutoDelete](https://github.com/History-AutoDelete/History-AutoDelete)? It was developed by one contributor of CAD too.
Possible duplicate of https://github.com/microsoft/vscode/issues/203375 VS Code now requires `GLIBC_2.28` or later, which is shown in the log and per the [Additional Linux requirements](https://code.visualstudio.com/docs/supporting/requirements#_additional-linux-requirements). You could download an older version and...
vscode likely won't install server that is newer than itself, so you can try to install an old version (and turn off the auto update feature of it) in your...
> Does setting `"remote.SSH.useExecServer": false` make a difference? No, I've tried `"remote.SSH.useExecServer"` with both `true` and `false`, and it didn't make a difference. I've been using configs below (uppercase values...
Thanks for your detailed clarification, I had never thought this would have something to do with GCC. Let me know if I could offer more help, and feel free to...
It just hit my mind that increasing the stack size would solve **THIS KIND** of problem (like cases when I increase the range to 512 or 1024 in the Python...
> In a strange turn of events, if I write like so: > > ``` > "remote.SSH.serverInstallPath": { > "reactions": /projects, > } > ``` > > that is, skipping...