Skip to content

Commit

Permalink
installed_languages isn't a required property in settings, because …
Browse files Browse the repository at this point in the history
…it has a default value
  • Loading branch information
Kyle Bebak committed Feb 10, 2024
1 parent 20ffa94 commit 072d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
},
"additionalProperties": false,
"required": ["installed_languages"]
"required": []
}
}
]
Expand Down

0 comments on commit 072d02a

Please sign in to comment.