microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-github-actions-workflow-issue

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/.vscode/settings.json

53lines · modecode

1{
2 "editor.defaultFormatter": "esbenp.prettier-vscode",
3 "cSpell.words": [
4 "aiclient",
5 "AUTOINCREMENT",
6 "behaviour",
7 "Chunker",
8 "Exif",
9 "exifreader",
10 "Knowpro",
11 "ktype",
12 "lightgray",
13 "Lucene",
14 "NOCASE",
15 "oclif",
16 "openai",
17 "regen",
18 "textpro",
19 "tsbuildinfo",
20 "typeagent",
21 "typechat"
22 ],
23 "[html]": {
24 "editor.defaultFormatter": "esbenp.prettier-vscode"
25 },
26 "jest.virtualFolders": [
27 {"name": "actionSchema", "rootPath": "packages/actionSchema"},
28 {"name": "aiclient", "rootPath": "packages/aiclient"},
29 {"name": "api", "rootPath": "packages/api"},
30 {"name": "cache", "rootPath": "packages/cache"},
31 {"name": "commonUtils", "rootPath": "packages/commonUtils"},
32 {"name": "dispatcher", "rootPath": "packages/dispatcher"},
33 {"name": "defaultAgentProvider", "rootPath": "packages/defaultAgentProvider"},
34 {"name": "knowledgeProcessor", "rootPath": "packages/knowledgeProcessor"},
35 {"name": "memoryProviders", "rootPath": "examples/memoryProviders"},
36 {"name": "typeagent", "rootPath": "packages/typeagent"},
37 {"name": "knowpro", "rootPath": "packages/knowpro"},
38 {"name": "knowpro-conversation", "rootPath": "packages/memory/conversation"},
39 {"name": "knowpro-storage", "rootPath": "packages/memory/storage"},
40 {"name": "browser", "rootPath": "packages/agents/browser"},
41 ],
42 "jest.runMode": "on-demand",
43 "[json]": {
44 "editor.defaultFormatter": "esbenp.prettier-vscode"
45 },
46 "[typescript]": {
47 "editor.defaultFormatter": "esbenp.prettier-vscode"
48 },
49 "jest.jestCommandLine": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js",
50 "chat.tools.terminal.autoApprove": {
51 "ForEach-Object": true
52 }
53}