You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
"deepcode.uploadApproved": {
62
62
"type": "boolean",
63
63
"default": false,
64
-
"markdownDescription": "User consent for code upload to `#deepcode.url#`",
64
+
"markdownDescription": "User consent for code upload to `#deepcode.url#` in agreement with our [terms and conditions](https://www.deepcode.ai/tc?utm_source=vsc)",
65
65
"scope": "window"
66
66
},
67
67
"deepcode.yesCrashReport": {
@@ -131,7 +131,7 @@
131
131
},
132
132
{
133
133
"view": "deepcode.views.error",
134
-
"contents": "DeepCode has encountered a problem. Please restart the extension: \n[Restart](command:deepcode.start 'Restart DeepCode')\nIf the error persists, please check your [settings](command:deepcode.settings) and [contact us](https://www.deepcode.ai/feedback?select=2)!",
134
+
"contents": "DeepCode has encountered a problem. Please restart the extension: \n[Restart](command:deepcode.start 'Restart DeepCode')\nIf the error persists, please check your [settings](command:deepcode.settings) and [contact us](https://www.deepcode.ai/feedback?select=2?utm_source=vsc)!",
135
135
"when": "deepcode:error != 'transient'"
136
136
},
137
137
{
@@ -140,24 +140,18 @@
140
140
},
141
141
{
142
142
"view": "deepcode.views.tc",
143
-
"contents": "Thanks for connecting with DeepCode. ✅\n 👉 You are almost set 🤗, let's confirm and start the remote analysis - feel free to check out our [terms and conditions](https://www.deepcode.ai/tc?utm_source=vsc) if you are into this.\n[Accept code upload](command:deepcode.approveUpload 'Upload code to DeepCode')\nYou can always change it later in the [settings](command:deepcode.settings)!"
143
+
"contents": "Thanks for connecting with DeepCode. ✅\n 👉 You are almost set 🤗. DeepCode's proprietary AI model is analysing the code remotely on DeepCode's servers. Let's confirm you know this and start the remote analysis of this workspace - feel free to check out our [terms](https://www.deepcode.ai/tc?utm_source=vsc).\n[Accept and start analysing](command:deepcode.approve 'Upload code to DeepCode')\nYou can always change this later in the [configuration panel](command:deepcode.settings)."
144
144
},
145
145
{
146
146
"view": "deepcode.views.progress",
147
147
"contents": "Analysis in progress"
148
148
},
149
149
{
150
150
"view": "deepcode.views.analysis",
151
-
"contents": "DeepCode analyzed your code and found no issue!"
151
+
"contents": "DeepCode analyzed your code and found no issue! 🎉"
152
152
}
153
153
],
154
154
"menus": {
155
-
"commandPalette": [
156
-
{
157
-
"command": "deepcode.start",
158
-
"when": "deepcode:loggedIn"
159
-
}
160
-
],
161
155
"view/title": [
162
156
{
163
157
"command": "deepcode.settings",
@@ -169,6 +163,16 @@
169
163
"when": "view == deepcode.views.analysis",
170
164
"group": "navigation"
171
165
}
166
+
],
167
+
"commandPalette": [
168
+
{
169
+
"command": "deepcode.approve",
170
+
"when": "false"
171
+
},
172
+
{
173
+
"command": "deepcode.login",
174
+
"when": "!deepcode:loggedIn"
175
+
}
172
176
]
173
177
},
174
178
"commands": [
@@ -188,7 +192,7 @@
188
192
},
189
193
{
190
194
"command": "deepcode.approve",
191
-
"title": "DeepCode approve upload and remote analysis"
195
+
"title": "DeepCode approve upload and start analysis"
0 commit comments