Skip to content

Commit 60fc8f4

Browse files
committed
feat: add autocomplete-paths
1 parent b1cde77 commit 60fc8f4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"package-deps": [
6363
"atom-ide-base",
6464
"atom-typescript",
65-
"linter-eslint"
65+
"linter-eslint",
66+
"autocomplete-paths"
6667
]
6768
}

spec/benchmark-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe("Benchmark", () => {
1111
"atom-ide-base",
1212
"atom-typescript",
1313
"linter-eslint",
14+
"autocomplete-paths"
1415
];
1516
deps.forEach(async p => await atom.packages.activatePackage(p))
1617

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function package_deps() {
2626
"atom-ide-base",
2727
"atom-typescript",
2828
"linter-eslint",
29+
"autocomplete-paths"
2930
];
3031
if (deps.some((p) => !atom.packages.isPackageLoaded(p))) {
3132
await import("atom-package-deps").then((atom_package_deps) => {

0 commit comments

Comments
 (0)