diff --git a/LanguageServer/src/Server/Documentation/ysls.schema.json b/LanguageServer/src/Server/Documentation/ysls.schema.json index 7844b83..273157d 100644 --- a/LanguageServer/src/Server/Documentation/ysls.schema.json +++ b/LanguageServer/src/Server/Documentation/ysls.schema.json @@ -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", diff --git a/VSCodeExtension/package.json b/VSCodeExtension/package.json index 3ef6261..f1af02c 100644 --- a/VSCodeExtension/package.json +++ b/VSCodeExtension/package.json @@ -60,7 +60,7 @@ "jsonValidation": [ { "fileMatch": "*.ysls.json", - "url" : "./Server/src/Server/Documentation/yslsschema.json" + "url" : "./Server/src/Server/Documentation/ysls.schema.json" } ],