Skip to content
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

Changes to Emmet config files not picked up without reload #19253

Closed
chrmarti opened this issue Jan 24, 2017 · 3 comments
Closed

Changes to Emmet config files not picked up without reload #19253

chrmarti opened this issue Jan 24, 2017 · 3 comments
Assignees
Labels
emmet Emmet related issues

Comments

@chrmarti
Copy link
Contributor

Test item #19079

  • VSCode Version: Code - Insiders 1.9.0-insider (4265f5e, 2017-01-24T10:29:13.076Z)
  • OS Version: Darwin x64 15.6.0
  • Extensions: None

Steps to Reproduce:

  1. Configure "emmet.extensionsPath" with the three config files
  2. Notice that the path is picked up without reload, but changes to any of the three config files require a reload.
    (E.g., switch between xhtml and html, between pt and px, change a snippet.)
@chrmarti chrmarti added the emmet Emmet related issues label Jan 24, 2017
@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Jan 24, 2017

This is by design.

Note the note in the test plan item

Changes to the external files will get reflected only on VS Code reload.

Changes to these files are very infrequent. Therefore, adding code to watch these files for changes was thought to have less ROI.

@stevencl
Copy link
Member

For what it is worth, this really threw me too. I didn't expect to have to reload VS Code to have this take effect.

@ramya-rao-a
Copy link
Contributor

I'll wait for feedback once this is released, and revisit this.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

3 participants