RiskControlPlatform.code-workspace 222 B

1234567891011121314
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": "../RiskControlPlatform-ui"
  8. }
  9. ],
  10. "settings": {
  11. "java.compile.nullAnalysis.mode": "automatic",
  12. "java.configuration.updateBuildConfiguration": "interactive"
  13. }
  14. }