mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Add Syntax Highlighting to Sidebar Code Snippets
This commit is contained in:
parent
40b4ecb4f8
commit
ed8381c6cb
1 changed files with 8 additions and 1 deletions
|
|
@ -16,6 +16,11 @@
|
|||
"configuration": {
|
||||
"title": "Void",
|
||||
"properties": {
|
||||
"void.initialInstructions": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "[Optional] Provide initial instructions to the LLM"
|
||||
},
|
||||
"void.whichApi": {
|
||||
"type": "string",
|
||||
"default": "anthropic",
|
||||
|
|
@ -363,6 +368,7 @@
|
|||
"@types/node": "^22.5.1",
|
||||
"@types/react": "^18.3.4",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/vscode": "1.89.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
||||
|
|
@ -391,6 +397,7 @@
|
|||
"diff": "^7.0.0",
|
||||
"diff-match-patch": "^1.0.5",
|
||||
"ollama": "^0.5.9",
|
||||
"openai": "^4.57.0"
|
||||
"openai": "^4.57.0",
|
||||
"react-syntax-highlighter": "^15.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue