Eric Amodio

Results 371 comments of Eric Amodio

Please don't close this -- this is a very important feature for using webpack in watch mode

Its not just about docs -- and it might be more of a webpack than ts-loader issue, but there is still no way to really setup a problem matcher for...

@KnisterPeter FYI, there is a [problem matcher extension](https://marketplace.visualstudio.com/items?itemName=eamodio.tsl-problem-matcher) for ts-loader/fork-ts-checker. And I've just added support for fork-ts-checker v5

Now that .NET core is RC2 (with x-plat) any chance of resurrecting this?

Yeah, I feel the same here -- I like the TabNine suggestions in general, but there are quite a few cases where they get in the way of the others...

I'm experiencing the same without using the Vim extension. Can easily reproduce by just holding down the space bar and instead of it continuously repeating spaces, it starts ok, but...

Maybe there could be a way to have the nonce injection be a replaceable token, so that the nonce token could be replaced dynamically at runtime? I would like that...

Any news on this one?

Yeah, initial compilation was about a 20s difference, but even on change it seemed slower too.

I just pushed a branch here: https://github.com/gitkraken/vscode-gitlens/tree/feature/eslint-webpack -- that switches from using eslint from `fork-ts-checker-webpack` to `eslint-webpack-plugin`. Using that same branch, just 1 commit back (e.g. using `fork-ts-checker-webpack` to run...