未验证 提交 0cbea023 编写于 作者: D David 提交者: GitHub

Remove unused variable

上级 00a1134a
......@@ -73,7 +73,6 @@ public async Task TestGetCompletionsDoesNotIncludeSnippetsAsync()
solution = solution.WithOptions(solution.Options
.WithChangedOption(CompletionOptions.SnippetsBehavior, LanguageNames.CSharp, SnippetsRule.AlwaysInclude));
var expected = CreateCompletionItem("A", LSP.CompletionItemKind.Class, new string[] { "Class", "Internal" }, CreateCompletionParams(locations["caret"].Single()));
var clientCapabilities = new LSP.VSClientCapabilities { SupportsVisualStudioExtensions = true };
var results = await RunGetCompletionsAsync(solution, locations["caret"].Single(), clientCapabilities);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册