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
Clear and concise description of the problem
When using NuGet
RestorePackagesWithLockFileit will generatespackages.lock.jsonnear the.csprojor.fsprojfile.Suggested solution
Alternative
Manually add these rules to VSCode settings
Additional context
No response
Validations