Open lonix1 opened 2 years ago
Hello and thank you for this nice tool!
In the docs it has this for switching:
{ "solution": "NSwag.sln", // <-------------- "mappings": { //... } }
I'm using vscode on linux so don't use .sln files. I just have a directory with many projects in them, each having a Foo.csproj file.
.sln
Foo.csproj
Is it possible to somehow use the project/package switching feature in my case?
Hello and thank you for this nice tool!
In the docs it has this for switching:
I'm using vscode on linux so don't use
.sln
files. I just have a directory with many projects in them, each having aFoo.csproj
file.Is it possible to somehow use the project/package switching feature in my case?