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: vscode-extension/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,11 @@
94
94
},
95
95
"views": {
96
96
"agentrc": [
97
+
{
98
+
"id": "agentrc.workspace",
99
+
"name": "Workspace",
100
+
"contextualTitle": "AgentRC"
101
+
},
97
102
{
98
103
"id": "agentrc.analysis",
99
104
"name": "Analysis",
@@ -107,6 +112,11 @@
107
112
]
108
113
},
109
114
"viewsWelcome": [
115
+
{
116
+
"view": "agentrc.workspace",
117
+
"contents": "Open a folder to get started.\n[$(folder-opened) Open Folder](command:vscode.openFolder)",
118
+
"when": "workspaceFolderCount == 0"
119
+
},
110
120
{
111
121
"view": "agentrc.analysis",
112
122
"contents": "Discover languages, frameworks, and project structure in your repository.\n[$(search) Analyze Repository](command:agentrc.analyze)\nNew to AgentRC? [Get Started](command:workbench.action.openWalkthrough?%5B%22microsoft.agentrc-vscode%23agentrc.gettingStarted%22%5D)",
0 commit comments