We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2b56c commit 0fd20c6Copy full SHA for 0fd20c6
1 file changed
colcon_cmake/task/cmake/build.py
@@ -152,6 +152,7 @@ async def _reconfigure(self, args, env):
152
'VisualStudioVersion is not set, '
153
'please run within a Visual Studio Command Prompt.')
154
supported_vsv = {
155
+ '18.0': 'Visual Studio 18 2026',
156
'17.0': 'Visual Studio 17 2022',
157
'16.0': 'Visual Studio 16 2019',
158
'15.0': 'Visual Studio 15 2017',
0 commit comments