6333ca91b4
- 에이전트 코어: 파일 생성, 코드 편집, 터미널 실행 - 프리미엄 UI: 글래스모피즘, shimmer 로딩, 구문 강조 - Cmd+L 포커스, 코드 설명(우클릭), 대화 내보내기 - VS Code Settings 통합 (Ollama URL, 모델, 타임아웃) - 대화 기록 영구 저장 (workspaceState) - 멀티파일 프로젝트 컨텍스트 자동 분석
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2022",
|
|
"outDir": "out",
|
|
"lib": ["ES2022"],
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
}
|