ljubadr
ljubadr
Thank you for your fast response! Currently I'm using the version `1.8.1` on Ubuntu 20.04 I've installed version `1.9.0-continuous` to test this out and `Edit > Paste Embedded` works really...
Currently I use `Paste Embedded` and then I move the second image below the original screenshot. But I'm having some issues with this approach when the second image is tall....
I'll log a new bug soon Thanks for looking into this!
I've created the new ticket [#632](https://github.com/ksnip/ksnip/issues/632) for `Paste Embedded` bug
@Sadi58 that option will copy `new` captures to clipboard I was asking if it's possible to automatically copy image to clipboard `on save`. It might not work for everyone, but...
No worries :smile: I still use `ctrl+s, ctrl+c`. Number of times that this happens is pretty low and I don't mind double checking I'm still hoping that copy on save...
I was in similar situation trying to setup few different vscode extensions to work with specifying `docker-compose exec...` or `docker exec ...` I ended up using [Remote Containers](https://code.visualstudio.com/docs/remote/containers) in vscode,...
Thanks @Xachman. Your comments helped me to make this extension finally work 👍 I used your `settings.json` ```json { "phpunit.phpunit": "/path/to/file/docker-phpunit.sh", "phpunit.args": ["--configuration", "/var/www/html/phpunit.xml"], "phpunit.relativeFilePath": true } ``` Here is...
I wanted to post a quick update Even though I have this extension working with the setup above I decided to use [remote containers]( https://code.visualstudio.com/docs/remote/containers) approach I already have php...
There is a discussion about this as well - [[8.x] Memory leak on testing #39255](https://github.com/laravel/framework/discussions/39255). Might have some useful info