Skip to content

Commit d421691

Browse files
authored
Merge pull request #87 from codacy/support-link
chore: Add support link
2 parents fd46ffb + 86f46d6 commit d421691

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,20 @@
8585
"when": "codacy:hasProject && codacy:isGitRepository && Codacy:RepositoryManagerStateContext == Loaded && Codacy:BranchStateContext == OnAnalysedBranch",
8686
"icon": "$(bug)",
8787
"initialSize": 3
88+
},
89+
{
90+
"id": "codacy:support",
91+
"name": "Chat with us",
92+
"icon": "$(question)",
93+
"collapsed": false
8894
}
8995
]
9096
},
9197
"viewsWelcome": [
98+
{
99+
"view": "codacy:support",
100+
"contents": "Do you need help or do you have any questions?\n[Open support chat](https://start-chat.com/slack/codacy/kShTS8?utm_source=Company+website&utm_medium=direct)\nEnjoying the experience? Please consider [leaving a review](https://marketplace.visualstudio.com/items?itemName=codacy-app.codacy&ssr=false#review-details)"
101+
},
92102
{
93103
"view": "codacy:statuses",
94104
"contents": "You are not connected to Codacy.\n[Connect to Codacy](command:codacy.signIn)",

0 commit comments

Comments
 (0)