diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 5d88fca..befe0a3 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -3,6 +3,7 @@ "editor.renderWhitespace": "trailing", "editor.suggestSelection": "recentlyUsed", "editor.accessibilitySupport": "off", + "explorer.confirmPasteNative": false, "editor.tokenColorCustomizations": { "[Visual Studio Dark]": { @@ -65,9 +66,6 @@ "python.createEnvironment.trigger": "off", "python.languageServer": "Default", - "python.formatting.autopep8Args": [ - "--ignore=E501" - ], "C_Cpp.formatting": "vcFormat", "C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",