Fabio Zadrozny
Fabio Zadrozny
I agree it's something that could be supported... would you like to provide a patch? The related code is straightforward: https://github.com/fabioz/mu-repo/blob/master/mu_repo/action_clone.py Maybe just removing the `/` check in https://github.com/fabioz/mu-repo/blob/master/mu_repo/action_clone.py#L66 could...
Closing since there are no plans to implement this -- pull requests welcome ;)
Actually, this one has a pull request for it: https://github.com/fabioz/mu-repo/pull/51 Still, the question there remains: why not just use a git alias?
@nicolasbillamboz-flowbird unfortunately there are no plans to tackle this... Robocorp is transitioning to be Python 1st (https://robocorp.com/blog/python-for-automation-as-code), so, while it'll still support Robot Framework in its platform (because it's a...
Agreed, would you like to do a PR? (see: https://github.com/robocorp/robotframework-lsp/issues/1051)
The fix seems straightforward so, I'll merge it... can you fix the prettier linting issue though? -- https://github.com/robocorp/robotframework-lsp/actions/runs/5668509986/job/15360604509?pr=963
Note: this same issue is being used for the use case of forcing a build at a given time without waiting for the automatic build to kick in.
Sorry for the really late reply (I just saw this PR now). Actually the `package.json` is generated from running `robotframework-lsp/codegen/codegen_package.py`, so, it cannot be changed directly (you need to update...
Right now it needs to have Rosetta installed and configured to work... Can you make sure it's installed and configured in your machine?
If it should be the same dir it should probably use the `${workspaceFolder}` variable so that it doesn't rely on the `cwd`. Also, please run the `codegen_package.py` so that the...