mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-31 11:56:55 +08:00
Move to rust-analyzer everywhere
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ analyzer *ale-rust-analyzer*
|
|||||||
g:ale_rust_analyzer_executable *g:ale_rust_analyzer_executable*
|
g:ale_rust_analyzer_executable *g:ale_rust_analyzer_executable*
|
||||||
*b:ale_rust_analyzer_executable*
|
*b:ale_rust_analyzer_executable*
|
||||||
Type: |String|
|
Type: |String|
|
||||||
Default: `'ra_lsp_server'`
|
Default: `'rust-analyzer'`
|
||||||
|
|
||||||
This variable can be modified to change the executable path for
|
This variable can be modified to change the executable path for
|
||||||
`rust-analyzer`.
|
`rust-analyzer`.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ After:
|
|||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|
||||||
Execute(The default executable path should be correct):
|
Execute(The default executable path should be correct):
|
||||||
AssertLinter 'ra_lsp_server', ale#Escape('ra_lsp_server')
|
AssertLinter 'rust-analyzer', ale#Escape('rust-analyzer')
|
||||||
|
|
||||||
Execute(The project root should be detected correctly):
|
Execute(The project root should be detected correctly):
|
||||||
AssertLSPProject ''
|
AssertLSPProject ''
|
||||||
|
|||||||
Reference in New Issue
Block a user