diff --git a/.vscode/setting.json b/.vscode/setting.json deleted file mode 100644 index 80cdd9a..0000000 --- a/.vscode/setting.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "editor.formatOnType": false, - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, - "editor.tabSize": 2 -} diff --git a/.vscode/settings.json b/.vscode/settings.json index cbb678e..dbad89b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,9 @@ { "editor.tabSize": 2, "files.eol": "\n", + "editor.formatOnType": false, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, } diff --git a/src/hooks.ts b/src/hooks.ts index 0ddb4e5..ab44e0e 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -4,7 +4,7 @@ import { UIExampleFactory, } from "./modules/jasminum"; import { config } from "../package.json"; -import { getString, initLocale } from "./utils/locale"; +import { initLocale } from "./utils/locale"; import { registerPrefsScripts } from "./modules/preferenceScript"; import { displayMenuitem } from "../src/modules/ui";