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
+3
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
section below it for the last release. -->
5
5
## \<next>
6
6
7
+
* The configured project is now automatically reloaded when adding/renaming/deleting a file in a known source directory.
8
+
* GPR .cgpr config files can now be passed to the Ada Language Server through the new `gprConfigurationFile` configuration option.
9
+
* Project diagnostics are no longer published on each opened Ada file: instead, they are now published on the workspace's root directory.
7
10
* Add a setting `ada.showNotificationsOnErrors` to control whether VS Code should display error notifications for failing LSP requests.
8
11
* Add support for a default `.als.json` workspace configuration file and a global `$XDG_CONFIG_HOME/als/config.json` user configuration file. See [settings.md](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md) for more information.
0 commit comments