Skip to content
Open
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: 1 addition & 1 deletion docs/started-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Accord Project is also developing tools to help with authoring, testing and runn
### Editors

- [Template Studio](https://studio.accordproject.org/): a Web-based editor for Accord Project templates
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension): an Accord Project extension to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
- [VSCode Extension][VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension): an Accord Project extension (Concerto) to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
- [Emacs Mode](https://github.com/accordproject/ergo/tree/master/ergo.emacs): Emacs Major mode for Ergo (alpha)
- [VIM Plugin](https://github.com/accordproject/ergo/tree/master/ergo.vim): VIM plugin for Ergo (alpha)

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bash-3.2$
```

:::tip
You may find it easier to edit the grammar, model and logic for your template in [VSCode](https://code.visualstudio.com/), installing the [Accord Project extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension). The extension gives you syntax highlighting and parser errors within VS Code.
You may find it easier to edit the grammar, model and logic for your template in [VSCode Extension][VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension): an Accord Project extension (Concerto) to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor

For more information on how to use VS Code with the Accord Project extension, please consult the [Using the VS Code extension](tutorial-vscode) tutorial.
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To follow this tutorial on how to use the Cicero VS Code extension, we recommend
1. [Yeoman](https://yeoman.io)
1. [Accord Project Yeoman Generator](https://github.com/accordproject/cicero/tree/master/packages/generator-cicero-template)
1. [Camel Tooling Yeoman VS Code extension](https://marketplace.visualstudio.com/items?itemName=camel-tooling.yo)
1. [Accord Project VS Code extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension)
1. [Accord Project VS Code extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension)

## Video Tutorial

Expand Down