vscode-csproj icon indicating copy to clipboard operation
vscode-csproj copied to clipboard

Include "tsx" in the default setting

Open raix opened this issue 6 years ago • 0 comments

If not set "*.tsx" will be included as "Content" expected "TypeScriptCompile"

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

raix avatar Apr 19 '18 07:04 raix