Add support for WPILib vscode extension for allwpilib C++ intellisense (#1590)

This commit is contained in:
Thad House
2019-02-09 00:07:48 -08:00
committed by Peter Johnson
parent 12cb77cd7c
commit a230c814cb

View File

@@ -0,0 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2019",
"teamNumber": 0
}