Skip to content

Commit bc232a4

Browse files
committed
updates vscode template settings
1 parent c91e2a8 commit bc232a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscode/settings.template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
},
1313
"pylint.args": [
1414
"--rcfile=clients/python/.pylintrc"
15+
],
16+
"python.analysis.extraPaths": [
17+
"./clients/python/artifacts/client"
1518
]
1619
}

scripts/common.Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ NOW_TIMESTAMP := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1313
APP_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
1617
OPENAPI_GENERATOR_NAME := itisfoundation/openapi-generator-cli-openapi-generator-v4.2.3
1718
OPENAPI_GENERATOR_TAG := v0
1819
OPENAPI_GENERATOR_IMAGE := $(OPENAPI_GENERATOR_NAME):$(OPENAPI_GENERATOR_TAG)

0 commit comments

Comments
 (0)