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
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,60 @@
81
81
}
82
82
}
83
83
],
84
+
"viewsContainers": {
85
+
"activitybar": [
86
+
{
87
+
"id": "deepcode",
88
+
"title": "DeepCode",
89
+
"icon": "images/icon-sidebar.svg"
90
+
}
91
+
]
92
+
},
93
+
"views": {
94
+
"deepcode": [
95
+
{
96
+
"id": "deepcode.views.welcome",
97
+
"name": "DeepCode Extension",
98
+
"when": "!deepcode:loggedIn"
99
+
},
100
+
{
101
+
"id": "deepcode.views.progress",
102
+
"name": "DeepCode Analysis",
103
+
"when": "deepcode:loggedIn && deepcode:analyzing"
104
+
},
105
+
{
106
+
"id": "deepcode.views.analysis",
107
+
"name": "DeepCode Analysis",
108
+
"when": "deepcode:loggedIn && deepcode:completed"
109
+
},
110
+
{
111
+
"id": "deepcode.views.support",
112
+
"name": "Help & feedback"
113
+
}
114
+
]
115
+
},
116
+
"viewsWelcome": [
117
+
{
118
+
"view": "deepcode.views.welcome",
119
+
"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!"
0 commit comments