We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830adc8 commit e10d2a2Copy full SHA for e10d2a2
.vscode/settings.json
@@ -31,8 +31,8 @@
31
"evenBetterToml.schema.enabled": true,
32
"evenBetterToml.schema.links": true,
33
"evenBetterToml.syntax.semanticTokens": false,
34
- "notebook.formatOnCellExecution": false,
35
- "notebook.formatOnSave.enabled": false,
+ "notebook.formatOnCellExecution": true,
+ "notebook.formatOnSave.enabled": true,
36
"python.analysis.autoFormatStrings": true,
37
"python.analysis.inlayHints.functionReturnTypes": false,
38
"python.analysis.typeCheckingMode": "basic",
0 commit comments