forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
953 stars 406 forks source link

fix: link lsp with node_modules in root folder #5674

Closed mingxuanzhangsfdx closed 3 months ago

mingxuanzhangsfdx commented 3 months ago

What does this PR do?

the previous shellscript is not able to link the modules in node_modules in root directory, and makes the link not effect. this PR is to update the script to link all lsp modules to the local one.

What issues does this PR fix or reference?

@W-16085908@

Functionality Before

cannot link

Functionality After

link all lsp modules under vsce to the local lsp project.