vscode update
This commit is contained in:
@@ -44,7 +44,34 @@
|
|||||||
|
|
||||||
"statusbar_command.applicationCommands": [
|
"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": "Назад",
|
"tooltip": "Назад",
|
||||||
"id": "nav-back",
|
"id": "nav-back",
|
||||||
"name": "Назад",
|
"name": "Назад",
|
||||||
@@ -53,13 +80,22 @@
|
|||||||
"command": "workbench.action.navigateBack"
|
"command": "workbench.action.navigateBack"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(arrow-right)",
|
"text": "$(arrow-right) Вперёд",
|
||||||
"tooltip": "Вперёд",
|
"tooltip": "Вперёд",
|
||||||
"id": "nav-forw",
|
"id": "nav-forw",
|
||||||
"name": "Вперёд",
|
"name": "Вперёд",
|
||||||
"priority": 1,
|
"priority": 1,
|
||||||
"alignment": "left",
|
"alignment": "left",
|
||||||
"command": "workbench.action.navigateForward"
|
"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 diff",
|
||||||
"git show"
|
"git show"
|
||||||
],
|
],
|
||||||
"kilo-code.deniedCommands": []
|
"kilo-code.deniedCommands": [],
|
||||||
|
"chat.disableAIFeatures": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user