diff --git a/src/main/.vscode/settings.json b/src/main/.vscode/settings.json new file mode 100644 index 0000000..2b898f6 --- /dev/null +++ b/src/main/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "java.project.sourcePaths": [ + "java/frc/robot/commands" + ] +} \ No newline at end of file