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:
authorJoao Moreno <joao.moreno@microsoft.com>2019-07-25 11:32:59 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-07-25 11:32:59 +0300
commita4fd7f28ca43365a64146bf95dccbcabcb4d75a1 (patch)
treecf1e74ad1a7277fe8708a7925bac57585e14554a /.vscode/settings.json
parent67814cc6b11dad00ec264c1874f5e7b8bd4923b3 (diff)
team settings
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3fa04b1ee95..1a760bdda6b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -59,5 +59,6 @@
"git.ignoreLimitWarning": true,
"remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace"
- }
-}
+ },
+ "files.insertFinalNewline": true
+} \ No newline at end of file