Skip to content

Commit 71e6092

Browse files
author
Arvid Paeglit
committed
removed Beta from name
1 parent 399c2b6 commit 71e6092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepcode",
33
"//": "Changing display name requires change in general.ts",
4-
"displayName": "DeepCode (Beta)",
4+
"displayName": "DeepCode",
55
"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. Supported languages are Java, C/C++, JavaScript, Python, TypeScript and XML. Integrations with GitHub, BitBucket and Gitlab.",
66
"version": "2.0.0",
77
"icon": "images/deepCodeLogo.jpg",

src/deepcode/constants/general.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Changing this requires changing display name in package.json.
2-
export const DEEPCODE_NAME = "DeepCode (Beta)";
2+
export const DEEPCODE_NAME = "DeepCode";
33
export const ALLOWED_PAYLOAD_SIZE = 1024 * 1024 * 4; // max payload size of 4MB in bytes
44
export const INSTALL_STATUS = {
55
justInstalled: "JUST_INSTALLED",

0 commit comments

Comments
 (0)