You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature (sln_scope_handling): stop running job only if completely covered by newly started job. Use g:OmniSharp_stop_redundant_servers to change that default behavior
@@ -106,6 +107,8 @@ Expect cs(should add another required using):
106
107
107
108
108
109
Given cs():
110
+
=======
111
+
>>>>>>> 37fa24e (feature (sln_scope_handling): stop running job only if completely covered by newly started job. Use g:OmniSharp_stop_redundant_servers to change that default behavior)
109
112
public class test {
110
113
class1 ns1 = new class1();
111
114
}
@@ -121,7 +124,11 @@ Given cs():
121
124
}
122
125
123
126
Execute (run fix usings):
127
+
<<<<<<< HEAD
124
128
call OmniSharpTestInitializeBuffer('FixUsings5')
129
+
=======
130
+
call OmniSharpTestInitializeBuffer('FixUsings3')
131
+
>>>>>>> 37fa24e (feature (sln_scope_handling): stop running job only if completely covered by newly started job. Use g:OmniSharp_stop_redundant_servers to change that default behavior)
@@ -141,7 +148,11 @@ Expect cs(should not add ambiguous using):
141
148
}
142
149
143
150
Execute (should return ambiguous usings to Callback):
151
+
<<<<<<< HEAD
144
152
call OmniSharpTestInitializeBuffer('FixUsings6')
153
+
=======
154
+
call OmniSharpTestInitializeBuffer('FixUsings4')
155
+
>>>>>>> 37fa24e (feature (sln_scope_handling): stop running job only if completely covered by newly started job. Use g:OmniSharp_stop_redundant_servers to change that default behavior)
Execute (should add ambiguous usings to quickfix):
176
+
<<<<<<< HEAD
165
177
call OmniSharpTestInitializeBuffer('FixUsings7')
178
+
=======
179
+
call OmniSharpTestInitializeBuffer('FixUsings5')
180
+
>>>>>>> 37fa24e (feature (sln_scope_handling): stop running job only if completely covered by newly started job. Use g:OmniSharp_stop_redundant_servers to change that default behavior)
0 commit comments