File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 24
24
import com .github ._1c_syntax .bsl .languageserver .codelenses .testrunner .TestRunnerAdapter ;
25
25
import com .github ._1c_syntax .bsl .languageserver .configuration .LanguageServerConfiguration ;
26
26
import com .github ._1c_syntax .bsl .languageserver .context .DocumentContext ;
27
- import com .github ._1c_syntax .bsl .languageserver .context .FileType ;
28
27
import com .github ._1c_syntax .bsl .languageserver .context .symbol .MethodSymbol ;
29
- import com .github ._1c_syntax .bsl .languageserver .events .LanguageServerInitializeRequestReceivedEvent ;
30
28
import com .github ._1c_syntax .bsl .languageserver .utils .Resources ;
31
29
import lombok .RequiredArgsConstructor ;
32
30
import lombok .extern .slf4j .Slf4j ;
33
- import org .eclipse .lsp4j .ClientInfo ;
34
31
import org .eclipse .lsp4j .CodeLens ;
35
32
import org .eclipse .lsp4j .Command ;
36
- import org .eclipse .lsp4j .InitializeParams ;
37
- import org .springframework .context .event .EventListener ;
38
33
import org .springframework .stereotype .Component ;
39
34
40
35
import java .nio .file .Paths ;
41
36
import java .util .Collections ;
42
37
import java .util .List ;
43
38
import java .util .Map ;
44
- import java .util .Optional ;
45
39
46
40
/**
47
41
* Поставщик линзы для запуска всех тестов в текущем файле.
You can’t perform that action at this time.
0 commit comments