Will Binns-Smith

Results 47 comments of Will Binns-Smith

oh! didn't even realize client capabilities was part of v3. it looks like v2 has a distinct `Snippet` completion type (which v3 has as well), but v3 (in its current...

this looks sooo good! excited!! 🎊

Soon terminal will behave like other pane items (it will have a stable URI) so that opening a terminal will place it where it last was. We'll also add a...

overall I like the idea. There are a few cases where collapsing things might be less useful. For example, if there's a single top-level function with a number of useful...

@hansonw, is this using a similar API as code actions?

Just a thought, but maybe brfs could inline something like `throw new Error` in place of the inlined string in these cases. That way, it could be caught when the...

I'm reading in a manifest generated by [gulp-rev](https://github.com/sindresorhus/gulp-rev#asset-manifest) and writing it into browserified output so that lookups of unrevved-to-revved assets can be shared in node and the browser. In development,...

This is addressed in #34, but @donavon hasn't yet chimed in or merged it.

From @sokra: this should only happen if we're missing a `src/index.js`, pages, and app directory (the entries for each ContentSource). Consider returning an `Result` from each, and if all are...

🎉 Do you have any examples of the memory impact of this change?