Andrew Bradley

Results 232 issues of Andrew Bradley

**Is your feature request related to a problem? Please describe.** I use a git access token stored in git's credential store for both git commands (pull, push) and for CLI...

improvement

I'm starting to work on yarn 2 compatibility. I'll see how far I can get. ## Try it out today Yarn 2 users, you can try this branch today and...

**Feature to document** I noticed that the recommendations for using `ts-node` to load `webpack.config.ts` can be simplified: https://webpack.js.org/configuration/configuration-languages/ First, `TS_NODE_PROJECT` environment variable is supported natively by ts-node; no need to...

The `EditorButton` example shows placing a button before a field by annotating the field. https://github.com/arimger/Unity-Editor-Toolbox#toolboxdecoratorattributes Is there any way to place an attribute directly on a method? Similar to https://dbrizov.github.io/na-docs/attributes/drawer_attributes/button.html...

enhancement

*Splitting #40 into multiple PRs for easier review.*

It would be great if we could install gitlogg via npm. ``` $ npm install -g gitlogg $ gitlogg ./myrepos/*/ ``` So a wrote a PR for that. You can...

Extracting from #141 We can provide twoslash-style tooltips but for JSON documents, based on JSON schema. The schema-based tooltips can be generated using VSCode's JSON language service, https://github.com/microsoft/vscode-json-languageservice

When `tsconfigJSONRenderer` checks if a token is a known tsconfig property, it assumes the token starts and ends with double-quotes. However, on themes where the surrounding quotes are rendered in...

I'm trying to set up coveralls reporting so that we do multiple parallel invocations, and the final aggregate will pass / fail based on coverage increase/decrease. Here is where I'm...