apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
10 stars 20 forks source link

Configure Local Extension Module Resolution #1060

Open stricklandrbls opened 2 weeks ago

stricklandrbls commented 2 weeks ago

This configuration also removes a lot of the path resolution discrepancies between the tsc and webpack path resolutions. These were typically output to the console upon packages/debugging.

It also allows for easier module resolution for future functionality that includes components that have a large "relative path distance" or standalone project, such as the ./src/svelte directory.

Closes #1059