microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
51f4da5431b46da910bf5e7eba8a2aaaaa40d00a

Branches

Tags

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

Clone

HTTPS

Download ZIP

ts/.vscode/settings.json

29lines · modecode

1{
2 "editor.defaultFormatter": "esbenp.prettier-vscode",
3 "cSpell.words": [
4 "aiclient",
5 "AUTOINCREMENT",
6 "lightgray",
7 "NOCASE",
8 "oclif",
9 "openai",
10 "regen",
11 "tsbuildinfo",
12 "typeagent",
13 "typechat"
14 ],
15 "[html]": {
16 "editor.defaultFormatter": "vscode.html-language-features"
17 },
18 "jest.virtualFolders": [
19 {"name": "aiclient", "rootPath": "packages/aiclient"},
20 {"name": "api", "rootPath": "packages/api"},
21 {"name": "cache", "rootPath": "packages/cache"},
22 {"name": "commonUtils", "rootPath": "packages/commonUtils"},
23 {"name": "dispatcher", "rootPath": "packages/dispatcher"},
24 {"name": "knowledgeProcessor", "rootPath": "packages/knowledgeProcessor"},
25 {"name": "memoryProviders", "rootPath": "examples/memoryProviders"},
26 {"name": "typeagent", "rootPath": "packages/typeagent"}
27 ],
28 "jest.runMode": "on-demand"
29}