Skip to content

Commit 3423ad9

Browse files
committed
doc: fix documentation
1 parent 225f1e9 commit 3423ad9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/content/docs/reference/mise.toml-language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ sidebar:
99

1010
For the best experience with syntax highlighting and autocompletion in `mise.toml` files, you should install one of these TOML extensions:
1111

12-
- [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) (recommended)
1312
- [Tombi TOML](https://marketplace.visualstudio.com/items?itemName=tombi-toml.tombi)
13+
- [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
1414

1515
The extension will notify you on startup if neither is installed.
1616

docs/src/content/docs/tutorials/Getting-Started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Steps } from '@astrojs/starlight/components';
1313
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode#overview)
1414
or [Open VSX](https://open-vsx.org/extension/hverlin/mise-vscode)
1515
1. **Recommended:** Install a TOML extension for syntax highlighting and autocompletion:
16-
- [Tombi TOML](https://marketplace.visualstudio.com/items?itemName=tombi-toml.tombi)
17-
- [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) (works well but [not actively maintained anymore](https://github.com/tamasfe/taplo/issues/715)). The extension will notify you if neither is installed.
16+
[Tombi TOML](https://marketplace.visualstudio.com/items?itemName=tombi-toml.tombi) or
17+
[Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml). The extension will notify you if neither is installed.
1818
1. Open a project with a `mise.toml` file (or any other files supported by mise)
1919

2020
</Steps>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"type": "boolean",
201201
"title": "Configure extensions to use symlinks",
202202
"default": false,
203-
"markdownDescription": "Create symlinks in your `.vscode` folder that links to the `mise` bin. This is useful if you share the `.vscode/settings.json` file with others."
203+
"markdownDescription": "Create symlinks in your `.vscode` folder that links to the `mise` bin.\n\nThis is useful if you share the `.vscode/settings.json` file with others. When the project is version controlled:\n- every user must have the extension installed\n- the directory `.vscode/mise-tools` must be excluded from version control."
204204
},
205205
"mise.enableCodeLens": {
206206
"order": 8,

0 commit comments

Comments
 (0)