feat: adds keyboard shortcut support

feat: adds wezterm
feat: adds cargo, flatpak and apt
This commit is contained in:
2024-08-22 22:44:20 +02:00
parent f87e08ec49
commit 819fb027bf
16 changed files with 617 additions and 151 deletions

View File

@ -1 +1 @@
["davidanson.vscode-markdownlint","esbenp.prettier-vscode","github.copilot","github.copilot-chat","ms-azuretools.vscode-docker","ms-vscode-remote.remote-containers","vscode-icons-team.vscode-icons"]
["aaron-bond.better-comments","bmewburn.vscode-intelephense-client","christian-kohler.path-intellisense","davidanson.vscode-markdownlint","esbenp.prettier-vscode","foxundermoon.shell-format","github.copilot","github.copilot-chat","github.vscode-pull-request-github","mguellsegarra.highlight-on-copy","ms-azuretools.vscode-docker","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh","ms-vscode-remote.remote-ssh-edit","ms-vscode.makefile-tools","ms-vscode.remote-explorer","ms-vsliveshare.vsliveshare","nicolasvuillamy.vscode-groovy-lint","usernamehw.errorlens","vincaslt.highlight-matching-tag","vscode-icons-team.vscode-icons","warpnet.salt-lint","xdebug.php-debug","xdebug.php-pack","zobo.php-intellisense"]

View File

@ -1,8 +1,8 @@
{
"security.workspace.trust.untrustedFiles": "open",
"editor.fontFamily": "MesloLGS Nerd Font",
"terminal.integrated.fontFamily": "MesloLGS Nerd Font",
"editor.fontFamily": "MesloLGS NF",
"terminal.integrated.fontFamily": "MesloLGS NF",
"github.copilot.enable": {
"*": true,
"plaintext": true,