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": "DeepCode analyzed your code and found no issue! 🎉"
157
+
},
158
+
{
159
+
"view": "deepcode.views.actions",
160
+
"contents": "You are currently running DeepCode in manual mode. You are in control, no automated actions from our side.\n[Analyze now](command:deepcode.start)\n[Switch to auto-scan mode](command:deepcode.setmode?%5B%22auto%22%5D)",
161
+
"when": "deepcode:mode == 'manual'"
162
+
},
163
+
{
164
+
"view": "deepcode.views.actions",
165
+
"contents": "DeepCode analysis is currently paused.\n[Unpause](command:deepcode.setmode?%5B%22auto%22%5D)",
166
+
"when": "deepcode:mode == 'paused'"
167
+
},
168
+
{
169
+
"view": "deepcode.views.actions",
170
+
"contents": "You are currently running DeepCode in a throttled mode - it scans your code every 30 minutes if it detects changes in your files.\n[Analyze now](command:deepcode.start)\n[Switch to auto-scan mode](command:deepcode.setmode?%5B%22auto%22%5D)",
171
+
"when": "deepcode:mode == 'throttled'"
172
+
},
173
+
{
174
+
"view": "deepcode.views.actions",
175
+
"contents": "You are currently running DeepCode in a fully automated mode. It scans your code for issues when you save a file.\nNeed to take control?\n[Pause DeepCode for 30 minutes](command:deepcode.setmode?%5B%22paused%22%5D)\n[Switch to manual scan mode](command:deepcode.setmode?%5B%22manual%22%5D)\n[Switch to throttled scan mode](command:deepcode.setmode?%5B%22throttled%22%5D)",
0 commit comments