You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the # yaml-language-server: $schema notation in a yaml file, it kindof works if I give it a path to a local file: # yaml-language-server: $schema=/home/what/somefolder/schema.json
however, if I point to a relative file, it doesn't seem to work: # yaml-language-server: $schema=schema.json # yaml-language-server: $schema=./schema.json
In this example, the schema file lives in the root of the open folder in vscode.
Expected Behavior
relative files should work
Current Behavior
Steps to Reproduce
s33 ablve
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
# yaml-language-server: $schema
notation in a yaml file, it kindof works if I give it a path to a local file:# yaml-language-server: $schema=/home/what/somefolder/schema.json
however, if I point to a relative file, it doesn't seem to work:
# yaml-language-server: $schema=schema.json
# yaml-language-server: $schema=./schema.json
In this example, the schema file lives in the root of the open folder in vscode.
Expected Behavior
relative files should work
Current Behavior
Steps to Reproduce
s33 ablve
Environment
The text was updated successfully, but these errors were encountered: