Files
ada_language_server/doc/object_dir.md
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

521 B

Object Directory

Short introduction

This is a custom command used by the VS Code extension to retrieve the Object Directory from the GPR project file, allowing us to get the path to the object directory currently in use.

Change description

We introduce a new type to represent the request results:


type ObjDirResponse = string;

And a new command with out arguments:

method: `als-object-dir`

Returning the project file of the loaded project like this:

result: `ObjDirResponse`