Skip to content

Commit 4275761

Browse files
Disable workspace/configuration (native client) (#168, #170)
1 parent cd43225 commit 4275761

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/insyncwithfoo/pyright/lsp/PyrightServerDescriptor.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ internal class PyrightServerDescriptor(project: Project, module: Module?, privat
8080

8181
override val clientCapabilities: ClientCapabilities
8282
get() = super.clientCapabilities.apply {
83+
workspace.apply {
84+
configuration = false
85+
}
8386
textDocument.apply {
8487
diagnostic = null
8588
}

0 commit comments

Comments
 (0)