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 }