mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Enable noFallthroughCasesInSwitch option for vscode extension
This commit is contained in:
parent
0e9cabab3f
commit
f0f259bda3
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"exclude": ["node_modules", ".vscode-test"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue