We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/.embroider/rewritten_app
When I press to go to a component that uses the currently active component/template/etc
It includes the copy of the component/template/etc that is created in node_modules/.embroider/rewritten_app/ folder.
node_modules/.embroider/rewritten_app/
And it does this even when I have completely excluded node_modules/.embroider from vscode.
node_modules/.embroider
Can an exclude option be added of make the extension follow the vscode exclude setting?
The text was updated successfully, but these errors were encountered:
Hi @emattias! Thank you for report! Im my understanding this change should fix behaviour: ember-tooling/ember-language-server#413 I will let you know once we publish new version of extension
Sorry, something went wrong.
@emattias EmberTooling.vscode-ember v3.0.58 published Let me know if issue still appear. Actual repo: https://github.com/ember-tooling/vscode-ember/
EmberTooling.vscode-ember
@lifeart So which extension should we use? Stable Ember Language Server or Ember Language Server? 😅
@emattias now you may count https://marketplace.visualstudio.com/items?itemName=EmberTooling.vscode-ember as upstream.
https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable - will be around for some time (but may be disabled)
No branches or pull requests
When I press to go to a component that uses the currently active component/template/etc
It includes the copy of the component/template/etc that is created in
node_modules/.embroider/rewritten_app/
folder.And it does this even when I have completely excluded
node_modules/.embroider
from vscode.Can an exclude option be added of make the extension follow the vscode exclude setting?
The text was updated successfully, but these errors were encountered: