Skip to content

Commit

Permalink
Add missing .vscode and .wpilib directories in Romi templates (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Dec 5, 2020
1 parent d0b2576 commit fd0efef
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
18 changes: 18 additions & 0 deletions vscode-wpilib/resources/gradle/cppromi/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"java.configuration.updateBuildConfiguration": "disabled",
"java.import.gradle.enabled": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"bin/": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2021",
"teamNumber": -1
}
17 changes: 17 additions & 0 deletions vscode-wpilib/resources/gradle/javaromi/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"bin/": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"**/*~": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2021",
"teamNumber": -1
}

0 comments on commit fd0efef

Please sign in to comment.