aurelia / vscode-extension

An extension for the VS Code editor that provides Intellisense capabilities to your Aurelia project.
MIT License
112 stars 25 forks source link

Fix defintions/rename on editing files #176

Closed hiaux0 closed 2 years ago

hiaux0 commented 2 years ago

When definition or rename was triggered, tsmorph still used "outdated" files. --> Introduce a "tracker", that keeps track of editing files

closes #174