医美代码重构
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.

13 lines
454 B

3 years ago
3 years ago
3 years ago
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
  3. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  4. // List of extensions which should be recommended for users of this workspace.
  5. "recommendations": [
  6. "ms-vscode.cpptools",
  7. ],
  8. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  9. "unwantedRecommendations": [
  10. ]
  11. }