Skip to content

Commit

Permalink
Merge pull request #212 from yutaro1985/fix_editor-integration20240319
Browse files Browse the repository at this point in the history
Update editor-integration.md
  • Loading branch information
mishushakov committed Apr 2, 2024
2 parents 1932742 + 39926bc commit 1b5f8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/editor-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Note: VS Code users may require to install Red Hat's [YAML extension](https://ma
```json
{
"yaml.completion": true,
"json.schemas": {
"yaml.schemas": {
"https://raw.githubusercontent.com/stepci/stepci/main/schema.json": "*.stepci.yml"
}
}
```

After that you should be able to see completions for **YAML files** starting with `.stepci.yml`
After that you should be able to see completions for **YAML files** ending with `.stepci.yml`

**JSON Completions**

Expand All @@ -35,4 +35,4 @@ After that you should be able to see completions for **YAML files** starting wit
}
```

After that you should be able to see completions for **JSON files** starting with `.stepci.json`
After that you should be able to see completions for **JSON files** ending with `.stepci.json`

0 comments on commit 1b5f8e7

Please sign in to comment.