Skip to content

Commit

Permalink
tooling(ide): disable auto f-string since Qt Linguist does not suppor…
Browse files Browse the repository at this point in the history
…t it
  • Loading branch information
Guts committed May 13, 2024
1 parent d690969 commit 132d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"**/*.ui": "xml"
},
// Python
"python.analysis.autoFormatStrings": true,
"python.analysis.autoFormatStrings": false,
"python.analysis.typeCheckingMode": "basic",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.activateEnvironment": true,
Expand Down

0 comments on commit 132d7d0

Please sign in to comment.