DCsunset

Results 93 comments of DCsunset

I think it should probably work already with a reverse proxy. Have you tried it and encountered any issue?

Hi, I believe this is the expected behaviour because this plugin doesn't come with default keybindings. As said in the README, "To use this extension, first you need to import...

Sure, I think it's reasonable to add it to `_ctx` as it may be a commonly used property. It would be great if you'd like submit a PR for this.

Yes, you can. As said in the README, you are free to add more modes. You can do this just by giving it a name and declaring its keybindings like...

I don't quite understand the problem you are facing here and what you want to achieve. The keybinding for `⌘-d` is not handled by modalEditor and I'm not sure what...

I see. It's indeed a problem as commands provided by VSCode assume that the range doesn't include the current cursor. There seems to be no perfect solution to that. For...

I'm not very familiar with the `sourcepos` extension, but what you are trying to do seems to be passing a few more options to the pandoc command when parsing other...

As for passing options, I believe we can make it more general, like supporting template variables `{filename}` in `pandoc-options`. We can also add an option to support setting arbitrary env...

Hi, I'm using a cpp file with only a newline in it and include it in another file simply like the following: ```cpp !include empty.cpp ``` But I'm unable to...

Hi, Could you give some example code to clarify what you mean by parameterizing include?