vscode-csproj
vscode-csproj copied to clipboard
Include "tsx" in the default setting
If not set "*.tsx" will be included as "Content" expected "TypeScriptCompile"
"csproj.itemType": {
"*": "Content",
".ts": "TypeScriptCompile",
".tsx": "TypeScriptCompile"
}