Skip to content

Commit

Permalink
fix cradle edit
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Mar 6, 2024
1 parent 6bfe01a commit e26b2b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ experiments:
- "completions after edit"
- "code actions"
- "code actions after edit"
# - "code actions after cradle edit"
- "code actions after cradle edit"
- "documentSymbols after edit"
- "hole fit suggestions"

Expand Down
4 changes: 2 additions & 2 deletions ghcide-bench/src/Experiments.hs
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,10 @@ callCommandLogging cmd = do
callCommand cmd

simpleCabalCradleContent :: String
simpleCabalCradleContent = "cradle:\n cabal:"
simpleCabalCradleContent = "cradle:\n cabal:\n"

simpleStackCradleContent :: String
simpleStackCradleContent = "cradle:\n stack:"
simpleStackCradleContent = "cradle:\n stack:\n"

-- | Setup the benchmark
-- we need to create a hie.yaml file for the examples
Expand Down

0 comments on commit e26b2b7

Please sign in to comment.