Skip to content

Commit

Permalink
files are the full path of files inside the solution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Aug 16, 2017
1 parent afe8a5c commit 6820277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsAutoComplete.Core/CommandResponse.fs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ module CommandResponse =
}
and [<RequireQualifiedAccess>] WorkspacePeekFoundSolutionItemKindFolder = {
Items: WorkspacePeekFoundSolutionItem list
Files: string list
Files: FilePath list
}
and [<RequireQualifiedAccess>] WorkspacePeekFoundSolutionConfiguration = {
Id: string
Expand Down

0 comments on commit 6820277

Please sign in to comment.