Jonathan Carter
Jonathan Carter
Hi! 👋I'm the author of [GistPad](https://aka.ms/gistpad), which is an extension for creating/managing/editing/forking/etc. GitHub Gists in VS Code. I've noticed that many devs/ops engineers use Gists for maintaining common scripts/config/utilies, and...
In order to update the NVS bits I have installed, I've currently been cd'ing into the `$NVS_HOME` directory and then running a `git pull`. This is pretty simple, but it...
I really like the refactoring you did to the `remote` command in `v0.8`, which exposes it as a command sub group. It would be great to make the same change...
While CodeSwing supports exporting your swings to CodePen, it would be ideal if there were a way to share a swing preview with others, without needing to rely on another...
The VS Code WebView disallows calling `window.open`, and so we'll need to virtualize calls to this API, by opening new WebView windows.
The VS Code WebView disallows calling these APIs, and so we'll need to "monkey patch" them inside the swing preview and then virtualize them into VS Code toasts/input boxes.
Currently, swings allow you to write TypeScript, Pug, SCSS and Less, and the code is automatically compiled to JavaScript, HTML and CSS on-the-fly. However, in order to enable users to...
After using Glimpse a little bit over the last couple of days, I keep finding it somewhat disorienting that it doesn't display static assets anywhere. I really like the "focused"...