cgballance opened a new pull request, #282: URL: https://github.com/apache/camel-karavan/pull/282
on windows platform, the workspaceFolder format is different than fullPath's format(looks like from vscode.Uri format, which will have lower case drive with path.sep). path.resolve on the workspaceFolder is not eliminating a leading slash, prefixing with a drive letter too. Using Uri normalizes the workspace folder. resolve works as long as a leading slash is not in the fullPath(windows specific). Needs testing on *nix variant. -- 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]
