+ "desc": "https://github.com/AdaCore/ada_language_server\n\nInstallation instructions can be found\n[here](https://github.com/AdaCore/ada_language_server#Install).\n\nWorkspace-specific\n[settings](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md)\nsuch as `projectFile` can be provided in a `.als.json` file at the root\nof the workspace.\n\nAlternatively, configuration may be passed as a \"settings\" object to\n`ada_ls.setup{}`:\n\n``` lua\nrequire('lspconfig').ada_ls.setup{\n settings = {\n ada = {\n projectFile = \"project.gpr\";\n scenarioVariables = { ... };\n }\n }\n}\n```\n",
0 commit comments