swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 1 | { |
swissChili | 4418ca5 | 2021-06-14 17:36:00 -0700 | [diff] [blame] | 2 | "restructuredtext.languageServer.disabled": true, |
swissChili | 2999dd1 | 2021-07-02 14:19:53 -0700 | [diff] [blame] | 3 | "restructuredtext.confPath": "${workspaceFolder}/doc", |
| 4 | "files.associations": { |
| 5 | "Jmk.options": "makefile", |
| 6 | "Jmk": "makefile", |
| 7 | "*.dasc": "c", |
swissChili | f68671f | 2021-07-05 14:14:44 -0700 | [diff] [blame] | 8 | "*.sass": "plaintext", |
| 9 | "typeinfo": "c", |
| 10 | "atomic": "cpp", |
| 11 | "memory_resource": "cpp", |
| 12 | "functional": "cpp", |
| 13 | "iostream": "cpp" |
swissChili | 2999dd1 | 2021-07-02 14:19:53 -0700 | [diff] [blame] | 14 | } |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 15 | } |