-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some deprecated code in ./src/vs/base #103454
Comments
Starting from @mjbvz , not sure where the deprecation information are from. |
👎 We do not accept pull requests like that |
This is driven from |
The classList usage is usually a big change, the others should be small... Starting with @joaomoreno, please pass it on to the next person |
@jrieken I am out this month... sorry. |
For #103454 This should be a direct map to the `.findIndex` mathod
Remaining:
|
I have replaced my usages of the deprecated code. I believe I have cought all places, however if some remain feel free to ping me. |
Here's a useful find/replace input pair, for text based refactoring:
|
Remaining (all under @joaomoreno Assigning you to start. Please reassign to correct owners for this |
oh, wow actually done |
👏 and thanks everyone involved here |
I find that following methods are deprecated:
I'd like to send a pull request to remove these deprecated methods and refactor all usages if you want.
The text was updated successfully, but these errors were encountered: