a9f756b260
The reference/example projects (`references/`) now live in their own repo, https://github.com/triggerdotdev/references, so their heavy, frequently-changing dependencies are no longer part of this repo's lockfile and tooling. This removes them here and repoints everything that referenced them. - Deletes `references/`; updates the pnpm workspace + lockfile. - Clears the references-only CI rules and `.vscode` configs. - Repoints the docs (contributor/agent + one public page) to the new repo. - `seed.mts` keeps the local-dev projects (hello-world, d3-chat, realtime-streams).
12 lines
319 B
JSON
12 lines
319 B
JSON
{
|
|
"deno.enablePaths": ["runtime_tests/tests/deno"],
|
|
"debug.toolBarLocation": "commandCenter",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"search.exclude": {
|
|
"**/node_modules/**": true,
|
|
"packages/cli-v3/e2e": true
|
|
},
|
|
"vitest.disableWorkspaceWarning": true,
|
|
"chat.agent.maxRequests": 10000
|
|
}
|