Skip to content

Commit 7b6be38

Browse files
committed
fix: update with newest types
1 parent 2774334 commit 7b6be38

File tree

7 files changed

+491
-84
lines changed

7 files changed

+491
-84
lines changed

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/protocol/chat.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ import {
3838
PINNED_CONTEXT_REMOVE_NOTIFICATION_METHOD,
3939
ACTIVE_EDITOR_CHANGED_NOTIFICATION_METHOD,
4040
OPEN_FILE_DIALOG_METHOD,
41-
} from './lsp'
42-
43-
import {
4441
ChatParams,
4542
ChatResult,
4643
EndChatParams,

types/codegen/openapitools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
},
2828
"reservedWordsMappings": {
2929
"export": "export"
30+
},
31+
"typeMappings": {
32+
"Date": "Date"
3033
}
3134
},
3235
"java": {

0 commit comments

Comments
 (0)