Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Jul 21, 2024
1 parent c353c25 commit 03e2b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magik-language-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ A Language Server for Smallworld/Magik. This language server provides functional

This language server has the following settings:

- `magik.smallworldGis`: Path to Smallworld Core.
- `magik.productDirs`: Paths to (compiled, containing a `libs/` directory) products.
- `magik.lint.overrideConfigFile`: Override path to magiklintrc.properties.
- `magik.typing.typeDatabasePaths`: Paths to type databases.
Expand All @@ -32,6 +31,7 @@ This language server has the following settings:

### Additional configuration for VSCode

- `magik.smallworldGis`: Path to Smallworld Core.
- `magik.javaHome`: Path to Java Runtime, Java 17 minimum.
- `magik.aliases`: Path to gis_aliases file.
- `magik.environment`: Path to your environment file.
Expand Down
2 changes: 1 addition & 1 deletion magik-language-server/client-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"type": "string"
},
"magik.smallworldGis": {
"description": "Path to Smallworld Core.",
"description": "Path to Smallworld Core -- only used by the VS Code extension.",
"type": "string"
},
"magik.productDirs": {
Expand Down

0 comments on commit 03e2b0d

Please sign in to comment.