We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9d19f commit a74e2ceCopy full SHA for a74e2ce
1 file changed
scripts/configure-system.sh
@@ -1176,6 +1176,8 @@ if does_bin_exist 'code' 'code-oss' 'codium' 'com.visualstudio.code'; then
1176
# C#
1177
set_json_property "${VSCODE_CONFIG_FILE}" '.["omnisharp.enableDecompilationSupport"]' true
1178
set_json_property "${VSCODE_CONFIG_FILE}" '.["dotnet.automaticallyCreateSolutionInWorkspace"]' false
1179
+ # Python
1180
+ set_json_property "${VSCODE_CONFIG_FILE}" '.["python.analysis.typeCheckingMode"]' 'strict'
1181
1182
# Terminal
1183
set_json_property "${VSCODE_CONFIG_FILE}" '.["terminal.integrated.shell.linux"]' "${SHELL}"
0 commit comments