settings.json 116 B

1234567
  1. {
  2. "editor.quickSuggestions": {
  3. "other": "on",
  4. "comments": true,
  5. "strings": "off"
  6. }
  7. }