Skip to content

Commit 56c9fe0

Browse files
authored
fix: add open tab params to inline completion protocol (#645)
## Problem This is to fix a typo in https://github.com/aws/language-server-runtimes/pull/638/files. ## Solution <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 88f19a8 commit 56c9fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/protocol/inlineCompletionWithReferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface DocumentChangeParams {
1818
}
1919

2020
interface OpenTabParams {
21-
openTabFilepaths?: string
21+
openTabFilepaths?: string[]
2222
}
2323

2424
export type InlineCompletionWithReferencesParams = InlineCompletionParams &

0 commit comments

Comments
 (0)