Skip to content

Commit c12e8ae

Browse files
Suppress deprecation warnings as well
1 parent 93da266 commit c12e8ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/com/insyncwithfoo/pyright/lsp4ij/PyrightClientFeatures.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ internal class PyrightClientFeatures : LSPClientFeatures() {
1818

1919
params.workspaceFolders = workspaceFolders
2020

21+
@Suppress("DEPRECATION")
2122
if (workspaceRoots.size == 1) {
2223
val root = workspaceRoots.single()
2324
params.rootUri = root.toFileUriString()

0 commit comments

Comments
 (0)