mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Improve toolchain text (#48102)
This commit is contained in:
parent
02db6a8052
commit
5280dda15b
@ -135,7 +135,7 @@ class VisualStudio {
|
||||
// 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
|
||||
// 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>{
|
||||
// The MSBuild tool and related command-line toolchain.
|
||||
'Microsoft.Component.MSBuild': 'MSBuild',
|
||||
|
Loading…
Reference in New Issue
Block a user