From a05c5edd49ad74730304f2f1f0b3e780e0ce40e5 Mon Sep 17 00:00:00 2001 From: Dolan Date: Fri, 14 Sep 2018 02:44:47 +0100 Subject: [PATCH] Revert back .vscode folder --- .vscode/launch.json | 19 ------------------- .vscode/settings.json | 3 +-- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 52cf4e6158..0000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Launch Program", - "program": "${workspaceFolder}/demo/importDemo.js", - // "preLaunchTask": "tsc: build - tsconfig.json", - "outFiles": [ - "${workspaceFolder}/build/**/*.js" - ], - "sourceMaps": true, - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 901803d9af..f144f59202 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,5 @@ "editor.formatOnSave": false, "prettier.tabWidth": 4, "prettier.arrowParens": "always", - "prettier.bracketSpacing": true, - "git.ignoreLimitWarning": true + "prettier.bracketSpacing": true }