Skip to content

Commit 845f7e2

Browse files
committed
Document issue with duplicate docs
1 parent b6aa819 commit 845f7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export default class BashServer {
223223
},
224224
}))
225225

226+
// TODO: we have duplicates here (e.g. echo is both a builtin AND have a man page)
226227
const allCompletions = [
227228
...symbolCompletions,
228229
...programCompletions,

0 commit comments

Comments
 (0)