Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

feat: follow common conventions on folder naming in `$XDG_CONFIG_HOME`

未关闭
#915 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
48/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
typescript
领域
tooling

调研方向

找到为 devtools 构建 $XDG_CONFIG_HOME 路径的代码,并检查当前 .nuxt/devtools 位置是如何选择的。将配置位置更新为 $XDG_CONFIG_HOME/nuxt/devtools,然后验证 devtools 文件使用请求的路径,同时不破坏现有的默认行为。

由索引模型根据 Issue 内容生成。

描述

enhancement
🆒 Your use case

While #526 added support for XDG_CONFIG_HOME, it stores files in $XDG_CONFIG_HOME/.nuxt/devtools instead of the convention of $XDG_CONFIG_HOME/<application>, i.e., without the leading .. The leading dot in UNIX conventions is to denote a hidden file, and with the default location of $XDG_CONFIG_HOME being ~/.config, the parent folder is already hidden and there really isn't a need to further hide the folder inside $XDG_CONFIG_HOME.

While the XDG Base Directory specification is unfortunately silent on the naming convention and folder structure inside $XDG_CONFIG_HOME, common convention is to simply name the subdir directly after the application, without the leading dot.

References;

🆕 The solution you'd like

Store files in $XDG_CONFIG_HOME/nuxt/devtools

🔍 Alternatives you've considered

No response

ℹ️ Additional info

If this is an acceptable feature, I would be willing to contribute a PR.

主要语言
TypeScript
星标
3.3k
派生
214
平均合并
19 小时 45 分钟
30 天内合并 PR
12

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

nuxt/devtools 的其他 Issue

查看 nuxt/devtools 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。