Neovim 0.5.0 migration #1
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ local dotnet_solution_config = {
|
|||
["src/**/appsettings*json"] = {
|
||||
type = "appsettings"
|
||||
},
|
||||
["src/**/*.cs"] = {
|
||||
["src/*.cs"] = {
|
||||
type = "source",
|
||||
alternate = "tests/{dirname}.Tests/{basename}Tests.cs",
|
||||
template = {
|
||||
|
@ -214,7 +214,7 @@ local dotnet_solution_config = {
|
|||
type = "test",
|
||||
alternate = "src/{dirname}/Extensions/{basename}.cs"
|
||||
},
|
||||
["tests/**/*Tests.cs"] = {
|
||||
["tests/*Tests.cs"] = {
|
||||
type = "test",
|
||||
alternate = "src/{dirname}/{basename}.cs",
|
||||
template = {
|
||||
|
|
Loading…
Add table
Reference in a new issue