You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Problem
There is a test from recent PR that is incorrect given current
structure. Ex.
https://github.com/aws/aws-toolkit-vscode/actions/runs/11149044046/job/30987024464
Using `globals.context.asAbsolutePath` will prepend `toolkit` to the
path, whereas we want to look in `core` for this file.
## Solution
- Manually construct the path to be checked.
0 commit comments