|
86 | 86 | { |
87 | 87 | "id": "deepcode", |
88 | 88 | "title": "DeepCode", |
89 | | - "icon": "images/icon-sidebar.svg" |
| 89 | + "icon": "images/deepcode-logo.svg" |
90 | 90 | } |
91 | 91 | ] |
92 | 92 | }, |
|
112 | 112 | "name": "DeepCode Extension", |
113 | 113 | "when": "!deepcode:error && deepcode:loggedIn && deepcode:uploadApproved && !deepcode:workspaceFound" |
114 | 114 | }, |
115 | | - { |
116 | | - "id": "deepcode.views.progress", |
117 | | - "name": "DeepCode Analysis", |
118 | | - "when": "!deepcode:error && deepcode:loggedIn && deepcode:uploadApproved && deepcode:workspaceFound && !deepcode:analysisCompleted" |
119 | | - }, |
120 | 115 | { |
121 | 116 | "id": "deepcode.views.analysis", |
122 | 117 | "name": "DeepCode Analysis", |
123 | | - "when": "!deepcode:error && deepcode:loggedIn && deepcode:uploadApproved && deepcode:workspaceFound && deepcode:analysisCompleted" |
| 118 | + "when": "!deepcode:error && deepcode:loggedIn && deepcode:uploadApproved && deepcode:workspaceFound" |
124 | 119 | }, |
125 | 120 | { |
126 | 121 | "id": "deepcode.views.actions", |
|
146 | 141 | }, |
147 | 142 | { |
148 | 143 | "view": "deepcode.views.welcome", |
149 | | - "contents": "Welcome to DeepCode for Visual Studio Code. 👋\nLet's start by connecting VS Code with DeepCode:\n[Connect VS Code with DeepCode](command:deepcode.login 'Connect with DeepCode')\n🚀 DeepCode's mission is to find bugs in your Javascript, TypeScript, Python, Java and C/C++ code, fast!\n💬 A VS Code user (Lucas) recently said:\"I'm really crazy about this super simple service that feels like it's from 5 years in the future\".\n👉 Connect with DeepCode and start your first analysis!" |
| 144 | + "contents": "Welcome to DeepCode for Visual Studio Code. 👋\nLet's start by connecting VS Code with DeepCode:\n[Connect VS Code with DeepCode](command:deepcode.login 'Connect with DeepCode')\n👉 DeepCode's mission is to finds bugs, fast. Connect with DeepCode to start your first analysis!" |
150 | 145 | }, |
151 | 146 | { |
152 | 147 | "view": "deepcode.views.tc", |
153 | | - "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)." |
| 148 | + "contents": "Thanks for connecting with DeepCode. ✅\n 👉 You are almost set 🤗. DeepCode is analysing the code remotely on DeepCode's servers(our [terms](https://www.deepcode.ai/tc?utm_source=vsc). Let's confirm you know this and start the analysis.\n[Accept and start analysing](command:deepcode.approve 'Upload code to DeepCode')\nYou can always change it in the [configuration panel](command:deepcode.settings)." |
154 | 149 | }, |
155 | 150 | { |
156 | 151 | "view": "deepcode.views.empty", |
157 | 152 | "contents": "Open a workspace or a folder in Visual Studio Code to start the analysis." |
158 | 153 | }, |
159 | | - { |
160 | | - "view": "deepcode.views.progress", |
161 | | - "contents": "Analysis in progress" |
162 | | - }, |
163 | 154 | { |
164 | 155 | "view": "deepcode.views.analysis", |
165 | 156 | "contents": "DeepCode analyzed your code and found no issue! 🎉" |
|
183 | 174 | "menus": { |
184 | 175 | "view/title": [ |
185 | 176 | { |
186 | | - "command": "deepcode.settings", |
187 | | - "when": "view == deepcode.views.support", |
| 177 | + "command": "deepcode.start", |
| 178 | + "when": "view == deepcode.views.analysis", |
188 | 179 | "group": "navigation" |
189 | 180 | }, |
190 | 181 | { |
191 | | - "command": "deepcode.start", |
192 | | - "when": "view == deepcode.views.analysis", |
| 182 | + "command": "deepcode.settings", |
| 183 | + "when": "view != deepcode.views.support", |
193 | 184 | "group": "navigation" |
194 | 185 | } |
195 | 186 | ], |
|
203 | 194 | "commands": [ |
204 | 195 | { |
205 | 196 | "command": "deepcode.start", |
206 | | - "title": "DeepCode scan", |
207 | | - "icon": "images/icon-sidebar.svg" |
| 197 | + "title": "DeepCode re-scan", |
| 198 | + "icon": "$(refresh)" |
208 | 199 | }, |
209 | 200 | { |
210 | 201 | "command": "deepcode.settings", |
211 | 202 | "title": "DeepCode settings", |
212 | | - "icon": "images/icon-sidebar.svg" |
| 203 | + "icon": "$(gear)" |
213 | 204 | }, |
214 | 205 | { |
215 | 206 | "command": "deepcode.login", |
|
0 commit comments