Skip to content

Commit

Permalink
Bug fix in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshafedo committed Aug 15, 2023
1 parent d1a5177 commit 4cbde00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public CompletableFuture<OpenAPIConverterResponse> generateOpenAPI(OpenAPIConver
response.setError("Error while getting the project.");
return response;
}
module = Optional.of(module.get().duplicate());

Check warning on line 139 in openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java

View check run for this annotation

Codecov / codecov/patch

openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java#L139

Added line #L139 was not covered by tests
DiagnosticResult diagnosticsFromCodeGenAndModify = module.get()
.currentPackage()
.runCodeGenAndModifyPlugins();
Expand Down

0 comments on commit 4cbde00

Please sign in to comment.