The SUSE Documentation Team doc-team@suse.com
A VSCode extension that makes use of DAPS (https://github.com/openSUSE/daps) to validate and build documents.
TIP: Complete documentation is available at from https://opensuse.github.io/vscode-daps/doc/index.html.
vscode-daps is released under the GPL (version 2 or 3 at your choice).
For this extension to work, meet the following requirements:
-
Install the
dapsbinary -
Install the VSCode extension either from the
Extensionspanel of VSCode, or manually:code --install-extension openSUSE.daps
To report bugs, use the bug tracker of this repository: https://github.com/openSUSE/vscode-daps/issues.
If you would like to contribute to the project, do the following:
-
Fork this project.
-
Clone the project:
git clone git@github.com:YOUR_USERNAME/vscode-daps.git
-
Create a new branch from the main branch.
git branch <BRANCH_NAME> main
-
Make your changes.
-
Send a pull request.