Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-04-02 20:37:28 +0300
committerAaron Bockover <abock@microsoft.com>2019-04-04 03:41:03 +0300
commit162c61ef53c3fcf7b999507ab57357f34996f37d (patch)
tree2c2f77b2350933edd382b89f01bc972b2f418ab1 /.gitmodules
parent569496df4f99d6f4ec3efa24fcf06f04c1a07345 (diff)
Migrate from vs-editor-core back to vs-editor-api
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 7e8ed07b88..183c865d86 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -52,7 +52,7 @@
path = main/external/Xamarin.PropertyEditing
url = https://github.com/xamarin/Xamarin.PropertyEditing
branch = master
-[submodule "main/external/vs-editor-core"]
- path = main/external/vs-editor-core
- url = ../../xamarin/vs-editor-core.git
- branch = release-8.0
+[submodule "main/external/vs-editor-api"]
+ path = main/external/vs-editor-api
+ url = https://github.com/KirillOsenkov/vs-editor-api.git
+ branch = monodevelop/master