Describe the bug
Currently if you make a simple dummy test in a folder named tool it makes vscode freeze and unable to complete.
To Reproduce
Steps to reproduce the behavior:
- Create new flutter package project
- Create folder named tool under test
- Create new file named my_test.dart and insert:
import 'package:flutter_test/flutter_test.dart';
void main() {
test('should expect null', () {
expect(null, isNull);
});
}
- Click the green arrow to run the test
Expected behavior
To execute the file as if it was in the root of the test folder.
Please complete the following information:
Dart Code extension: 3.74.0
Flutter extension: 3.74.0 (activated)
App: Visual Studio Code
App Host: desktop
Version: linux 1.82.3
Describe the bug
Currently if you make a simple dummy test in a folder named tool it makes vscode freeze and unable to complete.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To execute the file as if it was in the root of the test folder.
Please complete the following information:
Dart Code extension: 3.74.0
Flutter extension: 3.74.0 (activated)
App: Visual Studio Code
App Host: desktop
Version: linux 1.82.3