File tree Expand file tree Collapse file tree 8 files changed +11
-2
lines changed Expand file tree Collapse file tree 8 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.17" ,
4
4
"description" : " Theia - Console Extension" ,
5
5
"dependencies" : {
6
+ "@theia/core" : " ^0.3.17" ,
6
7
"@theia/monaco" : " ^0.3.17" ,
7
8
"anser" : " ^1.4.7"
8
9
},
Original file line number Diff line number Diff line change 17
17
import { Container , injectable } from 'inversify' ;
18
18
import { CppTaskProvider } from './cpp-task-provider' ;
19
19
import { TaskResolverRegistry } from '@theia/task/lib/browser/task-contribution' ;
20
- import { CppBuildConfigurationManager , CppBuildConfiguration } from '@theia/cpp/src/browser /cpp-build-configurations' ;
20
+ import { CppBuildConfigurationManager , CppBuildConfiguration } from '. /cpp-build-configurations' ;
21
21
import { Event } from '@theia/core' ;
22
22
import { expect } from 'chai' ;
23
23
import { TaskConfiguration } from '@theia/task/src/common' ;
@@ -73,7 +73,7 @@ beforeEach(function() {
73
73
// Register a task resolver of type 'shell', on which the cpp build tasks
74
74
// depend. Just return the task as-is, since we only need to verify what
75
75
// CppTaskProvider passed to the shell task resolver.
76
- container . get ( TaskResolverRegistry ) . register ( 'shell' , {
76
+ container . get ( TaskResolverRegistry ) . register ( 'shell' , {
77
77
async resolveTask ( task : TaskConfiguration ) : Promise < TaskConfiguration > {
78
78
return task ;
79
79
}
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"@theia/core" : " ^0.3.17" ,
7
7
"@theia/editor" : " ^0.3.17" ,
8
+ "@theia/languages" : " ^0.3.17" ,
8
9
"@theia/monaco" : " ^0.3.17" ,
9
10
"editorconfig" : " ^0.15.0"
10
11
},
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"@theia/application-manager" : " ^0.3.17" ,
7
7
"@theia/core" : " ^0.3.17" ,
8
+ "@theia/application-package" : " ^0.3.17" ,
8
9
"@theia/filesystem" : " ^0.3.17" ,
9
10
"@types/fs-extra" : " ^4.0.2" ,
10
11
"@types/sanitize-html" : " ^1.13.31" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.17" ,
4
4
"description" : " Theia - Plugin Extension for VsCode" ,
5
5
"dependencies" : {
6
+ "@theia/plugin" : " ^0.3.17" ,
6
7
"@theia/plugin-ext" : " ^0.3.17"
7
8
},
8
9
"publishConfig" : {
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"@theia/core" : " ^0.3.17" ,
7
7
"@theia/languages" : " ^0.3.17" ,
8
+ "@theia/process" : " ^0.3.17" ,
8
9
"@theia/monaco" : " ^0.3.17"
9
10
},
10
11
"publishConfig" : {
Original file line number Diff line number Diff line change 4
4
"description" : " Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend." ,
5
5
"dependencies" : {
6
6
"@theia/core" : " ^0.3.17" ,
7
+ "@theia/filesystem" : " ^0.3.17" ,
7
8
"@theia/markers" : " ^0.3.17" ,
8
9
"@theia/process" : " ^0.3.17" ,
9
10
"@theia/terminal" : " ^0.3.17" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Theia - Typescript Extension" ,
5
5
"dependencies" : {
6
6
"@theia/callhierarchy" : " ^0.3.17" ,
7
+ "@theia/application-package" : " ^0.3.17" ,
8
+ "@theia/filesystem" : " ^0.3.17" ,
9
+ "@theia/editor" : " ^0.3.17" ,
7
10
"@theia/core" : " ^0.3.17" ,
8
11
"@theia/languages" : " ^0.3.17" ,
9
12
"@theia/monaco" : " ^0.3.17" ,
You can’t perform that action at this time.
0 commit comments