Skip to content

Commit

Permalink
env: 修改vscode项目设置
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Oct 12, 2023
1 parent 46c47ba commit c9f3004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .vscode/setting.json

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"editor.tabSize": 2,
"files.eol": "\n",
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
2 changes: 1 addition & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit c9f3004

Please sign in to comment.