Files
langgraphjs/.vscode/settings.json
T
Christian Bromann 085a07f569 feat(core): event based streaming (#2314)
All stream v2 changes consolidated.

---------

Co-authored-by: Hunter Lovell <hunter@hntrl.io>
2026-05-05 00:13:12 -07:00

15 lines
301 B
JSON

{
"cSpell.words": [
"agentic",
"checkpointer",
"Checkpointers",
"Pregel",
"Scrapybara"
],
"typescript.tsdk": "node_modules/typescript/lib",
"python.languageServer": "None",
"deno.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}