aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_edit.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-19 12:45:37 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-19 12:45:37 -0700
commitb08f2a02e73721cc63acecccc2c25f2c0f488d45 (patch)
tree72016fdefc14caf417b8dfd47e1f84603701573a /toolsrc/src/commands_edit.cpp
parent4c663ce3dc0af04828f473d89021477521b393d8 (diff)
downloadvcpkg-b08f2a02e73721cc63acecccc2c25f2c0f488d45.tar.gz
vcpkg-b08f2a02e73721cc63acecccc2c25f2c0f488d45.zip
[vcpkg edit] Fix VSCode path
Diffstat (limited to 'toolsrc/src/commands_edit.cpp')
-rw-r--r--toolsrc/src/commands_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_edit.cpp b/toolsrc/src/commands_edit.cpp
index 7f400f48b..823c87534 100644
--- a/toolsrc/src/commands_edit.cpp
+++ b/toolsrc/src/commands_edit.cpp
@@ -34,7 +34,7 @@ namespace vcpkg::Commands::Edit
static const std::string OPTION_BUILDTREES = "--buildtrees";
static const fs::path VS_CODE_INSIDERS = fs::path{"Microsoft VS Code Insiders"} / "Code - Insiders.exe";
- static const fs::path VS_CODE = fs::path{"Microsoft VS Code Insiders"} / "Code - Insiders.exe";
+ static const fs::path VS_CODE = fs::path{"Microsoft VS Code"} / "Code.exe";
auto& fs = paths.get_filesystem();