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

Should allow regex testing on extensions #23

Open
raix opened this issue Apr 24, 2018 · 1 comment
Open

Should allow regex testing on extensions #23

raix opened this issue Apr 24, 2018 · 1 comment
Labels

Comments

@raix
Copy link

raix commented Apr 24, 2018

When using this together with jest we want*.snap and *.test.(j|t)sx? to be type "None"

{
  // ...
  "\\.test\\.(t|j)sx?$|\\.snap$": "None"
}
@azz
Copy link
Owner

azz commented Apr 24, 2018

Try setting "csproj.itemType".

"csproj.itemType": {
 "*": "Content",
 ".ts": "TypeScriptCompile",
 ".snap": "None"
}

@azz azz added the question label Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants