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.

48 lines
2.2 KiB

10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.trimTrailingWhitespace": true,
  9. "python.formatting.provider": "none",
  10. "python.languageServer": "Pylance",
  11. "python.linting.enabled": true,
  12. "python.linting.flake8Args": ["--select=F,E71,E9,W1,W6"],
  13. "python.linting.flake8Enabled": true,
  14. "git.ignoreLimitWarning": true,
  15. "editor.formatOnSave": true,
  16. "files.associations": {
  17. "TMVAClassification_GhostNNCuts.class.C": "cpp",
  18. "TMVAClassification_veloUT_forward_ghost_mlp.class.C": "cpp",
  19. "TMVAClassification_default_forward_ghost_mlp.class.C": "cpp",
  20. "TMVAClassification_matching_mlp.class.C": "cpp"
  21. },
  22. "python.analysis.completeFunctionParens": true,
  23. "[python]": {
  24. "editor.defaultFormatter": "ms-python.black-formatter"
  25. },
  26. "python.analysis.extraPaths": [
  27. "/auto/work/cetin/LHCb/stack/Moore/Hlt/Moore/python",
  28. "/auto/work/cetin/LHCb/stack/Moore/Hlt/RecoConf/python",
  29. "/auto/work/cetin/LHCb/stack/DBASE/PRConfig/python",
  30. "/auto/work/cetin/LHCb/stack/LHCb/PyConf/python",
  31. "/auto/work/cetin/LHCb/stack/Gaudi/Gaudi/python",
  32. "/auto/work/cetin/LHCb/stack/Rec/Phys/FunctorCore/python"
  33. ],
  34. "C_Cpp.default.includePath": [
  35. "/auto/work/cetin/LHCb/stack/Detector/Detector/Magnet/include/**",
  36. "/auto/work/cetin/LHCb/stack/Gaudi/GaudiKernel/include/**",
  37. "/auto/work/cetin/LHCb/stack/LHCb/Kernel/LHCbAlgs/include/**",
  38. "/auto/work/cetin/LHCb/stack/LHCb/Kernel/LHCbMath/include/**",
  39. "/auto/work/cetin/LHCb/stack/LHCb/Event/TrackEvent/include/**",
  40. "/auto/work/cetin/LHCb/stack/Rec/Pr/PrKernel/include/**",
  41. "/auto/work/cetin/LHCb/stack/Rec/Pr/PrAlgorithms/src/**",
  42. "/auto/work/cetin/LHCb/stack/Rec/Pr/PrAlgorithms/include/**",
  43. "/auto/work/cetin/LHCb/stack/Rec/Tr/TrackInterfaces/include/TrackInterfaces/**"
  44. ],
  45. "notebook.output.fontSize": 0,
  46. "typescript.preferences.importModuleSpecifierEnding": "auto"
  47. }
  48. }