Skip to content

Commit ada1de5

Browse files
default config for INDEX_SOURCE is true
1 parent 0a34a2c commit ada1de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codegraphcontext/cli/config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"PARALLEL_WORKERS": "4",
3939
"CACHE_ENABLED": "true",
4040
"IGNORE_DIRS": "node_modules,venv,.venv,env,.env,dist,build,target,out,.git,.idea,.vscode,__pycache__",
41-
"INDEX_SOURCE": "false",
41+
"INDEX_SOURCE": "true",
4242
}
4343

4444
# Configuration key descriptions

0 commit comments

Comments
 (0)