Skip to content

Commit f7088fa

Browse files
committed
Improve readme section on settings
1 parent a1251a3 commit f7088fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [0.37.0]
44

5+
* Improve readme section on settings
56
* Update author information in the license file
67

78
## [0.36.0]

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ Hover contents is provided for built-in directives, built-in predicates, and bui
231231

232232
The user can configure settings via the VSCode menu `Settings`. Entering `Logtalk` in the input box will show the Logtalk settings. Follows a description of all the settings in this extension with their default values (if any). On Windows, PowerShell 7.3.x or later must also be installed.
233233

234+
Settings are divided between _required_ and _optional_ settings. If you're migrating from an old version of this extension, you may need to delete the old settings (from the `settings.json` file) if you want to use only the defaults provided by the required settings.
235+
234236
### Required settings
235237

236238
#### Logtalk home and user paths
@@ -248,7 +250,7 @@ No default. Possible values are `b`, `ciao`, `cx`, `eclipse`, `gnu`, `ji`, `sics
248250

249251
### Optional settings
250252

251-
In most cases, the required settings are enough for full extension functionality. But they assume default installations for Logtalk and the Prolog backends. On Windows, they also assume the default installation of PowerShell 7. When that's not the case, the optional settings listed below allow overriding the defaults that are derived from the required settings.
253+
In most cases, the required settings are enough for full extension functionality. But they assume default installations for Logtalk and the Prolog backends. On Windows, they also assume the default installation of PowerShell 7. When that's not the case, the optional settings listed below allow **overriding** the defaults that are derived from the required settings.
252254

253255
On Windows, use forward slashes in settings that require paths. Use the `where.exe` command to find the absolute path for the required scripts.
254256

0 commit comments

Comments
 (0)