extensions.json 206 B

12345678
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "dbaeumer.vscode-eslint",
  6. "ms-vscode.extension-test-runner"
  7. ]
  8. }