Skip to content

Commit d2e6e3c

Browse files
alliscodeBen Thomasrogerbarreto
authored
Removing Java related extensions and settings. (#11290)
Removing unused extensions and VS Code settings. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 Co-authored-by: Ben Thomas <[email protected]> Co-authored-by: Roger Barreto <[email protected]>
1 parent 1269d3c commit d2e6e3c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"esbenp.prettier-vscode",
99
"dbaeumer.vscode-eslint",
1010
"ms-semantic-kernel.semantic-kernel",
11-
"emeraldwalk.RunOnSave",
1211
"ms-java.vscode-java-pack",
1312
"ms-azuretools.vscode-dapr"
1413
]

.vscode/settings.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@
8282
"source.fixAll": "never"
8383
}
8484
},
85-
"emeraldwalk.runonsave": {
86-
"commands": [
87-
{
88-
"match": "\\.java$",
89-
"cmd": "java -Xmx128m -jar ${workspaceFolder}/java/utilities/google-java-format-1.17.0-all-deps.jar --replace --aosp ${file}"
90-
}
91-
]
92-
},
93-
"java.debug.settings.onBuildFailureProceed": true,
94-
"java.compile.nullAnalysis.mode": "disabled",
9585
"dotnet.defaultSolution": "dotnet\\SK-dotnet.sln",
9686
"python.testing.pytestArgs": ["python/tests"],
9787
"python.testing.unittestEnabled": false,

0 commit comments

Comments
 (0)