Evan
Evan
@Shougo I didn't mean this to be a bug report, more of a "How do I do this?" or "Can this be added if it isn't already possible?" type of...
> > I tried this: https://github.com/lambdalisue/fern.vim/wiki/Tips#close-fern-after-open > > I think it does not work for `tabedit`. Can you test it with other open commands? I don't know it is bug...
Just for kicks I decided just now to try creating the '/vs/editor/common/commands/` folder and copying `shiftCommand.js` into it and now the only error message I get in the console is...
> Seems like you are using AMD / requirejs type loader. Did you follow the amd instructions in the readme. Or could you paste the code snippet of how you...
I stepped away from this project for awhile, still haven't been able to quite figure it out.
Today I started a blank project with `npm init`, copy/pasted the example code for `index.html` from the README, did the `index.js` like it's shown on the Electron quick start guides...
New discovery: Everything works perfectly fine when using the `unpkg.com` link to require, but not when using the npm version. That should maybe be fixed! @brijeshb42 (unless I'm doing something...
Also waiting for this feature. I use Shift+H and Shift+L to move between editors in Vim, but in VSCodeVim if I try to use rH or rL to single replace,...
> I can't replicate with 1x 1080p and 1x 1440p (I don't have 2x 1440p with me right now), but from your description, it sounds like the issue is just...
Also having this issue in a C++ project. I can still build and run normally, even though Zed claims my header files don't exist. EDIT: Confirmed that it also happens...