Add vscode rest client

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-16 12:02:02 +00:00
parent 8019b9b498
commit 8f83098f93

View File

@@ -43,6 +43,7 @@ in
ms-vsliveshare.vsliveshare
naumovs.color-highlight
signageos.signageos-vscode-sops
humao.rest-client
];
userSettings = {
@@ -103,6 +104,7 @@ in
"window.menuBarVisibility" = "toggle";
"workbench.editor.historyBasedLanguageDetection" = true;
"workbench.list.smoothScrolling" = true;
"rest-client.enableTelemetry" = false;
};
};