We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c998bd commit 65c0ca2Copy full SHA for 65c0ca2
bench/config.yaml
@@ -79,15 +79,12 @@ examples:
79
80
# Small but heavily multi-component example
81
# Disabled as it is far to slow. hie-bios >0.7.2 should help
82
- # - name: HLS
83
- # path: bench/example/HLS
84
- # modules:
85
- # - hls-plugin-api/src/Ide/Plugin/Config.hs
86
- # - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
87
- # - ghcide/bench/hist/Main.hs
88
- # - ghcide/bench/lib/Experiments/Types.hs
89
- # - ghcide/test/exe/Main.hs
90
- # - exe/Plugins.hs
+ - name: haskell-language-server
+ version: 2.9.0.0
+ modules:
+ - ghcide/session-loader/Development/IDE/Session.hs
+ - ghcide/src/Development/IDE.hs
+ - plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs
91
92
# The set of experiments to execute
93
experiments:
0 commit comments