update vscode settings

This commit is contained in:
SrGooglo 2023-01-30 20:59:24 +00:00
parent d10d8a4973
commit 90cc205906

View File

@ -19,5 +19,9 @@
"titleBar.inactiveBackground": "#42b88399",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#42b883"
"peacock.remoteColor": "#42b883",
"docify.inlineComments": true,
"docify.moreExpressiveComments": true,
"docify.sidePanelReviewMode": false,
"docify.programmingLanguage": "javascript"
}