thiagoelg commented on code in PR #2309:
URL:
https://github.com/apache/incubator-kie-tools/pull/2309#discussion_r1595922726
##########
packages/workspaces-git-fs/src/worker/WorkspacesWorkerApiImpl.ts:
##########
@@ -389,6 +389,19 @@ export class WorkspacesWorkerApiImpl implements
WorkspacesWorkerApi {
//git
+ public async kieSandboxWorkspacesGit_add(args: { workspaceId: string;
relativePath: string }): Promise<void> {
Review Comment:
There's already a method called `kieSandboxWorkspacesGit_stageFile` that
does exactly this and it's also callable via `workspaces.stageFile` on KIE
Sandbox.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]