From 027e8a6f3361046223d008c83adaa7a342af8b47 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Mon, 3 May 2021 11:38:43 -0700 Subject: [PATCH] Enable run unit tests current file and cleanup launch.json (#15307) --- .vscode/launch.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 95319f98bb..af6940e45c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -140,7 +140,6 @@ "type": "pwa-chrome", "request": "launch", "outFiles": [], - "outFiles": [], "perScriptSourcemaps": "yes", "name": "VS Code (Web, Chrome)", "url": "http://localhost:8080", @@ -214,7 +213,7 @@ "${workspaceFolder}/out/**/*.js" ], "cascadeTerminateToConfigurations": [ - "Attach to VS Code" + "Attach to azuredatastudio" ], "env": { "MOCHA_COLORS": "true" @@ -228,15 +227,15 @@ "request": "launch", "name": "Run Unit Tests For Current File", "program": "${workspaceFolder}/test/unit/electron/index.js", - "runtimeExecutable": "${workspaceFolder}/.build/electron/Code - OSS.app/Contents/MacOS/Electron", + "runtimeExecutable": "${workspaceFolder}/.build/electron/Azure Data Studio.app/Contents/MacOS/Electron", "windows": { - "runtimeExecutable": "${workspaceFolder}/.build/electron/Code - OSS.exe" + "runtimeExecutable": "${workspaceFolder}/.build/electron/azuredatastudio.exe" }, "linux": { - "runtimeExecutable": "${workspaceFolder}/.build/electron/code-oss" + "runtimeExecutable": "${workspaceFolder}/.build/electron/azuredatastudio" }, "cascadeTerminateToConfigurations": [ - "Attach to VS Code" + "Attach to azuredatastudio" ], "outputCapture": "std", "args": [ @@ -250,9 +249,6 @@ ], "env": { "MOCHA_COLORS": "true" - }, - "presentation": { - "hidden": true } }, { @@ -355,7 +351,7 @@ { "name": "Debug Unit Tests (Current File)", "configurations": [ - "Attach to VS Code", + "Attach to azuredatastudio", "Run Unit Tests For Current File" ], "presentation": {