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
Installation instructions can be found [here](https://github.com/AdaCore/ada_language_server#Install).
370
370
371
-
Can be configured by passing a "settings" object to `ada_ls.setup{}`:
371
+
Workspace-specific [settings](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md) such as `projectFile` can be provided in a `.als.json` file at the root of the workspace.
372
+
373
+
Alternatively, configuration may be passed as a "settings" object to `ada_ls.setup{}`:
Installation instructions can be found [here](https://github.com/AdaCore/ada_language_server#Install).
16
16
17
-
Can be configured by passing a "settings" object to `ada_ls.setup{}`:
17
+
Workspace-specific [settings](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md) such as `projectFile` can be provided in a `.als.json` file at the root of the workspace.
18
+
19
+
Alternatively, configuration may be passed as a "settings" object to `ada_ls.setup{}`:
0 commit comments