Skip to content

Commit

Permalink
feat: add autocomplete-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 25, 2020
1 parent b1cde77 commit 60fc8f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"package-deps": [
"atom-ide-base",
"atom-typescript",
"linter-eslint"
"linter-eslint",
"autocomplete-paths"
]
}
1 change: 1 addition & 0 deletions spec/benchmark-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe("Benchmark", () => {
"atom-ide-base",
"atom-typescript",
"linter-eslint",
"autocomplete-paths"
];
deps.forEach(async p => await atom.packages.activatePackage(p))

Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function package_deps() {
"atom-ide-base",
"atom-typescript",
"linter-eslint",
"autocomplete-paths"
];
if (deps.some((p) => !atom.packages.isPackageLoaded(p))) {
await import("atom-package-deps").then((atom_package_deps) => {
Expand Down

0 comments on commit 60fc8f4

Please sign in to comment.