File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1212 },
1313 "pylint.args" : [
1414 " --rcfile=clients/python/.pylintrc"
15+ ],
16+ "python.analysis.extraPaths" : [
17+ " ./clients/python/artifacts/client"
1518 ]
1619}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ NOW_TIMESTAMP := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1313APP_NAME := $(notdir $(CURDIR ) )
1414
1515# Specify which openapi generator should be used to generate the clients in this repo
16+ # Build from modified fork https://github.com/ITISFoundation/openapi-generator/tree/openapi-generator-v4.2.3
1617OPENAPI_GENERATOR_NAME := itisfoundation/openapi-generator-cli-openapi-generator-v4.2.3
1718OPENAPI_GENERATOR_TAG := v0
1819OPENAPI_GENERATOR_IMAGE := $(OPENAPI_GENERATOR_NAME ) :$(OPENAPI_GENERATOR_TAG )
You can’t perform that action at this time.
0 commit comments