Tristan Teufel

Results 122 comments of Tristan Teufel

somewhere on the bable site there was a section with features and plugins i remember. i remember this because we migrated from typescript to babel-parser in jest-editor-support.

for config files? we already have those: https://github.com/firsttris/vscode-jest-runner/blob/master/src/jestRunnerConfig.ts#L99 of you mean for test files? that a bit unsual.

currently there are no plans yet. but generally it would make sense to integrate it.

i want to switch debug mode to opening the integrated debug terminal and do the same thing as we do for run.

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...

i dont think this willl work because addTags() first needs to be resolved by a compiler to get the string.

sure why would i not accept it :+1:

If you contribute a test explorer window i will add you as collaborator to the repository. https://nx.dev/ also install this extension as recommended extension for jest: https://github.com/nrwl/nx/issues/3868

i think its just missing the escaping for this character.

can you provide which terminal and which os you are using.