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
This is the README for your extension "codacy-cli-integration". After writing up a brief description, we recommend including the following sections.
3
+
An extension to see Codacy results on VSCode
4
4
5
-
## Features
6
-
7
-
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
8
-
9
-
For example if there is an image subfolder under your extension project workspace:
10
-
11
-
\!\[feature X\]\(images/feature-x.png\)
12
-
13
-
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
14
5
15
6
## Requirements
16
7
17
8
Codacy CLI tool depends on Docker
18
9
19
10
## Extension Settings
20
11
21
-
Codacy CLI extension can be configure to both work with Project token or API Token
12
+
Settings are configured on ".vscode/settings.json" under "codacy-cli".
13
+
14
+
Codacy CLI extension can be configured to both work with Project token or API Token
22
15
23
16
API token example:
24
17
@@ -42,44 +35,4 @@ In order to use it for servers on-prem, you'll need to use the flag "codacy-api-
0 commit comments