Skip to content

Commit 65cbcca

Browse files
committed
Add to the list of ignored file extensions
1 parent 58cb2f8 commit 65cbcca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "CWC connects VS Code with ChatGPT, Gemini, DeepSeek, and 10+ other free chatbots. Saves you money and time.",
5-
"version": "1.388.0",
5+
"version": "1.389.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

packages/vscode/src/context/constants/ignored-extensions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ export const ignored_extensions = new Set([
4343
'dll',
4444
'so',
4545
'dylib',
46-
'bin'
46+
'bin',
47+
// Visual Studio Cache
48+
'vsidx'
4749
])

0 commit comments

Comments
 (0)