aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-07 22:37:37 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-07 22:37:37 -0700
commita774c879d4cf08a76fc404771883807d27465265 (patch)
tree202c9afdeb4830d417e0ec7137a01e7981c8651c /.vscode
parent6.6.1-nightly.17 [skip ci] (diff)
downloadferdium-app-a774c879d4cf08a76fc404771883807d27465265.tar.gz
ferdium-app-a774c879d4cf08a76fc404771883807d27465265.tar.zst
ferdium-app-a774c879d4cf08a76fc404771883807d27465265.zip
refactor: code cleanup (#1476)
- auto update `settings.json` due to new vscode version - replace deprecated `e.keyCode` with `e.key` - fix various code snippets with sonarlint and other lint plugins
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ac616e418..5060e4994 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -10,8 +10,8 @@
10 "editor.detectIndentation": false, 10 "editor.detectIndentation": false,
11 "editor.guides.bracketPairs": "active", 11 "editor.guides.bracketPairs": "active",
12 "editor.codeActionsOnSave": { 12 "editor.codeActionsOnSave": {
13 "source.fixAll": true, 13 "source.fixAll": "explicit",
14 "source.fixAll.eslint": true 14 "source.fixAll.eslint": "explicit"
15 }, 15 },
16 16
17 // "explorer.confirmDelete": false, 17 // "explorer.confirmDelete": false,