File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 60
60
"providedServices" : {},
61
61
"consumedServices" : {},
62
62
"package-deps" : [
63
- " atom-ide-datatip" ,
64
- " atom-ide-signature-help" ,
65
- " atom-ide-hyperclick" ,
66
- " atom-ide-definitions" ,
67
- " atom-ide-outline" ,
68
- " linter" ,
69
- " intentions" ,
63
+ " atom-ide-base" ,
70
64
" atom-typescript" ,
71
65
" linter-eslint"
72
66
]
Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ describe("Benchmark", () => {
8
8
9
9
// For benchmark, activate the deps manually before loading the actual package:
10
10
const deps = [
11
- "atom-ide-datatip" ,
12
- "atom-ide-signature-help" ,
13
- "atom-ide-hyperclick" ,
14
- "atom-ide-definitions" ,
15
- "atom-ide-outline" ,
16
- "linter" ,
17
- "intentions" ,
11
+ "atom-ide-base" ,
18
12
"atom-typescript" ,
19
13
"linter-eslint" ,
20
14
] ;
Original file line number Diff line number Diff line change @@ -23,13 +23,7 @@ async function package_deps() {
23
23
// Add entries from package-deps here manually
24
24
// (to prevent loading atom-package-deps and package.json when the deps are already loaded)
25
25
const deps = [
26
- "atom-ide-datatip" ,
27
- "atom-ide-signature-help" ,
28
- "atom-ide-hyperclick" ,
29
- "atom-ide-definitions" ,
30
- "atom-ide-outline" ,
31
- "linter" ,
32
- "intentions" ,
26
+ "atom-ide-base" ,
33
27
"atom-typescript" ,
34
28
"linter-eslint" ,
35
29
] ;
You can’t perform that action at this time.
0 commit comments