Skip to content
Snippets Groups Projects

New: Message controller client

Merged Petar Hristov requested to merge Issue/2881-messageController into dev

Files

+ 9
1
{
{
 
"workbench.colorCustomizations": {
 
"activityBar.background": "#678367",
 
"activityBar.foreground": "#dcdcdc",
 
"activityBar.inactiveForeground": "#384238",
 
"activityBar.activeBorder": "#384238",
 
"activityBarBadge.background": "#384238",
 
"activityBarBadge.foreground": "#dcdcdc"
 
},
"search.exclude": {
"search.exclude": {
"**/.yarn": true,
"**/.yarn": true,
"**/.pnp.*": true
"**/.pnp.*": true
@@ -7,4 +15,4 @@
@@ -7,4 +15,4 @@
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true
}
}
 
\ No newline at end of file
Loading