taoqf

Results 105 comments of taoqf

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

I have merge all your pull requets. https://www.npmjs.com/package/@taoqf/quill-image-resize-module

Many thanks @chrmarti , what about ``` commands.executeCommand('remote-containers.startAndOpenFolder', xxx); commands.executeCommand('remote-containers.openFolder', xxx); ```

I want call `devcontainers/cli` to build dev container, then call `commands.executeCommand('remote-containers.openFolder', xxx);` to open the container.

It more like do the same thing reopen in container, but I want call it in my extension. and do some thing before/after the container opened, especially `after` that. If...