This commit is contained in:
Antoine PerreaultE 2022-11-21 18:22:02 -05:00
parent 2455414992
commit 38cfc70960

5
src/main/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"java.project.sourcePaths": [
"java/frc/robot/commands"
]
}