Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Oct 7, 2023
2 parents 262a061 + d28ea8a commit 98055ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ To learn more about Yarn Spinner, or find out how to use and install this extens

Yarn Spinner for Visual Studio Code will automatically find your commands written in C#.

If you want to import command and function definitions for a language other than C#, or you want to override information that the language server parses from C#, add a JSON file with the extension ".ysls.json" to your project's folder using the [ysls.json schema](https://github.com/YarnSpinnerTool/LanguageServer/blob/main/LanguageServer/src/Server/Documentation/ysls.schema.json).
If you want to import command and function definitions for a language other than C#, or you want to override information that the language server parses from C#, add a JSON file with the extension ".ysls.json" to your project's folder using the [ysls.json schema](https://github.com/YarnSpinnerTool/YarnSpinner/blob/main/YarnSpinner.LanguageServer/src/Server/Documentation/ysls.schema.json).

For examples, take a look at this [import example](https://github.com/YarnSpinnerTool/LanguageServer/blob/main/LanguageServer/ImportExample.ysls.json) or the [yarn spinner built in Commands and Functions file](https://github.com/YarnSpinnerTool/LanguageServer/blob/main/LanguageServer/src/Server/Documentation/BuiltInFunctionsAndCommands.ysls.json).
For examples, take a look at this [import example](https://github.com/YarnSpinnerTool/YarnSpinner/blob/main/YarnSpinner.LanguageServer/ImportExample.ysls.json) or the [yarn spinner built in Commands and Functions file](https://github.com/YarnSpinnerTool/YarnSpinner/blob/main/YarnSpinner.LanguageServer/src/Server/Documentation/BuiltInFunctionsAndCommands.ysls.json).

### Telemetry

Expand Down

0 comments on commit 98055ad

Please sign in to comment.