Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Nov 9, 2022
1 parent 764227b commit 1eaa291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public TextDocumentIdentifier GetTextDocumentIdentifier(LSP.CodeAction request)
// add that support here.
//
// https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspaceEdit
//
// Tracked with: https://github.com/dotnet/roslyn/issues/65303
#if false

// TO-DO: If the change involves adding or removing a document, execute via command instead of WorkspaceEdit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public RunCodeActionsTests(ITestOutputHelper testOutputHelper) : base(testOutput
{
}

[WpfFact]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/65303")]
public async Task TestRunCodeActions()
{
var markup =
Expand Down

0 comments on commit 1eaa291

Please sign in to comment.