-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
Bug: The extension errors when working with dotfiles #854
Comments
Actually, if you open the Extension Host Output window you'll see that the subscription dispose error occurs whenever the extension goes through wrapup. It's completely independent of language, files, or any other detail in your thorough description. Except for that error though, the extension looks like it works in JavaScript/TypeScript projects, and I did enjoy using this extension for a couple years. However, these days I'm concerned that if it error while doing its job that it might prevent something else from working. I think I saw that recently so I had to disable this otherwise great extension. So if anyone takes this on as a project - I'm guessing this extension destroys its subscriptions before wrapup has a chance to do it cleanly, or maybe the wrapup process is broken. This doesn't seem like a tough one. Full stack trace from Window Reload, happens every time:
|
Steps to Reproduce
settings.json
, copy and paste the below settings and hit save.test
), copy and paste the below codeUser
settings.json
.test
shell scriptExpected Behaviour
The ToDo Tree extension highlights the comment with the tag.
Actual Behaviour
The ToDo Tree extension throws the below error and exits.
Additional Information
The extension works on
test.sh
andtest
alike. Seems like it only errors when the filename starts with a dot.The text was updated successfully, but these errors were encountered: