Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 74d71ff

Browse files
committed
Add more conflicting project warnings
1 parent 4b6d25b commit 74d71ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/competition.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ const CONFLICTING_PACKAGES = [
22
// other language server clients - should only use one
33
"languageserver-rust",
44
"tokamak",
5+
"atom-rust",
56
// rls provides lints
67
"linter-rust",
78
// rls provides rustfmt functionality
89
"rustfmt",
910
// rls provides racer completion
1011
"racer",
12+
"racer-v2",
13+
"racer-plus",
14+
"autocomplete-racer",
1115
]
1216

1317
/**

0 commit comments

Comments
 (0)