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:
Dependabot fails since 60ffe61. This is
because _transitive_ deps can set "engines" to something more
restrictive than our own `package.json`. There's basically no way around
this. dependabot/dependabot-core#4072
`engine-strict=true` was intended to help developers avoid using
outdated tooling, but because transitive deps can (and do) specify more
restrictive "engines" in their `package.json`, it's unrealistic for us
(unless we restrict ourselves to older versions of those deps--but
that's difficult because often our _direct_ dependencies aren't aware of
the transitive deps they are pulling in).
Solution:
- Remove `engine-strict`.
- TODO: write a "prepare" script that checks local developer's `npm` and
`node` versions.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AWS Toolkit for Visual Studio Code
2
2
3
-
[](https://github.com/aws/aws-toolkit-vscode/actions?query=branch%3Amaster)[](https://codecov.io/gh/aws/aws-toolkit-vscode/branch/master)[](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode)
The AWS Toolkit for Visual Studio Code is an [extension](https://marketplace.visualstudio.com/itemdetails?itemName=AmazonWebServices.aws-toolkit-vscode) for connecting your IDE to your AWS resources:
0 commit comments