3 Commits

Author SHA1 Message Date
Maxim Reznik
091f459689 Add Sphinx script to build documentation.
Fix minor issues in markdown documents and group them im `toctree`
directives. Then use `myst-parser` to parse markdown files.

To build documentation:
* pip install -r doc/requirements.txt
* make -C doc html

Refs #1419
2025-02-13 21:45:08 +00:00
Maxim Reznik
6db1d761af Add more custom commands for vscode extension
Closes #1182
2023-10-10 16:43:52 +03:00
Abdellah Belaid
f907614666 Add Gpr tasks to build and run main subprograms
Add a Language Server extension to get the project main sources (glsMains request).
Add a Language Server extension to get the project main executables (glsExecutables request).
Activate the extension when Gpr or Ada sources are present in the current directory or sub-directory (only 1 level lookup).
Add tests to the VS Code extension test-suite, testing the alsCheckSyntax, glsMains and glsExecutables requests.
2023-05-09 15:48:42 +01:00