Scott McPeak

Results 9 comments of Scott McPeak

This does not look like the race I noted (in [https://github.com/returntocorp/semgrep/blob/develop/semgrep-core/src/cli-bridge/bridge_design.txt](bridge_design.txt), search for "Progress bar race condition") because, in that case, the symptom would be an "internal error" that is...

The reason for this ASan complaint is `strlen` reads its data in units of `unsigned long`, which means it can read more bytes than are in the object containing the...

I did a search on the marketplace for [mac keyboard defaults](https://marketplace.visualstudio.com/search?term=mac%20keyboard%20defaults&target=VSCode&category=All%20categories&sortBy=Relevance) and found two that look promising: * [MacKeybindings](https://marketplace.visualstudio.com/items?itemName=fredhappyface.mackeybindings) * [MacOS Default Key Bindings](https://marketplace.visualstudio.com/items?itemName=MikeCunneen.default-keys-macos) There might be others but I...

Those commands are not bound to any key by default in the Windows version of VSCode, and consequently this extension does not bind them either, since its goal is to...

Regarding the first issue, are you saying that pressing the End key normally moves the cursor to the end of the line, but because of my extension, it instead activates...

Thanks for the update and clarifications. I propose to add a Readme section about the second issue; see below. Do you think this would adequately address the issue? ## Home...

I've just pushed a change to `README.md` with the new section. However, testing and publishing an updated extension on the marketplace is a bit of a hassle so I'll wait...