forked from richterger/Perl-LanguageServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
50 lines (39 loc) · 1.61 KB
/
Copy pathChanges
File metadata and controls
50 lines (39 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Revision history for Perl-LanguageServer
2.1.0
- Improve Symbol Parser (fix parsing of anoymous subs)
- showLocalSymbols
- function names in breadcrump
- Signature Help for function/method arguments
- Add Presentation on Perl Workshop 2020 to repos
- Remove Complier::Lexer from distribution since
version is available on CPAN
2.0.2 22.01.2020
- Fix handling of multiple parallel request
- Improve symlink handling
- Add support for UNC paths in path mapping
- Improve logging for logLevel = 1
2.0.1 14.01.2020
- Added support for reloading Perl module while debugging
- Make log level configurable
- Make sure debugging tooltips don't call functions
- Reparse cached symbols in case cache is broken
2.0 01.01.2020
- Added Perl debugger
0.9 03.5.2019
- Fix issue with selecting text for find definition
or find reference, when the symbol is selected
- Fix issue for Perl module that print to stdout
during syntax check
- Include Compiler::Lexer from github to ease
installation
0.03 08.09.2018
- Fix issue with not reading enougth from stdin, which
caused LanguageServer to hang sometimes
0.02 21.07.2018
- Only check syntax if there are no changes for 1.5 sec
- Improve symbol parser
- Fix concurrency issues
- Other small improvements
- Add support for adding workspace folders
0.01 13.07.2018
First version, released on an unsuspecting world.