|
2 | 2 | "name": "cpptools",
|
3 | 3 | "displayName": "C/C++",
|
4 | 4 | "description": "C/C++ IntelliSense, debugging, and code browsing.",
|
5 |
| - "version": "0.16.1", |
| 5 | + "version": "0.17.0-master", |
6 | 6 | "publisher": "ms-vscode",
|
7 | 7 | "preview": true,
|
8 | 8 | "icon": "LanguageCCPP_color_128x.png",
|
|
201 | 201 | "description": "Instructs the extension when to use the \"files.exclude\" setting when determining which files should be added to the code navigation database while traversing through the paths in the \"browse.path\" array. \"checkFolders\" means that the exclusion filters will only be evaluated once per folder (individual files are not checked). \"checkFilesAndFolders\" means that the exclusion filters will be evaluated against every file and folder encountered. If your \"files.exclude\" setting only contains folders, then \"checkFolders\" is the best choice and will increase the speed at which the extension can initialize the code navigation database.",
|
202 | 202 | "scope": "resource"
|
203 | 203 | },
|
| 204 | + "C_Cpp.preferredPathSeparator": { |
| 205 | + "type": "string", |
| 206 | + "enum": [ |
| 207 | + "Forward Slash", |
| 208 | + "Back Slash" |
| 209 | + ], |
| 210 | + "default": "Forward Slash", |
| 211 | + "description": "The character used as a path separator for #include auto-completion results.", |
| 212 | + "scope": "resource" |
| 213 | + }, |
204 | 214 | "C_Cpp.commentContinuationPatterns": {
|
205 | 215 | "type": "array",
|
206 | 216 | "default": [
|
|
1294 | 1304 | "runtimeDependencies": [
|
1295 | 1305 | {
|
1296 | 1306 | "description": "C/C++ language components (Linux / x86_64)",
|
1297 |
| - "url": "https://go.microsoft.com/fwlink/?linkid=871264", |
| 1307 | + "url": "https://go.microsoft.com/fwlink/?linkid=872599", |
1298 | 1308 | "platforms": [
|
1299 | 1309 | "linux"
|
1300 | 1310 | ],
|
|
1308 | 1318 | },
|
1309 | 1319 | {
|
1310 | 1320 | "description": "C/C++ language components (Linux / x86)",
|
1311 |
| - "url": "https://go.microsoft.com/fwlink/?linkid=871265", |
| 1321 | + "url": "https://go.microsoft.com/fwlink/?linkid=872600", |
1312 | 1322 | "platforms": [
|
1313 | 1323 | "linux"
|
1314 | 1324 | ],
|
|
1324 | 1334 | },
|
1325 | 1335 | {
|
1326 | 1336 | "description": "C/C++ language components (OS X)",
|
1327 |
| - "url": "https://go.microsoft.com/fwlink/?linkid=871266", |
| 1337 | + "url": "https://go.microsoft.com/fwlink/?linkid=872601", |
1328 | 1338 | "platforms": [
|
1329 | 1339 | "darwin"
|
1330 | 1340 | ],
|
|
1335 | 1345 | },
|
1336 | 1346 | {
|
1337 | 1347 | "description": "C/C++ language components (Windows)",
|
1338 |
| - "url": "https://go.microsoft.com/fwlink/?linkid=871267", |
| 1348 | + "url": "https://go.microsoft.com/fwlink/?linkid=872602", |
1339 | 1349 | "platforms": [
|
1340 | 1350 | "win32"
|
1341 | 1351 | ],
|
1342 | 1352 | "binaries": []
|
1343 | 1353 | },
|
1344 | 1354 | {
|
1345 | 1355 | "description": "ClangFormat (Linux / x86_64)",
|
1346 |
| - "url": "https://go.microsoft.com/fwlink/?LinkID=848955", |
| 1356 | + "url": "https://go.microsoft.com/fwlink/?LinkID=872607", |
1347 | 1357 | "platforms": [
|
1348 | 1358 | "linux"
|
1349 | 1359 | ],
|
|
1356 | 1366 | },
|
1357 | 1367 | {
|
1358 | 1368 | "description": "ClangFormat (Linux / x86)",
|
1359 |
| - "url": "https://go.microsoft.com/fwlink/?LinkID=864640", |
| 1369 | + "url": "https://go.microsoft.com/fwlink/?LinkID=872608", |
1360 | 1370 | "platforms": [
|
1361 | 1371 | "linux"
|
1362 | 1372 | ],
|
|
1371 | 1381 | },
|
1372 | 1382 | {
|
1373 | 1383 | "description": "ClangFormat (OS X)",
|
1374 |
| - "url": "https://go.microsoft.com/fwlink/?LinkID=848956", |
| 1384 | + "url": "https://go.microsoft.com/fwlink/?LinkID=872609", |
1375 | 1385 | "platforms": [
|
1376 | 1386 | "darwin"
|
1377 | 1387 | ],
|
|
1381 | 1391 | },
|
1382 | 1392 | {
|
1383 | 1393 | "description": "ClangFormat (Windows)",
|
1384 |
| - "url": "https://go.microsoft.com/fwlink/?LinkID=848957", |
| 1394 | + "url": "https://go.microsoft.com/fwlink/?LinkID=872610", |
1385 | 1395 | "platforms": [
|
1386 | 1396 | "win32"
|
1387 | 1397 | ],
|
|
0 commit comments