You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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.
18
18
1. Open a project with a `mise.toml` file (or any other files supported by mise)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@
200
200
"type": "boolean",
201
201
"title": "Configure extensions to use symlinks",
202
202
"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."
0 commit comments