Jackson Kearl
Jackson Kearl
## Environment data - VS Code version: 1.45.0-insider - Extension version (available under the Extensions sidebar): 2020.4.74986 - OS and version: MacOS Mojave - Python version (& distribution if applicable,...
Hello from VS Code team 👋 Just an FYI, we've been getting reports of errors of the form: `Error: Bad progress location: platformio-ide.projectTasks`
In the focus mode review view, it'd be nice if cmd+enter sumbitted the review/comment, as it does on github.com.
Hello from the VS Code team! 👋 I'm a big fan of your work on this extension! I took a look at what it'd take to get it running in...
First, thanks for your work on this project 🙂 The current implementation is fairly slow with large repos, for instance vscode, which has around 5000 files or typescript, which has...
Hello! I'm working on an extension for Sonic Pi language support in VS Code (it's very POC right now, but the basics are down at https://github.com/JacksonKearl/vscode-sonic-pi). I'm a big fan...
Hello from the VS Code team! 👋 Thanks for working on support for web sessions of vscode! When I try to install this on github.dev, I see an error in...
### What is the problem this feature would solve? Currently, attempting to use arrow keys to navigate around text entered in `bun init` prompts results in `^[[D^[[D^[[D^[[A^[[B^[[B^[[B^[[A^[[A^[[B^[[A^[f^[b^[f^[f^[f`-type feedback, rather than...
It'd be super nice to be able to propose changes by editing the left half of the diff editor for a PR.
Closes #8. Also, this could use `useContext`, which would replace ```tsx {size => .... ``` with ```ts const size = useContext(ResponsiveContext) ``` But that would require the side bar component...