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
"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
149
},
150
+
{
151
+
"view": "deepcode.views.empty",
152
+
"contents": "Open a workspace or a folder in Visual Studio Code to start the analysis."
153
+
},
145
154
{
146
155
"view": "deepcode.views.progress",
147
156
"contents": "Analysis in progress"
@@ -165,10 +174,6 @@
165
174
}
166
175
],
167
176
"commandPalette": [
168
-
{
169
-
"command": "deepcode.approve",
170
-
"when": "false"
171
-
},
172
177
{
173
178
"command": "deepcode.login",
174
179
"when": "!deepcode:loggedIn"
@@ -189,10 +194,6 @@
189
194
{
190
195
"command": "deepcode.login",
191
196
"title": "DeepCode login"
192
-
},
193
-
{
194
-
"command": "deepcode.approve",
195
-
"title": "DeepCode approve upload and start analysis"
0 commit comments