0.4.0 Beta!
That's right baby. Beta time. All the core features are now present in legacy-csproj
. So I'm bumping it to beta.
I'll use it for a bit and fix any additional bugs that come up. Hopefully I can release it as a full vscode
extension soon.
New in this release
- Dev Containers 🚀 . This project is now setup for dev containers! Hit the green open in codespace button
found under theCode
tab to try it out 💯 - Ignored files are not correctly ignored! A new setting to control how
legacy-csproj
detects if a file is ignored
has been added. Currently the only options aregitignore
, andnone
. - Improve performance for mass operations like
Sync Directory
. - Fix whitespace trimming. To make sure multi line values don't get messed up in the csproj. As per this ticket
on anotherlegacy-csproj
style extension (that doesn't work anymore) ticket - Add new default tag mapping for
.tsx
->TypeScriptCompile
- Fix files being incorrectly reported as no in csproj if your systems (linux) path separator differs from the csproj's path separator.
The path separator will now always be windows\
.
Install
as always you can find the extension file attached to this release. vscode-legacy-csproj-0.4.0.vsix
Full Changelog: 0.3.0...0.4.0