File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/hls-class-plugin/src/Ide/Plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ addMethodPlaceholders lf state AddMinimalMethodsParams{..} = fmap (fromMaybe err
125
125
| otherwise
126
126
= n
127
127
128
- -- | This implementation is extremely ad-hoc in a sense that
129
- -- 1. sensitive to the format of diagnostic messages from GHC
130
- -- 2. pattern matches are not exhaustive
128
+ -- |
129
+ -- This implementation is ad-hoc in a sense that the diagnostic detection mechanism is
130
+ -- sensitive to the format of diagnostic messages from GHC.
131
131
codeAction :: CodeActionProvider
132
132
codeAction _ state plId docId _ context = fmap (fromMaybe errorResult) . runMaybeT $ do
133
133
docPath <- MaybeT . pure . uriToNormalizedFilePath $ toNormalizedUri uri
You can’t perform that action at this time.
0 commit comments