We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28617a commit f711322Copy full SHA for f711322
1 file changed
crates/vite_global_cli/src/commands/shell.rs
@@ -181,8 +181,11 @@ pub struct ShellProfile {
181
182
#[derive(Clone, Copy)]
183
pub enum ShellProfileRoot {
184
+ #[cfg_attr(windows, allow(dead_code))]
185
Home,
186
187
Zsh,
188
189
Fish,
190
NushellConfig,
191
NushellData,
0 commit comments