You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
183B

  1. {
  2. "editor.formatOnSave": true,
  3. "editor.tabSize": 2,
  4. "editor.defaultFormatter": "esbenp.prettier-vscode",
  5. "path-intellisense.mappings": {
  6. "@": "${workspaceRoot}/src"
  7. }
  8. }