Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Use the [Issue tracker](https://github.com/equinor/vscode-septic/issues).

- [Snippet Creator][snippet-creator]: For creating your own snippets.
- [Color Highlight][color-highlight]: Handy if you want to experiment with colors since it can display the color of hex triplets, e.g. "#f0f0f0", inside VSCode.
- [YAML][vscode-yaml]: Useful for validating and providing help for SCG config files. Septic extension provides default configuration of schemas for this extension.

[snippet-creator]: https://marketplace.visualstudio.com/items?itemName=wware.snippet-creator
[color-highlight]: https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight
[vscode-yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@
"libName": "Septic",
"url": "https://raw.githubusercontent.com/equinor/septic-config-generator/refs/heads/main/docs/septic_scratchpad.xml"
}
]
],
"yaml.schemas": {
"https://raw.githubusercontent.com/equinor/septic-config-generator/refs/heads/main/docs/config.schema.json": "/*/scg/*.yaml"
}
},
"chatParticipants": [
{
Expand Down