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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-08-07 15:46:01 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-08-07 15:46:01 +0300
commitbf08f61283c38940a96fab59bfaa6e74f255207c (patch)
tree268b239160dd69998f0563b72bdd21d96283987a
parent577ecbb9a7e89faf35538c1cc8d52fb6df72082d (diff)
Sync with vs-editor-core@12ee92b6
-rw-r--r--Directory.Build.props2
-rw-r--r--src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs9
2 files changed, 1 insertions, 10 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index ad68f50..1c66f87 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -19,7 +19,7 @@
</PropertyGroup>
<PropertyGroup>
- <NuGetVersionRoslyn>3.3.0-beta2-19374-02</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.3.0-beta2-19401-05</NuGetVersionRoslyn>
<NuGetVersionVSEditor Condition="$(NuGetVersionVSEditor) == ''">16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>
</PropertyGroup>
diff --git a/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs b/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs
deleted file mode 100644
index 2af5ad3..0000000
--- a/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace Microsoft.VisualStudio.Text.Editor.Commanding.Commands
-{
- public class GoToMatchingBraceCommandArgs : EditorCommandArgs
- {
- public GoToMatchingBraceCommandArgs(ITextView textView, ITextBuffer subjectBuffer) : base(textView, subjectBuffer)
- {
- }
- }
-} \ No newline at end of file