Commit a97614c
authored
fix(deps): Add explicit @aws/language-server-runtimes-types dependency (#6912)
## Problem
[sessionManager](https://github.com/aws/aws-toolkit-vscode/blob/master/packages/amazonq/src/app/inline/sessionManager.ts#L6)
has an implicit dependency on `@aws/language-server-runtimes-types` that
isn't present in the package.json
## Solution
Add an explicit dependency, that way when the underling package
currently controlling runtime-types's version changes it doesn't cause a
build error as current observed in
#6825
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 3cf9e4b commit a97614c
2 files changed
+12
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
| |||
0 commit comments