base-de-connaissances.code-workspace 197 B

1234567891011
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "workbench.colorTheme": "Visual Studio Light",
  9. "workbench.preferredDarkColorTheme": "Liver Purple Full with Semantic Highlighting"
  10. }
  11. }