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:
authorMiguel Solorio <miguel.solorio@microsoft.com>2019-09-21 02:00:37 +0300
committerMiguel Solorio <miguel.solorio@microsoft.com>2019-09-21 02:00:37 +0300
commit9b7585518f53d5c74474e6b96b347083d10e7bc8 (patch)
tree8bed6341b5678bfd74324666881c4a196a15653a /.vscode/settings.json
parent03c444e89a221819ec1c71a401a740c1ab2c91f1 (diff)
Remove ext setting
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a707cfe369c..551d18bb0ce 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -60,6 +60,5 @@
"remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace"
},
- "files.insertFinalNewline": true,
- "svg.preview.background": "black"
-} \ No newline at end of file
+ "files.insertFinalNewline": true
+}