File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,12 @@ examples:
79
79
80
80
# Small but heavily multi-component example
81
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
82
+ - name : haskell-language-server
83
+ version : 2.9.0.0
84
+ modules :
85
+ - ghcide/session-loader/Development/IDE/Session.hs
86
+ - ghcide/src/Development/IDE.hs
87
+ - plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs
91
88
92
89
# The set of experiments to execute
93
90
experiments :
You can’t perform that action at this time.
0 commit comments