mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-25 12:29:30 +00:00
24 lines
No EOL
477 B
JSON
24 lines
No EOL
477 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#5A1021",
|
|
"titleBar.activeBackground": "#7E162E",
|
|
"titleBar.activeForeground": "#FEFBFC"
|
|
},
|
|
"files.exclude": {
|
|
"**/*.freezed.dart": true,
|
|
"**/*.g.dart": true
|
|
},
|
|
"cSpell.words": [
|
|
"audioplayers",
|
|
"Autovalidate",
|
|
"fullscreen",
|
|
"Lerp",
|
|
"miniplayer",
|
|
"mocktail",
|
|
"riverpod",
|
|
"shelfsdk",
|
|
"tapable",
|
|
"unfocus"
|
|
],
|
|
"cmake.configureOnOpen": false
|
|
} |