Windows 路径格式错误
software.aws.toolkits.eclipse.amazonq.util.QEclipseEditorUtils.getOpenFileUri(QEclipseEditorUtils.java:124)
插件在 Windows 上生成了 Unix 风格的路径(以 / 开头),而 Windows 需要 C:/ 这种格式。
影响:
getOpenFileUri() 方法无法解析路径
导致 getActiveEditorRelativePath() 失败
所有 inline completion 功能不可用
Windows 路径格式错误
software.aws.toolkits.eclipse.amazonq.util.QEclipseEditorUtils.getOpenFileUri(QEclipseEditorUtils.java:124)
插件在 Windows 上生成了 Unix 风格的路径(以 / 开头),而 Windows 需要 C:/ 这种格式。
影响:
getOpenFileUri() 方法无法解析路径
导致 getActiveEditorRelativePath() 失败
所有 inline completion 功能不可用