Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit f24227c

Browse files
committed
fix: remove unused import and fix translation issues
- Remove unused fs/promises import in extension.ts - Fix Turkish translation: replace Cyrillic 'д' with Turkish 'd' in süreden - Fix Catalan translation: use consistent 'extensió' terminology
1 parent 16e6835 commit f24227c

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as vscode from "vscode"
22
import * as dotenvx from "@dotenvx/dotenvx"
33
import * as path from "path"
4-
import * as fs from "fs/promises"
54

65
// Load environment variables from .env file
76
try {

src/package.nls.tr.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)