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

Automatically Update html and *css modules #31637

Open
ghost opened this issue May 28, 2019 · 1 comment
Open

Automatically Update html and *css modules #31637

ghost opened this issue May 28, 2019 · 1 comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript

Comments

@ghost
Copy link

ghost commented May 28, 2019

declare module '*.html' {
  const content: string;
  export default content;
}

declare module '*.scss' {
  const content: string;
  export default content;
}
import template from '../test/test.component.html';
import scss from '../test/test.component.scss';

If you move file to another location Automatically Update won't work for them.
Feature request: Automatically Update should work for them.

@octref octref assigned mjbvz and unassigned octref May 28, 2019
@mjbvz mjbvz transferred this issue from microsoft/vscode May 28, 2019
@mjbvz mjbvz removed their assignment May 28, 2019
@mjbvz
Copy link
Contributor

mjbvz commented May 28, 2019

I believe this was previously being tracked by #19018

Not sure what the current issue covering this feature request is

@RyanCavanaugh RyanCavanaugh added Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript labels Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants