Skip to content

Commit

Permalink
formatted extensions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHonzikSPS committed Jul 16, 2024
1 parent 2e9ff76 commit fc73ea1
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"stoplight.spectral",
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"stoplight.spectral",
"redhat.vscode-yaml"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit fc73ea1

Please sign in to comment.