Skip to content

Commit 2cc414a

Browse files
committed
feat: enable CodeGeeX repository indexing in VSCode settings
1 parent e26aa08 commit 2cc414a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
77
"eslint.validate": ["typescript"],
88
"typescript.tsdk": "node_modules/typescript/lib",
9-
"git.followTagsWhenSync": true
9+
"git.followTagsWhenSync": true,
10+
"Codegeex.RepoIndex": true
1011
}

0 commit comments

Comments
 (0)