From 7ac4a55fdfe34446d6cb82a9fb918e8fb0b4297e Mon Sep 17 00:00:00 2001 From: Kaya <95276965+kytpbs@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:29:31 +0300 Subject: [PATCH] Removed `runonsave` extension usage Implementing format on save should be done by the dev, most probably with the `spotless gradle` extension --- .vscode/settings.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c4aec2..df28cbe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,