Skip to content

Commit df4c602

Browse files
Merge branch 'main' into feature/fet-2590-app-v3-header-zoom-is-unresponsive
2 parents 638f514 + edafaa4 commit df4c602

File tree

113 files changed

+6209
-1699
lines changed

Some content is hidden

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

113 files changed

+6209
-1699
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
1717
"prettier.configPath": "./.prettierrc.json",
1818
"[svg]": {
19-
"editor.defaultFormatter": "jock.svg"
19+
"editor.defaultFormatter": null
2020
},
2121
"jest.jestCommandLine": "pnpm run test",
2222
"cSpell.words": [
@@ -31,5 +31,8 @@
3131
},
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
34+
},
35+
"workbench.colorCustomizations": {
36+
"titleBar.activeBackground": "#C37609"
3437
}
3538
}

0 commit comments

Comments
 (0)