Skip to content

Commit 1ffe51b

Browse files
committed
update(tooling): VS Code - disable auto Python f-strings since PyQT transalte tooling does not support them
1 parent b2f2ce8 commit 1ffe51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"**/*.ui": "xml"
1111
},
1212
// Python
13-
"python.analysis.autoFormatStrings": true,
13+
"python.analysis.autoFormatStrings": false, // incompatible with PyQt5 translation engine
1414
"python.analysis.typeCheckingMode": "basic",
1515
"python.terminal.activateEnvInCurrentTerminal": true,
1616
"python.terminal.activateEnvironment": true,

0 commit comments

Comments
 (0)