Skip to content

Commit d8ffca2

Browse files
committed
Rename compact-file utilities to shrink-file and bump version to 1.874.0
- move test cases to shrink-file
1 parent e80ad50 commit d8ffca2

17 files changed

Lines changed: 1 addition & 1 deletion

File tree

apps/editor/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": "Fast and safe way to code with AI (CWC)",
5-
"version": "1.873.0",
5+
"version": "1.874.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

apps/editor/src/context/utils/compact-file/test-cases/c-style/input.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/c-style/input.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/c-style/output.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/c-style/output.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/css/input.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/css/input.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/css/output.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/css/output.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/html/input.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/html/input.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/html/output.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/html/output.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/jsx/input.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/jsx/input.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/jsx/output.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/jsx/output.txt

File renamed without changes.

apps/editor/src/context/utils/compact-file/test-cases/python/input.txt renamed to apps/editor/src/context/utils/shrink-file/test-cases/python/input.txt

File renamed without changes.

0 commit comments

Comments
 (0)