Skip to content

Commit

Permalink
fix: correct enableAI config type
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 19, 2024
1 parent 78889ec commit fd9b398
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Smartly paste for Markdown.

This feature uses a large language model(Groq.com) to analyze the clipboard content and convert it into Markdown format.

You can enable this feature by set `MarkdownPaste.enableAI` to ture.
Enable this feature by Set `MarkdownPaste.enableAI` to ture.
You can also customize how AI processes and outputs text by setting the `MarkdownPaste.aiSysMessage` parameter.

- Paste smart

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"title": "Markdown Paste Configuration",
"properties": {
"MarkdownPaste.enableAI": {
"type": "bool",
"type": "boolean",
"scope": "resource",
"default": false,
"description": "Enable AI to parse cliboard context"
Expand Down Expand Up @@ -324,7 +324,7 @@
"@typescript-eslint/parser": "^5.48.1",
"@vscode/test-electron": "^2.4.0",
"@vscode/vsce": "^2.19.0",
"cpx": "1.5.0",
"cpx": "^1.5.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsdoc": "^39.6.4",
Expand Down

0 comments on commit fd9b398

Please sign in to comment.