|
2 | 2 | "name": "cpptools", |
3 | 3 | "displayName": "C/C++", |
4 | 4 | "description": "C/C++ IntelliSense, debugging, and code browsing.", |
5 | | - "version": "0.18.2-master", |
| 5 | + "version": "0.19.1-master", |
6 | 6 | "publisher": "ms-vscode", |
7 | 7 | "preview": true, |
8 | 8 | "icon": "LanguageCCPP_color_128x.png", |
|
1416 | 1416 | "runtimeDependencies": [ |
1417 | 1417 | { |
1418 | 1418 | "description": "C/C++ language components (Linux / x86_64)", |
1419 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2010302", |
| 1419 | + "url": "https://go.microsoft.com/fwlink/?linkid=2026727", |
1420 | 1420 | "platforms": [ |
1421 | 1421 | "linux" |
1422 | 1422 | ], |
|
1430 | 1430 | }, |
1431 | 1431 | { |
1432 | 1432 | "description": "C/C++ language components (Linux / x86)", |
1433 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2010301", |
| 1433 | + "url": "https://go.microsoft.com/fwlink/?linkid=2026568", |
1434 | 1434 | "platforms": [ |
1435 | 1435 | "linux" |
1436 | 1436 | ], |
|
1446 | 1446 | }, |
1447 | 1447 | { |
1448 | 1448 | "description": "C/C++ language components (OS X)", |
1449 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2010303", |
| 1449 | + "url": "https://go.microsoft.com/fwlink/?linkid=2026569", |
1450 | 1450 | "platforms": [ |
1451 | 1451 | "darwin" |
1452 | 1452 | ], |
|
1457 | 1457 | }, |
1458 | 1458 | { |
1459 | 1459 | "description": "C/C++ language components (Windows)", |
1460 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2010204", |
| 1460 | + "url": "https://go.microsoft.com/fwlink/?linkid=2026728", |
1461 | 1461 | "platforms": [ |
1462 | 1462 | "win32" |
1463 | 1463 | ], |
|
0 commit comments