File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import httpModule = require( 'http' ) ;
2
2
import httpsModule = require( 'https' ) ;
3
3
4
- import { ClientResponse } from 'http' ;
4
+ // import { ClientResponse } from 'http';
5
5
6
6
export class AtelierAPI {
7
7
private http ;
@@ -53,7 +53,7 @@ export class AtelierAPI {
53
53
headers,
54
54
body
55
55
} ,
56
- ( response : ClientResponse ) => {
56
+ ( response : any ) => {
57
57
if ( response . statusCode < 200 || response . statusCode > 299 ) {
58
58
reject ( new Error ( 'Failed to load page "' + path + '", status code: ' + response . statusCode ) ) ;
59
59
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-cos" ,
3
- "displayName" : " Caché ObjectScript" ,
4
- "description" : " Caché ObjectScript language support for Visual Studio Code" ,
3
+ "displayName" : " Cach� ObjectScript" ,
4
+ "description" : " Cach� ObjectScript language support for Visual Studio Code" ,
5
5
"version" : " 0.6.0" ,
6
6
"icon" : " images/logo.png" ,
7
7
"categories" : [
You can’t perform that action at this time.
0 commit comments