Andrew Bradley

Results 254 issues of Andrew Bradley

With `--plugin jsdoc` is there a way to: - remove the JSDoc annotations? For example `/** @param {Foo} bar */` should be entirely removed since it does not contain any...

enhancement

The TS & mocha tutorial is unnecessarily complex and a bit misleading; it can be simplified. https://istanbul.js.org/docs/tutorials/typescript/ It says to pass *both* `--require ts-node/register` and `--require source-map-support/register`. The latter is...

## Versions This feature does not yet exist in: - [x] the **latest** version of the extension (below) - [ ] the **latest** version of the language server (below) ###...

enhancement
extension-only

On node, is there a way to use dependency injection to provide a `fetch` implementation rather than declaring one globally? Is there a recommended implementation, maybe https://www.npmjs.com/package/isomorphic-fetch or https://www.npmjs.com/package/cross-fetch? Ideally,...

enhancement

Some users want the ability to save pane-specific state, such as environment variables or a python virtualenv. When the pane is restored, they want this extra state to be restored...

The readme mentions Dokany 1.1.0.2000, but the latest available version is 1.2.0.1000. Is dokan-sshfs compatible with Dokany 1.2.0.1000?

While working on #891, I'm not sure what I should and should not do for `NamedParameters`. It does not seem to be described in the README. Is there any documentation...

discussion

Boolean options should not swallow the following argument if it is `false` or `true`. This can occur coincidentally and is probably not what the user wants. Consider a CLI tool...

Bug

It'd be cool if the documentation mentions this variant of `extensions`: ``` extensions: { ".foo" { module: "foo-loader", // load this module register: (fooLoader) { // pass it to this...

I'm seeing a bug using this plugin with webpack 3 `--watch`. When freezing an asset (for example, from `emitFile`) the value to be frozen is a string, so a non-JSON...