Skip to content

Commit e47aada

Browse files
authored
fix(featureDev): file rejections for files outside of src/ (#5190)
* fix(featureDev): Fix file rejections for files outside of src/ Problem: - When the given path for a file starts with ./ it doesn't show the file actions and not triggering the file click. Now it uses the original file path check Solution: - Update mynah ui
1 parent 590c2fa commit e47aada

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

package-lock.json

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q /dev command: Fix file rejections for files outside of src/"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@
40984098
"@aws-sdk/property-provider": "3.46.0",
40994099
"@aws-sdk/smithy-client": "^3.46.0",
41004100
"@aws-sdk/util-arn-parser": "^3.46.0",
4101-
"@aws/mynah-ui": "^4.9.2",
4101+
"@aws/mynah-ui": "^4.11.2",
41024102
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
41034103
"@iarna/toml": "^2.2.5",
41044104
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)