Skip to content

Commit cfd551c

Browse files
authored
Merge branch 'develop' into feature/2331-wireguard
2 parents 79e04a7 + fac0d7c commit cfd551c

File tree

247 files changed

+1474
-1329
lines changed

Some content is hidden

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

247 files changed

+1474
-1329
lines changed

.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",

devicon-base.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?qd25fp');
4-
src: url('fonts/devicon.eot?qd25fp#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?qd25fp') format('truetype'),
6-
url('fonts/devicon.woff?qd25fp') format('woff'),
7-
url('fonts/devicon.svg?qd25fp#devicon') format('svg');
3+
src: url('fonts/devicon.eot?cz6qyc');
4+
src: url('fonts/devicon.eot?cz6qyc#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?cz6qyc') format('truetype'),
6+
url('fonts/devicon.woff?cz6qyc') format('woff'),
7+
url('fonts/devicon.svg?cz6qyc#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,12 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-angular-plain-wordmark:before {
29+
content: "\e916";
30+
}
31+
.devicon-angular-plain:before {
32+
content: "\e917";
33+
}
2834
.devicon-teleport-line-wordmark:before {
2935
content: "\e913";
3036
}
@@ -862,12 +868,6 @@
862868
.devicon-angularmaterial-plain:before {
863869
content: "\e915";
864870
}
865-
.devicon-angular-plain:before {
866-
content: "\e916";
867-
}
868-
.devicon-angular-plain-wordmark:before {
869-
content: "\e917";
870-
}
871871
.devicon-ansible-plain:before {
872872
content: "\e918";
873873
}

0 commit comments

Comments
 (0)