Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dima <alexdima@microsoft.com>2020-10-20 16:29:35 +0300
committerAlex Dima <alexdima@microsoft.com>2020-10-20 16:29:35 +0300
commitb3f4f13920b9d9e80348c287eacd778fcc27c999 (patch)
tree9162f2851febc1e210a2d7cd0b37e9f4aa4f3228 /.vscode/settings.json
parent71832b5b09c5bb6caba5eda3641c55ae7858751a (diff)
Fix unit test
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ec4b9ec2be4..4b2a9059553 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -67,6 +67,9 @@
},
"gulp.autoDetect": "off",
"files.insertFinalNewline": true,
+ "[plaintext]": {
+ "files.insertFinalNewline": false,
+ },
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},