From 422efe59afe333a8371afe6f9fb45f159a6fb07f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 27 Aug 2018 22:52:43 +0300 Subject: you better run --- code/.vscode/settings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'code/.vscode/settings.json') diff --git a/code/.vscode/settings.json b/code/.vscode/settings.json index 2910204e8..30bf8c2d3 100644 --- a/code/.vscode/settings.json +++ b/code/.vscode/settings.json @@ -1,10 +1,11 @@ // Place your settings in this file to overwrite default and user settings. { "files.exclude": { - "out": true - // "node_modules": true + "out": false // set this to true to hide the "out" folder with the compiled JS files }, "search.exclude": { "out": true // set this to false to include "out" folder in search results - } -} + }, + // Turn off tsc task auto detection since we have the necessary tasks as npm scripts + "typescript.tsc.autoDetect": "off" +} \ No newline at end of file -- cgit v1.2.3