vscode-csproj
vscode-csproj copied to clipboard
Should allow regex testing on extensions
When using this together with jest we want*.snap and *.test.(j|t)sx? to be type "None"
{
// ...
"\\.test\\.(t|j)sx?$|\\.snap$": "None"
}
Try setting "csproj.itemType".
"csproj.itemType": {
"*": "Content",
".ts": "TypeScriptCompile",
".snap": "None"
}