Skip to content

Commit

Permalink
Fix settings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienFuzeau committed Mar 28, 2024
1 parent 5842798 commit b08407d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"type": "string",
"scope": "machine",
"default": "",
"markdownDescription": "Path to the 4D or 4D Server executable launched by the extension (only has an impact when the "Automatic download and use of tool4d" parameter is deactivated).",
"markdownDescription": "Path to the 4D or 4D Server executable launched by the extension (only has an impact when the \"Automatic download and use of tool4d\" parameter is deactivated).",
"order": 4
},
"4D-Analyzer.diagnostics.enable": {
Expand All @@ -104,22 +104,22 @@
"scope": "machine",
"default": "latest",
"pattern": "^([0-9]{2}(R[0-9]?)?)|latest$",
"markdownDescription": "tool4d version (latest, 20R, 20, ...). See extension documentation for more information (only has an impact when the "Automatic download and use of tool4d" parameter is activated).",
"markdownDescription": "tool4d version (latest, 20R, 20, ...). See extension documentation for more information (only has an impact when the \"Automatic download and use of tool4d\" parameter is activated).",
"order": 1
},
"4D-Analyzer.server.tool4d.channel": {
"type": "string",
"scope": "machine",
"default":"stable",
"enum": ["stable", "beta"],
"markdownDescription": "tool4d version channel (only has an impact when the "Automatic download and use of tool4d" parameter is activated).",
"markdownDescription": "tool4d version channel (only has an impact when the \"Automatic download and use of tool4d\" parameter is activated).",
"order": 2
},
"4D-Analyzer.server.tool4d.location": {
"type": "string",
"scope": "machine",
"default": "",
"markdownDescription": "tool4d download folder (only has an impact when the "Automatic download and use of tool4d" parameter is activated).",
"markdownDescription": "tool4d download folder (only has an impact when the \"Automatic download and use of tool4d\" parameter is activated).",
"order": 3
}
}
Expand Down

0 comments on commit b08407d

Please sign in to comment.