File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
-- ----------------------------------------------------------------------------
2
2
-- Language Server Protocol --
3
3
-- --
4
- -- Copyright (C) 2018-2019 , AdaCore --
4
+ -- Copyright (C) 2018-2023 , AdaCore --
5
5
-- --
6
6
-- This is free software; you can redistribute it and/or modify it under --
7
7
-- terms of the GNU General Public License as published by the Free Soft- --
14
14
-- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy --
15
15
-- of the license. --
16
16
-- ----------------------------------------------------------------------------
17
- --
17
+
18
18
-- This package provides requests handler as a wrapper around another requests
19
19
-- handler. The purpose of the wrapper is to handle in one place all leaks of
20
20
-- Property_Error exception from Libadalang.
21
+
21
22
with GNATCOLL.Traces ;
22
23
23
24
with LSP.Messages.Server_Requests ;
You can’t perform that action at this time.
0 commit comments