Skip to content

Commit

Permalink
Removed runonsave extension usage
Browse files Browse the repository at this point in the history
Implementing format on save should be done by the dev, most probably with the `spotless gradle` extension
  • Loading branch information
kytpbs committed Nov 2, 2024
1 parent 4a600fd commit 7ac4a55
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"emeraldwalk.runonsave": {
"commands":
[
{
"shell": "C:/Program Files/PowerShell/7/pwsh.exe",
"match": ".*",
"env": {
"$JAVA_HOME": "C:/Users/Public/wpilib/2024/jdk"
},
"cmd": "\"C:/Program Files/PowerShell/7/pwsh.exe\" applyFormatting.ps1"
}
]
},
"files.exclude": {
".wpilib": true,
"**/.classpath": true,
Expand Down

0 comments on commit 7ac4a55

Please # to comment.