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
Copy file name to clipboardExpand all lines: docs/src/content/docs/tutorials/SettingUpTheExtension.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ To do this, set the `mise.configureExtensionsAutomaticallyIncludeList` to an emp
93
93
}
94
94
```
95
95
96
-
With this setup, only the deno extensions will be configured automatically for your project. However, if you open another project that does not specify the `mise.configureExtensionsAutomaticallyIncludeList`, no extensions will be configured automatically.
96
+
With this setup, only the `deno` extension will be configured automatically for your project. However, if you open another project that does not specify the `mise.configureExtensionsAutomaticallyIncludeList`, no extensions will be configured automatically.
97
97
98
98
**Note that updating this setting might require you to reload the VS Code window for the changes to take effect.**
0 commit comments