Tristan Teufel

Results 122 comments of Tristan Teufel

Hey the extension is simply generating a command which is executed from CLI. So it should be pretty much the same as when you execute Jest from CLI. there is...

https://github.com/firsttris/vscode-jest-runner?tab=readme-ov-file#extension-settings there is a extension setting for this jestrunner.configPath

a colleague at work found a solution which works for Chrome, Safari 11, IE11, EDGE, FF (only downloads 1 bundle not both) I wrote down my findings and created a...

Hi pvdl, i think i created what you requested: https://github.com/firsttris/plugin.video.sendtokodi

@domsleee what do you think about this idea?

from my research there is no other way to just open the debug terminal (like you can do it from the vscode ui) with the API. the only way is...

Thanks for your message, you are absolutly correct, we need to change this.

good work. very clean. i like your code.

when the extension was created there was no test ui and no test api. i think there are potential upsides and downsides. with our solution we are super flexible because...

hey @mickmister jest-editor-support uses babel-parser to parse the test code. https://github.com/firsttris/vscode-jest-runner/blob/master/src/parser.ts#L2 https://github.com/firsttris/vscode-jest-runner/blob/master/src/JestRunnerCodeLensProvider.ts#L60 i could imagine that this feature is not supported by babel-parser yet.