Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit acebc2b

Browse files
committed
Tweak jsdocs
1 parent f244558 commit acebc2b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/rls-project.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const _ = require('underscore-plus')
66
/**
77
* Container for references to a single Rls invocation
88
* @param {ActiveServer} server
9-
* @param {function} busySignalServiceFn `() => [BusySignalService]`
9+
* @param {function} busySignalServiceFn `() => ?BusySignalService`
1010
*/
1111
class RlsProject {
1212
constructor(server, busySignalServiceFn) {
@@ -49,9 +49,7 @@ class RlsProject {
4949
this.server.process.on('exit', () => this._busyMessage && this._busyMessage.dispose())
5050
}
5151

52-
/**
53-
* Send rls.toml as `workspace/didChangeConfiguration` message (or empty/default if no rls.toml)
54-
*/
52+
// Send rls.toml as `workspace/didChangeConfiguration` message (or empty/default if no rls.toml)
5553
sendRlsTomlConfig() {
5654
let rlsTomlPath = path.join(this.server.projectPath, 'rls.toml')
5755

0 commit comments

Comments
 (0)