Aviv Ben Shahar

Results 11 comments of Aviv Ben Shahar

Please attach some code examples for better review of the problem

https://github.com/firsttris/vscode-jest-runner/pull/258

Hi all 👋 Any update about this one? I see @koraniar in on to something, but still there is no PR for a fix 🥲

# Hi all 👋 **I've created a nice GitHub action workflow, with no additional configuration needed 👍** ### Here are the workflow results for `chore` commit: ![CleanShot 2024-01-19 at 22...

> @Avivbens, does it truly need `write-all` permissions? Nope, just didn't wanted to deal with the permissions, as the action does require a bunch of them. Of course, you can...

> > Ok, I found a workaround. Not sure if it's ideal, but it's working if anyone is interested > > > > 1. We need to checkout to the...

By your answer, I understand that the logic of loading modules based on the user inputs are already exist. Right?

Let's say, for example, that the user trigger the command install. In that case, I would like to have the ability to split the install command off the other commands...

I thought the same, although it'll be super convenient to just activate that by a flag.

> @Avivbens how the API to this would look like? I thought about something like this: **2 Commands as an example** ```typescript @Command({ name: 'shell', options: { isDefault: false },...