Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03724f9

Browse files
TIHanKevinRansom
authored andcommitted
Removing what looks like code to help debugging, but caused out of index exceptions (#4940)
1 parent2527e68 commit03724f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎vsintegration/src/FSharp.Editor/InlineRename/InlineRenameService.fs‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ type internal InlineRenameLocationSet(locations: InlineRenameLocation [], origin
5353

5454
async{
5555
let!newSolution= applyChanges originalSolution(locations|> Array.toList|> List.groupBy(fun x-> x.Document))
56-
// > debug
57-
letnewDoc= newSolution.GetDocument(locations.[0].Document.Id)
58-
let!newSource= newDoc.GetTextAsync(cancellationToken)|> Async.AwaitTask
59-
letnewText= newSource.ToString()
60-
let_= newText
61-
// < debug
6256
return
6357
{new IInlineRenameReplacementInfowith
6458
member__.NewSolution= newSolution

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp