We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db62b0e commit 78e8a58Copy full SHA for 78e8a58
…/kotlin/com/tang/vscode/notifications.kt …S/src/main/kotlin/com/tang/vscode/rpc.ktEmmyLua-LS/src/main/kotlin/com/tang/vscode/notifications.kt renamed to EmmyLua-LS/src/main/kotlin/com/tang/vscode/rpc.kt
@@ -24,7 +24,7 @@ enum class UpdateType {
24
Deleted
25
}
26
27
-class EmmyConfigurationSource(val uri: String, val workspace: String) {
+data class EmmyConfigurationSource(val uri: String, val workspace: String) {
28
companion object {
29
fun parse(arr: JsonArray): Array<EmmyConfigurationSource> {
30
val list = mutableListOf<EmmyConfigurationSource>()
0 commit comments