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
The README.md should contain clear instructions and an easy to understand example.
Additional context
Here is what I would add, after the On Mac/Linux with full path: sample code:
To provide a relative path,
for the schema, specify it from the root folder starting with a dot: ./path/from/root/folder;
for the yaml files, specify it from the root folder without the dot: /path/from/root/folder.
You can use wildcards: in the example, any of the two paths would work with the file my_project.yaml.
Is your enhancement related to a problem? Please describe.
It took me a bit to figure out how to use a relative path and wildcards in
settings.json
; I found the documentation inREADME.md
unclear about this.My working solution
Describe the solution you would like
The
README.md
should contain clear instructions and an easy to understand example.Additional context
Here is what I would add, after the
On Mac/Linux with full path:
sample code:Please provide feedback on this change, and tell me if I should take care of a pull request.
The text was updated successfully, but these errors were encountered: