aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-13 15:24:47 +0200
committerFlorian Dold <florian@dold.me>2022-10-13 15:24:47 +0200
commitca8da4ed380b308abdc894145c7e1a102bfd6cf0 (patch)
tree876ed35c7bd5f4c75967885d36eb3a3eecd06307 /.vscode
parent83d4a1addc313f71a71463f7811f1fcc622b51b6 (diff)
downloadwallet-core-ca8da4ed380b308abdc894145c7e1a102bfd6cf0.tar.gz
wallet-core-ca8da4ed380b308abdc894145c7e1a102bfd6cf0.tar.bz2
wallet-core-ca8da4ed380b308abdc894145c7e1a102bfd6cf0.zip
wallet-core: only allow enabling dev mode via separate request
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 803c58a07..465ffb3f3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -20,11 +20,6 @@
"typescript.format.placeOpenBraceOnNewLineForFunctions": false,
// Defines whether an open brace is put onto a new line for control blocks or not
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,
- "typescript.preferences.autoImportFileExcludePatterns": [
- "index.*.js",
- "index.ts",
- "index.*.ts"
- ],
// Files hidden in the explorer
"files.exclude": {
// include the defaults from VS Code