Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
typo fix and clarification with ysls schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pappleby committed Sep 23, 2021
1 parent a921022 commit ebbdbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LanguageServer/src/Server/Documentation/ysls.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"FileName": {
"type": "string",
"description": "Name of the file this method is defined in.\nPrimarily used when 'Deep Command Lookup' is disabled."
"description": "Name of the file this method is defined in.\nPrimarily used when 'Deep Command Lookup' is disabled to make sure the source file is still found (doesn't need to be the full path, even 'foo.cs' is helpful)."
},
"Language": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion VSCodeExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jsonValidation": [
{
"fileMatch": "*.ysls.json",
"url" : "./Server/src/Server/Documentation/yslsschema.json"
"url" : "./Server/src/Server/Documentation/ysls.schema.json"

}
],
Expand Down

0 comments on commit ebbdbf7

Please sign in to comment.