ericchase

Results 53 comments of ericchase

oh, actually, all i changed in the extension code were the config files being used, so the cause might actually be somewhere in the extension code that connects these features...

can you show your executor map line for c++? looks like either an issue with quoting or the `.\`

wanted to chime in about - noFloatingPromises ([no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises/)) i think this is an extremely important rule. just this past week, i've forgotten to await async functions dozens of times. i...

https://github.com/ericchase/vsce--code-runner-fork/issues/1 sounds like you should be able to do this with my forked version where i add better support for pathing if it's still not enough, let me know

@Willaaaaaaa https://github.com/formulahendry/vscode-code-runner/issues/1173#issuecomment-2373282045 This sounds like it applies to you as well.

i'm surprised that keepass has been around this long and no one has attempted a complete solution for end to end automatic synchronization. i've looked at all the plugins, tried...

> > i'm surprised that keepass has been around this long and no one has attempted a complete solution for end to end automatic synchronization. > > My feeling is...

I made some changes to deal with the quoting and directory creation issues. If you have time to take a look, please let me know if this solves those particular...

I haven't planned to add anything more for a few reasons: 1. IIRC, the original code relies on a very old node version, making it a bit difficult to add...

Wow, you're pushing this extension to the limit. It looks like you want to write mini custom build scripts. I've written a full-blown custom build system for my projects, so...