Commit 5280dda1 authored by Tim Sneath's avatar Tim Sneath Committed by Flutter GitHub Bot

Improve toolchain text (#48102)

parent 02db6a80
...@@ -135,7 +135,7 @@ class VisualStudio { ...@@ -135,7 +135,7 @@ class VisualStudio {
// Visual Studio. Since it changes over time, listing a precise version would become // Visual Studio. Since it changes over time, listing a precise version would become
// wrong after each VC++ toolchain update, so just instruct people to install the // wrong after each VC++ toolchain update, so just instruct people to install the
// latest version. // latest version.
cppToolchainDescription += '\n - If there are multiple versions, install the latest one'; cppToolchainDescription += '\n - If there are multiple build tool versions available, install the latest';
return <String, String>{ return <String, String>{
// The MSBuild tool and related command-line toolchain. // The MSBuild tool and related command-line toolchain.
'Microsoft.Component.MSBuild': 'MSBuild', 'Microsoft.Component.MSBuild': 'MSBuild',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment