File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ export function resetDebugServiceDetails() {
102
102
export async function getDebugServiceDetails ( connection : IBMi ) : Promise < DebugServiceDetails > {
103
103
if ( ! debugServiceDetails ) {
104
104
let details = {
105
- version : `1 .0.0` ,
106
- java : `8 ` ,
105
+ version : `0 .0.0` ,
106
+ java : `` ,
107
107
semanticVersion : ( ) => ( {
108
- major : 1 ,
108
+ major : 0 ,
109
109
minor : 0 ,
110
110
patch : 0
111
111
} )
@@ -129,17 +129,6 @@ export async function getDebugServiceDetails(connection: IBMi): Promise<DebugSer
129
129
}
130
130
}
131
131
}
132
- else {
133
- details = {
134
- version : `1.0.0` ,
135
- java : `8` ,
136
- semanticVersion : ( ) => ( {
137
- major : 1 ,
138
- minor : 0 ,
139
- patch : 0
140
- } )
141
- } ;
142
- }
143
132
144
133
debugServiceDetails = details ;
145
134
}
You can’t perform that action at this time.
0 commit comments