Skip to content

Commit

Permalink
Revert "Sample of usage"
Browse files Browse the repository at this point in the history
This reverts commit 194fe5d.
  • Loading branch information
nojaf committed Sep 4, 2023
1 parent 194fe5d commit 3da98e3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 144 deletions.
112 changes: 0 additions & 112 deletions src/FsAutoComplete/CodeFixes/UpdateFooBar.fs

This file was deleted.

6 changes: 0 additions & 6 deletions src/FsAutoComplete/CodeFixes/UpdateFooBar.fsi

This file was deleted.

3 changes: 1 addition & 2 deletions src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1835,8 +1835,7 @@ type AdaptiveFSharpLspServer
UseTripleQuotedInterpolation.fix tryGetParseResultsForFile getRangeText
RenameParamToMatchSignature.fix tryGetParseResultsForFile
RemovePatternArgument.fix tryGetParseResultsForFile
ToInterpolatedString.fix tryGetParseResultsForFile getLanguageVersion
UpdateFooBar.fix tryGetParseResultsForFile |])
ToInterpolatedString.fix tryGetParseResultsForFile getLanguageVersion |])

let forgetDocument (uri: DocumentUri) =
async {
Expand Down
1 change: 0 additions & 1 deletion src/FsAutoComplete/LspServers/FsAutoComplete.Lsp.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,6 @@ type FSharpLspServer(state: State, lspClient: FSharpLspClient, sourceTextFactory
RenameParamToMatchSignature.fix tryGetParseResultsForFile
RemovePatternArgument.fix tryGetParseResultsForFile
ToInterpolatedString.fix tryGetParseResultsForFile tryGetLanguageVersion
UpdateFooBar.fix tryGetParseResultsForFile

|]

Expand Down
5 changes: 2 additions & 3 deletions test/FsAutoComplete.Tests.Lsp/CodeFixTests/Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,7 @@ let tests state =
convertTripleSlashCommentToXmlTaggedDocTests state
addPrivateAccessModifierTests state
GenerateAbstractClassStubTests.tests state
// generateRecordStubTests state
generateRecordStubTests state
generateUnionCasesTests state
generateXmlDocumentationTests state
ImplementInterfaceTests.tests state
Expand All @@ -3351,5 +3351,4 @@ let tests state =
useTripleQuotedInterpolationTests state
wrapExpressionInParenthesesTests state
removeRedundantAttributeSuffixTests state
removePatternArgumentTests state
UpdateFooBarTests.tests state ]
removePatternArgumentTests state ]
20 changes: 0 additions & 20 deletions test/FsAutoComplete.Tests.Lsp/CodeFixTests/UpdateFooBarTests.fs

This file was deleted.

0 comments on commit 3da98e3

Please sign in to comment.