don't auto insert semicolons

pull/114214/head
Connor Peet 2021-01-12 09:31:00 -08:00
parent 169269a3f0
commit 9d39f4e6cb
No known key found for this signature in database
GPG Key ID: CF8FD2EA0DBC61BD
1 changed files with 0 additions and 1 deletions

View File

@ -78,6 +78,5 @@
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.formatOnSave": true,
},
"typescript.format.semicolons": "insert",
"typescript.tsc.autoDetect": "off"
}