Skip to content

Commit 99d8d35

Browse files
authored
Merge branch 'develop' into feature/2774-aiassistant
2 parents aef6617 + 72a6312 commit 99d8d35

File tree

285 files changed

+2539
-1472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

285 files changed

+2539
-1472
lines changed

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js v16
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required!
2020
- run: npm ci
2121
- run: npm publish

.vscode/tags-enum.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"enum": [
88
".net",
99
"3d",
10+
"AI",
1011
"ARM",
1112
"C#",
1213
"CMS",
1314
"DAG",
1415
"GNU",
1516
"IDE",
17+
"ETL",
1618
"algorithms",
1719
"analysis",
1820
"analytics",
@@ -50,6 +52,7 @@
5052
"cloud-computing-platform",
5153
"cmdlets",
5254
"cms",
55+
"code-completion",
5356
"code quality",
5457
"code-quality",
5558
"code-review",

0 commit comments

Comments
 (0)