Skip to content

Commit

Permalink
feat: Update vscode engined version
Browse files Browse the repository at this point in the history
  • Loading branch information
anjerodev committed Jan 24, 2025
1 parent eb12a0d commit ee319d7
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,12 @@
"url": "https://github.com/anjerodev/commitollama.git"
},
"engines": {
"vscode": "^1.93.0"
"vscode": "^1.96.0"
},
"categories": [
"Machine Learning",
"Programming Languages"
],
"categories": ["Machine Learning", "Programming Languages"],
"icon": "icon.jpg",
"license": "MIT",
"keywords": [
"code",
"assistant",
"ai",
"llm",
"commits",
"ollama"
],
"keywords": ["code", "assistant", "ai", "llm", "commits", "ollama"],
"main": "./out/extension.js",
"activationEvents": [],
"contributes": {
Expand Down Expand Up @@ -55,13 +45,7 @@
"properties": {
"commitollama.model": {
"type": "string",
"enum": [
"Llama",
"Codegemma",
"Codellama",
"Mistral",
"Custom"
],
"enum": ["Llama", "Codegemma", "Codellama", "Mistral", "Custom"],
"description": "Specify the desired model for generating commit messages.",
"default": "Llama",
"order": 0
Expand Down Expand Up @@ -161,7 +145,5 @@
"dependencies": {
"ollama": "0.5.12"
},
"extensionDependencies": [
"vscode.git"
]
"extensionDependencies": ["vscode.git"]
}

0 comments on commit ee319d7

Please sign in to comment.