PT #165285833: XML beans for VScode, Theia and Atom

This commit is contained in:
BoykoAlex
2019-04-16 18:09:33 -04:00
parent 3010ab046d
commit bfca34e77d
17 changed files with 64 additions and 46 deletions

View File

@@ -53,6 +53,7 @@ interface JavaDataParams {
interface JavaSearchParams {
projectUri: string;
term: string;
searchType: string;
includeBinaries: boolean;
includeSystemLibs: boolean;
timeLimit: number;