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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,9 @@ Here are some links that will help you get familiar with the VS Code extension f
138
138
### Configuration
139
139
140
140
You can configure the extension via the `.vscode/settings.json` workspace settings file or the [multi-root workspace file](https://code.visualstudio.com/docs/editor/multi-root-workspaces).
141
-
See the setting list[here](doc/settings.md).
141
+
More information about settings and the different ways that can be used to specify them can be found[here](doc/settings.md).
142
142
143
-
Here is an example config file:
143
+
Here is an example config file that sets the project file to use and the scenario variables, as long as other useful settings (charset, whether we should show file diagnostics etc.):
0 commit comments