We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8084f9 commit 3b36c63Copy full SHA for 3b36c63
toolkit.nu
@@ -71,7 +71,7 @@ export def "lint ide-check" []: path -> int {
71
let file = $in
72
let stub = $env.STUB_IDE_CHECK? | default false | into bool
73
const current_path = (path self)
74
- let candidate_path = $current_path | path join "stdlib-candidate"
+ let candidate_path = $current_path | path dirname | path join "stdlib-candidate"
75
let diagnostics = if $stub {
76
do { nu -I $candidate_path --no-config-file --commands $"use '($file)'" }
77
| complete
0 commit comments