Skip to content

Commit

Permalink
Merge pull request #1034 from amvanbaren/vscode-api-docs-compatibilit…
Browse files Browse the repository at this point in the history
…y-layer

Call VS Code adapter a compatibility layer
  • Loading branch information
amvanbaren authored Nov 6, 2024
2 parents ede9ed4 + 74f8d8d commit 02f393f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public GroupedOpenApi registry(OpenApiCustomizer sortSchemasAlphabetically, Open

@Bean
public GroupedOpenApi vscode(OpenApiCustomizer sortSchemasAlphabetically, OpenApiCustomizer addRateLimitResponse) {
var description = "This API provides an interopability layer between VS Code based editors and the Open VSX Registry.";
var description = "Provides a compatibility layer between VS Code based editors and the Open VSX Registry.";
return GroupedOpenApi.builder()
.group("vscode-adapter")
.displayName("VSCode Adapter")
Expand Down

0 comments on commit 02f393f

Please sign in to comment.