Skip to content

Commit dfd5d46

Browse files
authored
fix: ignore implicit workspaces for completion (#5932)
Closes #5895
1 parent ac14129 commit dfd5d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/completion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const BaseCommand = require('../base-command.js')
5454
class Completion extends BaseCommand {
5555
static description = 'Tab Completion for npm'
5656
static name = 'completion'
57-
static ignoreImplicitWorkspace = false
57+
static ignoreImplicitWorkspace = true
5858

5959
// completion for the completion command
6060
async completion (opts) {

0 commit comments

Comments
 (0)