TanStack / TanStack/devtools

Go to source feature not working on Linux

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

还没有人认领这个 Issue。

主要语言
TypeScript
星标
499
派生
100
平均合并
1 天 17 小时
30 天内合并 PR
4

描述

TanStack Devtools version

v0.7.0

Framework/Library version

React v19.1.0

Describe the bug and the steps to reproduce it

On Linux, by default the ctrl+shift+click is not working (I use both code and windsurf).

Adding the editor configuration as such:

open: async (path, lineNumber, columnNumber) => {
          console.log(path);
          const { exec } = await import('node:child_process');
          exec(
            // or windsurf/cursor/webstorm
            `code -g "${path.replaceAll('$', '\\$')}${lineNumber ? `:${lineNumber}` : ''}${columnNumber ? `:${columnNumber}` : ''}"`,
          );
        },

It opens a new editor with an empty file. However, what I can see on the console log, is that the file path is not correct.

In my case it prints:
/home/fernion/dev/proj1/apps/web/home/fernion/dev/proj1/packages/package1/src/panel.tsx

My node is running on /home/fernion/dev/proj1/apps/web and the file is located on /home/fernion/dev/proj1/packages/package1/src/panel.tsx

Somehow the path parameters has the two paths concatenated.

Please let me know what additional information I can provide.

I am using Ubuntu 24.04.3 LTS.

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

not applicable

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms & Code of Conduct
  • I agree to follow this project's Code of Conduct
  • I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.

贡献指南

打开贡献指南

从这里开始

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

调研方向

在 Ubuntu 24.04.3 上使用编辑器配置的 open callback 重现 ctrl+shift+click 流程,并检查记录的路径。跟踪该 callback 周围的 Linux 路径处理;完成的标准是 callback 接收到正确的绝对源路径,且不会拼接工作目录。

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

评估

技术栈
linux, react, typescript
领域
devtools, operating-systems
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

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