Katsute

Results 23 comments of Katsute

The library itself does not format files, it wraps the FFMPEG exe; meaning that since FFMPEG itself does not offer input streams as a valid input, the java library also...

If you want to preserve some compatibility between Chrome and Firefox you could have a post build script that modifies the manifest version and produces two distributions: one for Chrome...

Unfortunately there isn't a way to add this feature; the backgrounds are running in a separate process than the extension thread, so there isn't a way to actually get the...

If you want to copy or share settings you can open your user settings from the command pallette, the options for this extension will start with `background.`

VSCode extensions do not have access to the DOM, it is not possible to have a command in the extension run code on the HTML in the IDE.

There is not a way, the separation is intentional so extensions can't mess with the front end elements.

This is intended behavior, this extension works by applying a background behind the editor, then lowers the content opacity so we can actually see the background. Set a higher opacity...

The `renderContentAboveBackground` option might have what you are looking for.

This is likely a permissions issue with flatpak, try installing using deb or rpm: https://code.visualstudio.com/download

Yeah, tarball might be the only solution for this. Usually the extension would fallback to sudo to write to these directories, however it seems like this Linux distro doesn't have...