settings.json 241 B

1234567891011
  1. {
  2. "typescript.tsdk": "node_modules\\typescript\\lib",
  3. "editor.defaultFormatter": "esbenp.prettier-vscode",
  4. "[markdown]": {
  5. "editor.quickSuggestions": {
  6. "other": true,
  7. "comments": true,
  8. "strings": true
  9. }
  10. }
  11. }