File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ export default class AutoLanguageClient {
705
705
point
706
706
)
707
707
708
- if ( query !== null && this . supportsDefinitionsForAdditionalPaths && server . additionalPaths !== undefined ) {
708
+ if ( query !== null && server . additionalPaths !== undefined ) {
709
709
// populate additionalPaths based on definitions
710
710
// Indicates that the language server can support LSP functionality for out of project files indicated by `textDocument/definition` responses.
711
711
for ( const def of query . definitions ) {
@@ -1000,14 +1000,6 @@ export default class AutoLanguageClient {
1000
1000
. forEach ( ( line ) => this . logger . warn ( `stderr ${ line } ` ) )
1001
1001
}
1002
1002
1003
- /**
1004
- * Indicates that the language server can support LSP functionality for out of project files indicated by
1005
- * `textDocument/definition` responses. Set it to `true` if the server supports this feature.
1006
- *
1007
- * @default `false`
1008
- */
1009
- protected supportsDefinitionsForAdditionalPaths : boolean = false
1010
-
1011
1003
private getServerAdapter < T extends keyof ServerAdapters > (
1012
1004
server : ActiveServer ,
1013
1005
adapter : T
You can’t perform that action at this time.
0 commit comments