From abf9152328044171b886af11841e23c876418562 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 6 Aug 2018 08:18:35 -0700 Subject: [PATCH] Remove androidEmulatorLauncher plugin (flutter) --- .config/Code/User/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index b047a87..353bdbc 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -1,6 +1,4 @@ { - "androidEmulatorLauncher.adbPath": "$ANDROID_HOME/platform-tools/adb", - "androidEmulatorLauncher.emulatorPath": "$ANDROID_HOME/tools/emulator", "files.exclude": { "**/.git": true, "**/.svn": true, @@ -29,4 +27,4 @@ "source.organizeImports": true, }, "debug.toolBarLocation": "docked", -} +} \ No newline at end of file