tiagobento commented on code in PR #2112: URL: https://github.com/apache/incubator-kie-tools/pull/2112#discussion_r1450535366
########## packages/operating-system/src/paths.ts: ########## @@ -0,0 +1,9 @@ +import * as __path from "path"; Review Comment: Ok, got it. I guess it's fair to have this only in VS Code, given all other channels are not platform-specific, so we don't really have to deal with Windows paths :) I'll apply the change. -- 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]
