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 11-- ----------------------------------------------------------------------------
22-- Language Server Protocol --
33-- --
4- -- Copyright (C) 2018-2019 , AdaCore --
4+ -- Copyright (C) 2018-2023 , AdaCore --
55-- --
66-- This is free software; you can redistribute it and/or modify it under --
77-- terms of the GNU General Public License as published by the Free Soft- --
1414-- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy --
1515-- of the license. --
1616-- ----------------------------------------------------------------------------
17- --
17+
1818-- This package provides requests handler as a wrapper around another requests
1919-- handler. The purpose of the wrapper is to handle in one place all leaks of
2020-- Property_Error exception from Libadalang.
21+
2122with GNATCOLL.Traces ;
2223
2324with LSP.Messages.Server_Requests ;
You can’t perform that action at this time.
0 commit comments