File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 18851885 "when" : " ReposManagerStateContext == RepositoriesLoaded && github:notificationCount == -1" ,
18861886 "contents" : " %welcome.github.notifications.contents%"
18871887 },
1888+ {
1889+ "view" : " workbench.view.chat.sessions.copilot-swe-agent" ,
1890+ "when" : " workspaceFolderCount == 0" ,
1891+ "contents" : " %welcome.pr.github.noFolder.contents%"
1892+ },
1893+ {
1894+ "view" : " workbench.view.chat.sessions.copilot-swe-agent" ,
1895+ "when" : " git.state == initialized && gitOpenRepositoryCount == 0 && workspaceFolderCount > 0 && git.parentRepositoryCount == 0" ,
1896+ "contents" : " %welcome.pr.github.noRepo.contents%"
1897+ },
1898+ {
1899+ "view" : " workbench.view.chat.sessions.copilot-swe-agent" ,
1900+ "when" : " git.state == initialized && workspaceFolderCount > 0 && (git.parentRepositoryCount > 0 || gitOpenRepositoryCount > 0) && !github:hasGitHubRemotes" ,
1901+ "contents" : " %welcome.chat.sessions.copilot-swe-agent.noGitHub.contents%"
1902+ },
18881903 {
18891904 "view" : " workbench.view.chat.sessions.copilot-swe-agent" ,
18901905 "when" : " ReposManagerStateContext == NeedsAuthentication && github:hasGitHubRemotes" ,
Original file line number Diff line number Diff line change 397397 " {Locked='](command:workbench.action.chat.open?%7B%22query%22%3A%22%23copilotCodingAgent%20%22%2C%22isPartialQuery%22%3Atrue%7D)'}"
398398 ]
399399 },
400+ "welcome.chat.sessions.copilot-swe-agent.noGitHub.contents" : " Clone or open a GitHub repository to get started" ,
400401 "languageModelTools.github-pull-request_issue_fetch.displayName" : " Get a GitHub Issue or pull request" ,
401402 "languageModelTools.github-pull-request_issue_summarize.displayName" : " Summarize a GitHub Issue or pull request" ,
402403 "languageModelTools.github-pull-request_notification_fetch.displayName" : " Get a GitHub Notification" ,
You can’t perform that action at this time.
0 commit comments