azz/vscode-csproj

Add .cs: Content by default

azz opened this issue · 2 comments

azz commented
Add .cs: Content by default
azz commented

Published with version 0.7.0

This feature does not work for me by default when installing v0.7.0. I still have to manually add the following setting to get the desired behavior:

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

I am not familiar with vscode extension defaults, but maybe this object needs updating?

"default": {
"*": "Content",
".ts": "TypeScriptCompile"
},

Thanks,