From 2c6abb1700d3e56b4fac2618c6d07ab65048a962 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Fri, 26 Oct 2018 11:27:49 +0200 Subject: [PATCH] Minor settings cleaning --- lsp-multi-server-sample/.vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lsp-multi-server-sample/.vscode/settings.json b/lsp-multi-server-sample/.vscode/settings.json index 4aa965cb..28eddc1b 100644 --- a/lsp-multi-server-sample/.vscode/settings.json +++ b/lsp-multi-server-sample/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.insertSpaces": false + "editor.insertSpaces": false, + "tslint.enable": true, + "typescript.tsc.autoDetect": "off", + "typescript.preferences.quoteStyle": "single" } \ No newline at end of file