thiagoelg commented on code in PR #2309:
URL:
https://github.com/apache/incubator-kie-tools/pull/2309#discussion_r1595924901
##########
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:
Maybe `stageFile` is not the best name for this method since it's capable of
staging all files within a path, so it's your call to rename `stageFile` or
delete it and keep the `add`, as they work the same.
--
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]