You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`selected linter "${linter}" may be supported by extensions like "Ruff", which include several linter rules: https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff`,
84
+
`Selected linter "${linter}" may be supported by extensions like "Ruff", which include several linter rules: https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff`,
76
85
);
77
86
}
78
87
}
@@ -88,11 +97,15 @@ async function notifyLegacySettings(): Promise<void> {
88
97
return;
89
98
}
90
99
_isShown=true;
91
-
showErrorMessage(
100
+
constresponse=awaitshowWarningMessage(
92
101
l10n.t(
93
-
`Formatting and linting features have been deprecated from the Python extension. Please install a linter or a formatter extension. [Open logs](command:${Commands.ViewOutput}) for more information.`,
102
+
`You have deprecated linting or formatting settings for Python. Please see the [logs](command:${Commands.ViewOutput}) for more details.`,
0 commit comments