Caleb Meyer

Results 33 comments of Caleb Meyer

The problem with VS Code (and unfortunately with VS Code Vim) is that there's not enough information in the public API to enable a fully compatible (or even as good...

Yeah, I'd switch to xray in a heartbeat if it's as fast as what's out there make it seem. It would be the best of atom and sublime text. I...

I'll note that you can shorten the run path with a different variable: C:\Users%username%\AppData\Local can just be %localappdata% But I'll also chime in that this worked for me as well.

Just spent a full day debugging this. Glad to have found this issue.

If you want to keep the behavior of acceptSuggestionOnCommitCharacter for other languages (just not csharp), you can use a language specific setting in your settings.json: ```json "[csharp]": { "editor.acceptSuggestionOnCommitCharacter": false...

To add to this the full list of steps that worked for me: - unplug the now "half unmounted" drive - plug it back in - use your file manager...

I ran into this today. When you use `Editor::ConvertToSnakeCase` (or the other case conversions), it leaves the updated text selected. I'm a vim mode user (and came via spacemacs), so...

Hey all! Just bumping this to say it's still a problem for me. Happy to take any troubleshooting steps needed.

> it looks like we're crashing while trying to render a very large markdown document There are only these 5 markdown files in the repo: I can't share their contents...

I'm not certain, but I believe that fix may have fixed my issue. I haven't been able to make a crash happen this morning.