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
This gets rid of usages of a couple service extensions that have been
removed from flutter: flutter/flutter#124805
In the latest check only 2% of inspector users are disabling the option
so we are ready to turn off.
Copy file name to clipboardExpand all lines: flutter-idea/src/io/flutter/FlutterBundle.properties
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,14 +207,12 @@ settings.organize.imports.on.save=Organize imports on save
207
207
settings.flutter.version=Version:
208
208
settings.open.inspector.on.launch=Open Flutter Inspector view on app launch
209
209
settings.hot.reload.on.save=Perform hot reload on save
210
-
settings.enable.embedding.devtools=Enable embedding DevTools in the Flutter Inspector tool window
211
210
settings.enable.bazel.hot.restart=Enable Bazel hot restart (refreshes generated files)
212
211
settings.allow.tests.in.sources=<html>Allow files ending with <b>_test.dart</b> to be recognized as tests
213
212
settings.allow.tests.tooltip=The directory must be marked as a sources root, such as <b>lib</b>.
214
213
settings.font.packages=Font Packages
215
214
settings.show.all.configs=Show all possible run configurations for apps or tests, even if a created configuration already exists
216
215
settings.show.all.configs.tooltip=If there is a defined run configuration to watch a specific test and one to just run it, show both.
217
-
settings.enable.embedding.devtools.tooltip=Use the web-based DevTools inspector in the Flutter Inspector tool window.
218
216
settings.enable.androi.gradle.sync.tooltip=Provides advanced editing capabilities for Java and Kotlin code. Uses Gradle to find Android libraries then links them into the Flutter project.
0 commit comments