Skip to content

Commit d2c2f47

Browse files
author
Arvid Paeglit
committed
removed xml from supported languages
1 parent 554c36b commit d2c2f47

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "deepcode",
33
"//": "Changing display name requires change in general.ts",
44
"displayName": "DeepCode",
5-
"version": "2.1.0",
6-
"description": "DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI. DeepCode's speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in Visual Studio Code. We support Java, C/C++, JavaScript, Python, TypeScript and XML.",
5+
"version": "2.1.1",
6+
"description": "DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI. DeepCode's speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in Visual Studio Code. We support Java, C/C++, JavaScript, Python, TypeScript.",
77
"icon": "images/deepCodeLogo.jpg",
88
"publisher": "deepcode",
99
"homepage": "https://www.deepcode.ai/",
@@ -31,7 +31,6 @@
3131
"ts",
3232
"Python",
3333
"C/C++",
34-
"XML",
3534
"Vue",
3635
"Angular",
3736
"React",

0 commit comments

Comments
 (0)