Skip to content

Commit 2506ff2

Browse files
chore: do not organize imports using VS Code functionality (#1914)
1 parent b2ddfc0 commit 2506ff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"jest.runMode": "on-demand",
33
"jest.rootPath": "src",
4-
"jest.jestCommandLine": "pnpm test:unit"
4+
"jest.jestCommandLine": "pnpm test:unit",
5+
"editor.codeActionsOnSave": {
6+
"source.organizeImports": "never"
7+
}
58
}

0 commit comments

Comments
 (0)