Skip to content

Commit 8b8b23c

Browse files
authored
Merge branch 'plugin_api_v2' into fkb-lang-change-to-v2
2 parents 252a299 + 93eccec commit 8b8b23c

File tree

4 files changed

+205
-205
lines changed

4 files changed

+205
-205
lines changed

ci/src/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# constants
1818
id_name = "ID"
1919
language_name = "Language"
20-
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript")
20+
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript", "python_v2", "executable_v2", "javascript_v2", "typescript_v2")
2121
etag = "ETag"
2222
version = "Version"
2323
url_sourcecode = "UrlSourceCode"

0 commit comments

Comments
 (0)