From 90cc205906ae248ed622361f3a92c503f812df14 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 30 Jan 2023 20:59:24 +0000 Subject: [PATCH] update vscode settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a39611e0..ce175bff 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } \ No newline at end of file