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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ If you want to contribute to the repository you are welcome to look at these pla
10
10
-**QoL**: Adjust the webview UI colours so they work best with any selected colour theme
11
11
-**Testing**: Add more Unit Tests
12
12
-**Testing**: Find a way to do proper Integration Testing that works with CI/CD (currently only local and limited functionality because of the webview UI)
13
+
-**Localization**: Look into localization need/techniques and translate text
14
+
-**Bug**: Verify/Fix that all parameters in the ASP config.json created by this extension actually work properly and/or are still supported by clingo
13
15
14
16
## 1.0.0: Big Feature, Security and QoL Patch :fireworks:
To find features or bugs to work on, check the [CHANGELOG.md](https://github.com/CaptainUnbrauchbar/asp-language-support/blob/informaticup/CHANGELOG.md)**"Future / Planned"** section!
4
+
5
+
## DOs and DON'Ts
6
+
7
+
Please do:
8
+
9
+
- DO follow our coding style and use the appropiate settings (tab width 4, print width 140)!
10
+
- DO give priority to the style of the project (files, structure, folders) even if its differnt from current norms.
11
+
- DO start a discussion/issue before working on a larger change/feature/bugfix so we can agree on a solution.
12
+
- DO test your changes locally with the included Unit and Integration Tests.
13
+
- DO have fun coding and contributing! 😸
14
+
15
+
Please do not:
16
+
17
+
- DO NOT commit code that you didn't write.
18
+
- DO NOT hesitate to ask questions about anything that is unclear, we love to help out!
19
+
20
+
## Coding Style
21
+
22
+
Please use JS Prettier to format your code, you can get the code formatter directly from the VSCode Marketplace: [Prettier - Code formatter](https://marketplace.visualstudio.com/items/?itemName=esbenp.prettier-vscode)
23
+
24
+
You can find the settings in the repository .vscode folder: [settings.json](https://github.com/CaptainUnbrauchbar/asp-language-support/blob/informaticup/.vscode/settings.json)
25
+
26
+
## Commit Messages
27
+
28
+
Feel free to use [Conventional Commits](https://marketplace.visualstudio.com/items/?itemName=vivaxy.vscode-conventional-commits) for your changes but this is not required. Keep them short and meaningful!
29
+
30
+
## Automated Code Review Assistance
31
+
32
+
We are using SEMGREP to highlight general and security issues in the repository code, feel free to integrate this in your workflow.
33
+
34
+
## Test Policy
35
+
36
+
Unit Tests are required for major features that contribute their own sections of code. In any other case feel free to open a discussion if it makes sense to introduce new tests.
37
+
38
+
## Thank You
39
+
40
+
For taking the time to improve our project and for your appreciation! :smile:
Just right click anywhere on a logic program (.lp) file and select `Compute all Answer Sets`, `Compute the first Answer Set` or `Compute Answer Sets (config.json)`.
21
22
This will display Clingo's results in a seperate ASP tab located in the panel. You can also use the buttons in the top right of this tab to run bundled or PATH clingo depending on your `ASPLanguage: Use PATH Clingo` setting.
@@ -34,7 +35,7 @@ If you want to use your own Version of Clingo from PATH with this extension, ple
When using the bundled WASM Clingo (Choose in configuration `ASPLanguage: Use PATH Clingo`), you can easily move the panel to the sidebars or change the panel position depending on your preferences.
40
41
The layout will adjust accordingly!
@@ -67,6 +68,8 @@ This extension contributes the following features:
67
68
If you have any suggestions for a new feature or anything else please open an issue on GitHub: [ASP-LANGUAGE-SUPPORT](https://github.com/CaptainUnbrauchbar/asp-language-support/issues)
68
69
The repository is being actively maintained and pull requests are welcome anytime. If you don't receive feedback within 48h feel free to also email one of the codeowners!
69
70
71
+
View the [CONTRIBUTING.md](https://github.com/CaptainUnbrauchbar/asp-language-support/blob/informaticup/CONTRIBUTING.md) for more info on **Pull Requests**.
72
+
70
73
## Acknowledgements
71
74
72
75
[Clingo](https://potassco.org/clingo/) was developed by [Potassco](https://potassco.org/).
0 commit comments