Skip to content

Commit

Permalink
Merge pull request #208 from axonivy/feature/XIVY-15295_add_more_repo…
Browse files Browse the repository at this point in the history
…s_to_scan_issues_from

XIVY-15295 Add vscode-extensions to scan issues from
  • Loading branch information
weissreto authored Nov 14, 2024
2 parents 66dea47 + 54ae9ac commit 4b7566d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public static List<String> repos(String version) {
"thirdparty-libs",
"swagger-ui-ivy",
"monaco-yaml-ivy",
"project-build-examples");
"project-build-examples",
"vscode-extensions");

public static final List<String> REPOS_TO_TAG = new ArrayList<>();

Expand Down

0 comments on commit 4b7566d

Please sign in to comment.