Tristan Teufel

Results 122 comments of Tristan Teufel

Jest-editor-support has unit tests for various features / plugins. you can check if this feature is already included.

you can run the extension in development mode (see readme.md) check if it crashes inside this try-catch https://github.com/firsttris/vscode-jest-runner/blob/master/src/JestRunnerCodeLensProvider.ts#L58

hey @ManfredLange generally you can influence the debug settings using the jestrunner.debugOptions settings. you can search for the option in issues and you will find plenty of examples ``` "jestrunner.debugOptions":...

it was intended as service addon, before it didnt do this, maybe some code change lead to this behaviour

maybe if you install the extension and create a symlink to the extensions directory of the yt-dlp included in sendtokodi?

i actually made a chrome extension todo this: https://github.com/firsttris/chrome.sendtokodi but i was so lazy not to extend my chrome developer account and it was deleted from the store. i have...

``` { "jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "file": "plugin://plugin.video.sendtokodi/?https://soundcloud.com/spinnin-deep/sam-feldt-show-me-love-edxs-indian-summer-remix-available-june-1" } }, "id": 1 } ```

Hallo, also ich habe das selbst noch nicht gemacht aber - habe mal gelesen man kann sich mit init(String url, String interface_id) als consumer in der ccu registrieren und bekommt...

d.h. du könntest auf eine bestimmtes Event reagieren anstatt mit setInterval() zu arbeiten.

i forgot we already have such a logic. it seems like if we also check for vitest it would solve the issue?