Skip to content

Commit

Permalink
Fix java glob for file replacer (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Oct 12, 2021
1 parent cc312ae commit fcbf61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/java_replacements.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"fileMatcher": "**/*{.java}",
"fileMatcher": "**/*.java",
"flags": "g",
"replacements": [
{ "from": "edu[.]wpi[.]cscore[.]AxisCamera", "to": "edu.wpi.first.cscore.AxisCamera" },
Expand Down

0 comments on commit fcbf61e

Please sign in to comment.