-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
Description
Describe the bug
Setting dart.doNotFormat does not seem to work.
To Reproduce
Steps to reproduce the behavior:
- Add the following lines to
settings.json
"dart.doNotFormat": [
"**/fixtures/**",
"**/flutter/flutter/**"
],
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.formatOnSave": true,
Expected behavior
Code does not get formatted on save in files /User/<name>/source/webdev/fixtures
Please complete the following information:
- Operating System and version: MacOS 13.2.1, Apple M1 Max
- VS Code version: Version: 1.76.2 (Universal)
- Dart extension version: v3.62.0
- Dart/Flutter SDK version: Flutter (Channel unknown, 3.9.0-20.0.pre.33, on macOS 13.2.1 22D68 darwin-arm64, locale en-US)
Reactions are currently unavailable