Skip to content

Commit

Permalink
Fix setting type on mesonbuild.languageServer
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan957 committed Oct 24, 2023
1 parent ae5442f commit b718f54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@
"description": "Give an object that's merged into the debug configuration provider"
},
"mesonbuild.languageServer": {
"type": "string",
"type": [
"string",
"null"
],
"default": "Swift-MesonLSP",
"enum": [
"Swift-MesonLSP",
Expand Down

0 comments on commit b718f54

Please sign in to comment.