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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,13 @@ Allows adding updates to the projects owned by the users
9
9
## Requirements
10
10
11
11
- Valid Commit account, as this is needed to get Authenticated
12
-
- Already existing projects.
13
12
14
-
## Installing
13
+
## Downloading & Installing
15
14
16
-
As this extension is private, you need to install it from the VSIX file using the command line as follows:
15
+
As this extension is private, you need to manually download the file from latest Release of the project from GitHub account from project's [Latest Release](https://github.com/commitdev/vscode-extension/releases/latest). Click on `.vsix`file to download it. Once you have the file, you can install the extension by following the steps below:
@@ -39,20 +38,21 @@ Follow the steps below to add an update to your project:
39
38
- You will see a message `Update added successfully` in the bottom right corner.
40
39
41
40
## Known Issues
41
+
42
42
Following are the known issues with the extension:
43
43
44
44
- Currently the project structure is not optimized as current version is a POC.
45
45
- There is no testing reports for the extension, thus no CI/CD jobs for that as well.
46
46
47
47
## Feature Roadmap
48
+
48
49
Following are the features that are planned to be added in the future:
49
50
50
51
- Add ability to link single Git Project to given workspace.
51
52
- Add ability to make other updates such as adding a new project, adding a comment, etc.
52
53
- Update Project View to replicate information from Commit Project page.
53
54
- Add ability to connect Github repository to the project, in order to pull information from Github repo such as code type, language, code precentage etc.
0 commit comments