From 906a2cdb93def5b8390b98009f3aa6ac54a87318 Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Wed, 18 Feb 2026 19:44:52 +0800 Subject: [PATCH] vscode update --- vscode/.config/Code/User/settings.json | 43 ++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/vscode/.config/Code/User/settings.json b/vscode/.config/Code/User/settings.json index e46f447..935d378 100644 --- a/vscode/.config/Code/User/settings.json +++ b/vscode/.config/Code/User/settings.json @@ -44,7 +44,34 @@ "statusbar_command.applicationCommands": [ { - "text": "$(arrow-left)", + "text": "$(debug-restart)", + "tooltip": "Перезагрузить расширения", + "id": "reload-ext", + "name": "Перезагрузить расширения", + "priority": 1, + "alignment": "left", + "command": "workbench.action.restartExtensionHost" + }, + { + "text": "$(console) Терминал", + "tooltip": "Терминал", + "id": "terminal", + "name": "Терминал", + "priority": 1, + "alignment": "left", + "command": "workbench.action.terminal.toggleTerminal" + }, + { + "text": "$(credit-card) DevTools", + "tooltip": "VSCode Dev Tools", + "id": "dev-tools", + "name": "VSCode Dev Tools", + "priority": 1, + "alignment": "left", + "command": "workbench.action.toggleDevTools" + }, + { + "text": "$(arrow-left) Назад", "tooltip": "Назад", "id": "nav-back", "name": "Назад", @@ -53,13 +80,22 @@ "command": "workbench.action.navigateBack" }, { - "text": "$(arrow-right)", + "text": "$(arrow-right) Вперёд", "tooltip": "Вперёд", "id": "nav-forw", "name": "Вперёд", "priority": 1, "alignment": "left", "command": "workbench.action.navigateForward" + }, + { + "text": "$(squirrel) Decode JWT", + "tooltip": "Decode JWT", + "id": "decode_jwt", + "name": "decode_jwt", + "priority": 1, + "alignment": "left", + "command": "extension.jwt-decoder" } ], @@ -285,5 +321,6 @@ "git diff", "git show" ], - "kilo-code.deniedCommands": [] + "kilo-code.deniedCommands": [], + "chat.disableAIFeatures": true }