From e26071d96e1ff56289213dbe78415f836de8a70e Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Mon, 8 Oct 2018 22:38:33 +0100 Subject: Run prettier on all files --- editors/code/.vscode/launch.json | 14 ++++---------- editors/code/.vscode/settings.json | 2 +- editors/code/.vscode/tasks.json | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) (limited to 'editors/code/.vscode') diff --git a/editors/code/.vscode/launch.json b/editors/code/.vscode/launch.json index c174db304..b9d14dddd 100644 --- a/editors/code/.vscode/launch.json +++ b/editors/code/.vscode/launch.json @@ -3,19 +3,15 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { - "version": "0.2.0", + "version": "0.2.0", "configurations": [ { "name": "Extension", "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", - "args": [ - "--extensionDevelopmentPath=${workspaceFolder}" - ], - "outFiles": [ - "${workspaceFolder}/out/**/*.js" - ], + "args": ["--extensionDevelopmentPath=${workspaceFolder}"], + "outFiles": ["${workspaceFolder}/out/**/*.js"], "preLaunchTask": "npm: watch" }, { @@ -27,9 +23,7 @@ "--extensionDevelopmentPath=${workspaceFolder}", "--extensionTestsPath=${workspaceFolder}/out/test" ], - "outFiles": [ - "${workspaceFolder}/out/test/**/*.js" - ], + "outFiles": ["${workspaceFolder}/out/test/**/*.js"], "preLaunchTask": "npm: watch" } ] diff --git a/editors/code/.vscode/settings.json b/editors/code/.vscode/settings.json index 30bf8c2d3..fa0a10487 100644 --- a/editors/code/.vscode/settings.json +++ b/editors/code/.vscode/settings.json @@ -8,4 +8,4 @@ }, // 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 +} diff --git a/editors/code/.vscode/tasks.json b/editors/code/.vscode/tasks.json index 604e38f5a..5deb2bccd 100644 --- a/editors/code/.vscode/tasks.json +++ b/editors/code/.vscode/tasks.json @@ -17,4 +17,4 @@ } } ] -} \ No newline at end of file +} -- cgit v1.2.3