We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d40669 commit 86456d1Copy full SHA for 86456d1
pkg/analysis_server/lib/src/status/pages/contexts_page.dart
@@ -151,7 +151,7 @@ class ContextsPage extends DiagnosticPageWithNav {
151
152
void writeFile(String file) {
153
var astPath = '/ast?file=${Uri.encodeQueryComponent(file)}';
154
- var elementPath = '/element?file=${Uri.encodeQueryComponent(file)}';
+ var elementPath = '/element-model?file=${Uri.encodeQueryComponent(file)}';
155
var contentsPath = '/contents?file=${Uri.encodeQueryComponent(file)}';
156
var hasOverlay = server.resourceProvider.hasOverlay(file);
157
0 commit comments