Jake Bailey
Jake Bailey
**Is your feature request related to a problem? Please describe.** When I have all of `node_modules` in `skipFiles`, my stack frame is still full of "immediate" frames, so I can't...
**Describe the bug** If `pushurl` has been set to prevent a remote from being pushable (which I tend to do in order to ensure I never ever push upstream, https://stackoverflow.com/a/10260389),...
- Extension version: v0.78.1 - VSCode Version: 1.85.2 - OS: Browser - Repository Clone Configuration (single repository/fork of an upstream repository): https://github.dev/microsoft/TypeScript/pull/57681/files - Github Product (Github.com/Github Enterprise version x.x.x): Github.com...
Fixes #81 Outstanding questions: - Should it really do `build-all` on `prepare`? - Should `site` be a part of the monorepo? - If so, should `build-all` build the site? -...
**Describe the bug** I'm looking into removing the ESLint plugin we use on TS to sort/group imports, as using dprint to do this would be a lot faster and less...
Leaving this TODO for myself; right now, I store the clone of TypeScript and associated info / data inside of the package dir. This is fine, except if you use...
**Describe the bug** dprint-plugin-markdown version: 0.16.2 I think there's some abiguity here given this syntax is used for markdown images, but when using `[^footnote]` syntax, placing the footnote directly after...
**Describe the bug** Comments at the end of objects have their preceding newlines removed; this is awkward in config files where I'm commenting out a setting at the bottom of...
This is a major bump due to a couple of breaking changes. The only one that affects us is the bump from Node 12 to Node 18 due to the...