[SUGGESTION] Expose the current solution path as a VSCode variable that can be used in tasks.json · Issue #2031 · microsoft/vscode-dotnettools · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have to explicitly provide the path to my .sln file, and I have to manually update the path in tasks.json (or create a different build task) every time I change solution within same workspace.
Describe the feature you'd like
I use an explicit dotnet build command defined in tasks.json to build, because I need to customize the build parameters (see #1362).
e.g.
Currently I have to explicitly provide the path to my .sln file, and I have to manually update the path in tasks.json (or create a different build task) every time I change solution within same workspace.
I would like the path to the currently open solution file to be exposed as a variable that can be used in tasks.json (https://code.visualstudio.com/docs/reference/variables-reference)
Alternatives considered
No response
Environment Information
No response
The text was updated successfully, but these errors were encountered: