Evan Brodie

Results 20 comments of Evan Brodie

Oh wow....I consider the implementation of this to be essential in my usage of VIM. I cannot see how my VIM coding sessions can continue to remain productive without these...

I don't use VIM on VSCode anymore, too many hurdles to jump through to make it usable. Best of luck to whoever implements the PR.

Also running into this problem, with serious lag between my typing and the characters appearing on the screen. I am using the latest version of MacOS (10.15.3), VSCode (1.42.0) and...

`vim.foldFix` does not even appear to be a valid extension, according to the list of available settings in my VSCode installation.

@BookOfGreg I run into this problem when I apply filtering to `require.context()` to only load production JS/JSX/TS/TSX files in my application pack. The main purpose of me doing this is...

I was forced to adjust my regex to allow directories to be included, as well as the JavaScript/Typescript files themselves: ``` const componentRequireContext = require.context("components", true, /^(?!.*__tests__\/.*$).+$/) ``` I am...

I switched jobs last year and no longer work on the project in question, nor work on a project using neither webpacker nor react-rails. Thus I am unable to comment...

Still locked. RIP Omniauth?

Sorry...I realized that I should have posted this issue in https://github.com/HookyQR/VSCodeBeautify. I will close this and file an issue there. My apologies for the spam.

@codegangsta shameless poke, since it has been 3 weeks :S