


none - Never insert slashes automatically.When using tripleSlash, double-slashes will still be included when breaking existing double-slash comments across additional lines. tomaticCommentSlashesĭetermines when to insert comment slashes when pressing in the editor (requires restart).
VISUAL STUDIO FOR MAC RESET SETTINGS CODE
Whether to include symbols that have not been imported in the code completion list and automatically insert the required import when selecting them (requires restart). The port number to be used for the Dart analysis server VM service. This can be useful when modifying code on a remote machine using SSHFS. dart.analyzerAdditionalArgsĪdditional arguments to pass to the Dart analysis server. Whether to enable analysis for AngularDart templates (requires the Angular analyzer plugin to be enabled in analysis_options.yaml). Whether to use folding data from the Dart analysis server instead of the built-in VS Code indent-based folding. This should be enabled if you put tests inside the lib directory of your Flutter app so they will be run with flutter test and not flutter run. Whether to consider files ending _test.dart that are outside of the test directory as tests.

Whether to send analytics such as startup timings, frequency of use of features and analysis server crashes. dart.additionalAnalyzerFileExtensionsĪdditional file extensions that should be analyzed (usually used in combination with analyzer plugins). Window scoped settings must be applied in your User Settings or at the workspace level and will apply for all projects open in a window (for example, dart.sdkPath is used to launch an analyzer that is used for the whole window).
