diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-19 12:45:37 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-19 12:45:37 -0700 |
| commit | b08f2a02e73721cc63acecccc2c25f2c0f488d45 (patch) | |
| tree | 72016fdefc14caf417b8dfd47e1f84603701573a /toolsrc/src/commands_edit.cpp | |
| parent | 4c663ce3dc0af04828f473d89021477521b393d8 (diff) | |
| download | vcpkg-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.cpp | 2 |
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(); |
