Skip to content

Commit f2c98fd

Browse files
authored
Add example of how to turn on a feature
1 parent f1e43a6 commit f2c98fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

news/1 Enhancements/156.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
Add support for the `editor.codeActionsOnSave.source.organizeImports` setting (thanks [Nathan Gaberel](https://github.com/n6g7)).
1+
Add support for the `"source.organizeImports"` setting for `"editor.codeActionsOnSave"` (thanks [Nathan Gaberel](https://github.com/n6g7)); you can turn this on just for Python using:
2+
```json
3+
"[python]": {
4+
"editor.codeActionsOnSave": {
5+
"source.organizeImports": true
6+
}
7+
}
8+
```

0 commit comments

Comments
 (0)