Skip to content

Commit

Permalink
Merge pull request #2779 from continuedev/dallin/x-intellij-audit
Browse files Browse the repository at this point in the history
X intellij html descriptions audit
  • Loading branch information
RomneyDa authored Nov 3, 2024
2 parents 6b3b6d2 + 1901785 commit 04206f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function copyConfigSchema() {
enum: ["merge", "overwrite"],
default: "merge",
title: "Merge behavior",
markdownDescription:
"If set to 'merge', .continuerc.json will be applied on top of config.json (arrays and objects are merged). If set to 'overwrite', then every top-level property of .continuerc.json will overwrite that property from config.json.",
markdownDescription: "If set to 'merge', .continuerc.json will be applied on top of config.json (arrays and objects are merged). If set to 'overwrite', then every top-level property of .continuerc.json will overwrite that property from config.json.",
"x-intellij-html-description": "<p>If set to <code>merge</code>, <code>.continuerc.json</code> will be applied on top of <code>config.json</code> (arrays and objects are merged). If set to <code>overwrite</code>, then every top-level property of <code>.continuerc.json</code> will overwrite that property from <code>config.json</code>.</p>"
};
fs.writeFileSync("continue_rc_schema.json", JSON.stringify(schema, null, 2));

Expand Down

0 comments on commit 04206f5

Please sign in to comment.