mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
workspace-symbols function for Emacs
This commit is contained in:
parent
c69ff08dc9
commit
00e80b24e3
4 changed files with 43 additions and 12 deletions
|
@ -20,7 +20,10 @@ export class Server {
|
|||
debug: run
|
||||
};
|
||||
const clientOptions: lc.LanguageClientOptions = {
|
||||
documentSelector: [{ scheme: 'file', language: 'rust' }]
|
||||
documentSelector: [{ scheme: 'file', language: 'rust' }],
|
||||
initializationOptions: {
|
||||
publishDecorations: true,
|
||||
}
|
||||
};
|
||||
|
||||
Server.client = new lc.LanguageClient(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue