Skip to content
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 unused code insights JSON Schema settings #50581

Merged
merged 2 commits into from
Apr 14, 2023

Conversation

sqs
Copy link
Member

@sqs sqs commented Apr 13, 2023

  • remove old isCodeInsightsEnabled guard that checked experimentalFeatures: Code insights is no longer enabled/disabled with the experimentalFeatures object in user settings. That was a legacy from when it was an experimental feature.
  • rm other unused code insights settings JSON Schema types

Test plan

Automated tests will cover it. These were not being referenced anywhere.

Code insights is no longer enabled/disabled with the `experimentalFeatures` object in user settings. That was a legacy from when it was an experimental feature.
@cla-bot cla-bot bot added the cla-signed label Apr 13, 2023
@sqs sqs force-pushed the sqs/rm-unused-insights-settings branch from abedaec to 1b32b82 Compare April 13, 2023 08:35
@sg-e2e-regression-test-bob

Bundle size report 📦

Initial size Total size Async size Modules
-0.01% (-0.21 kb) -0.08% (-11.84 kb) 🔽 -0.10% (-11.63 kb) 🔽 0.00% (0)

Look at the Statoscope report for a full comparison between the commits 1b32b82 and 7161602 or learn more.

Open explanation
  • Initial size is the size of the initial bundle (the one that is loaded when you open the page)
  • Total size is the size of the initial bundle + all the async loaded chunks
  • Async size is the size of all the async loaded chunks
  • Modules is the number of modules in the initial bundle

@sqs sqs requested a review from a team April 14, 2023 15:04
@sqs sqs merged commit daf388b into main Apr 14, 2023
@sqs sqs deleted the sqs/rm-unused-insights-settings branch April 14, 2023 16:14
cesrjimenez pushed a commit that referenced this pull request Apr 14, 2023
- remove old isCodeInsightsEnabled guard that checked
experimentalFeatures: Code insights is no longer enabled/disabled with
the `experimentalFeatures` object in user settings. That was a legacy
from when it was an experimental feature.
- rm other unused code insights settings JSON Schema types


## Test plan

Automated tests will cover it. These were not being referenced anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants