Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Fix refresh of classpath for some MacOS #1714

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

apupier
Copy link
Member

@apupier apupier commented Nov 29, 2023

For not clearly defined reasons (that we are able to find), on some MacOS machines, the current working directory used by default by Node.js execSync method is not picked by correctly by Camel Jbang. Using the workspace folder is workarounding the issue.
In regular cases, there will be a workspace folder available.

fix #1698

For not clearly defined reasons (that we are able to find), the current
working directory used by default by Node.js execSync method is not
picked by correctly by Camel Jbang. Using the workspace folder is
workarounding the issue.
In regular cases, there will be a workspace folder available.

fix #1698

Signed-off-by: Aurélien Pupier <[email protected]>
@apupier apupier force-pushed the 1698-fixRefreshClasspathOnMacOS branch from 5a9e163 to a383ea0 Compare November 30, 2023 09:38
Copy link

sonarqubecloud bot commented Nov 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@apupier apupier requested a review from djelinek November 30, 2023 09:55
@apupier apupier marked this pull request as ready for review November 30, 2023 09:55
Copy link
Member

@djelinek djelinek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, tested lcoally

@apupier apupier merged commit 957923e into main Nov 30, 2023
7 checks passed
@apupier apupier deleted the 1698-fixRefreshClasspathOnMacOS branch November 30, 2023 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error while trying to refresh Java classpath in Visual Studio Code on MacOS
2 participants