Add Syntax Highlighting to Sidebar Code Snippets

This commit is contained in:
Tom Spielvogel 2024-10-16 13:29:46 +02:00 committed by GitHub
parent 40b4ecb4f8
commit ed8381c6cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}