qhtcp-workflow.code-workspace 195 B

123456789101112131415161718
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "cSpell.ignoreWords": [
  9. "lnum"
  10. ],
  11. "cSpell.words": [
  12. "ggplotly",
  13. "Rscript",
  14. "Zscore"
  15. ],
  16. "cSpell.enabled": false
  17. }
  18. }