Skip to content

Commit

Permalink
Specify default C# solution.
Browse files Browse the repository at this point in the history
This is for the latest C# (or C# Dev Kit) VSCode extension (currently in Preview).
  • Loading branch information
bgrainger committed Jun 7, 2023
1 parent 451a657 commit af48af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
// Controls if the editor will insert spaces for tabs. Accepted values: "auto", true, false. If set to "auto", the value will be guessed when a file is opened.
"editor.insertSpaces": false,

"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"dotnet.defaultSolution": "MySqlConnector.sln"
}

0 comments on commit af48af1

Please sign in to comment.