Open
Description
Clear and concise description of the problem
When using NuGet RestorePackagesWithLockFile
it will generates packages.lock.json
near the .csproj
or .fsproj
file.
Suggested solution
"*.csproj": "*.config, *proj.user, appsettings.*, bundleconfig.json, packages.lock.json",
"*.fsproj": "packages.lock.json"
Alternative
Manually add these rules to VSCode settings
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.