|
| 1 | +{ |
| 2 | + "files.associations": { |
| 3 | + "**/easy/*.cpp": "plaintext", |
| 4 | + "**/easy/*.c": "plaintext", |
| 5 | + "**/easy/*.py": "plaintext", |
| 6 | + "**/easy/*.java": "plaintext", |
| 7 | + |
| 8 | + "**/medium/*.cpp": "plaintext", |
| 9 | + "**/medium/*.c": "plaintext", |
| 10 | + "**/medium/*.py": "plaintext", |
| 11 | + "**/medium/*.java": "plaintext", |
| 12 | + |
| 13 | + "**/hard/*.cpp": "plaintext", |
| 14 | + "**/hard/*.c": "plaintext", |
| 15 | + "**/hard/*.py": "plaintext", |
| 16 | + "**/hard/*.java": "plaintext" |
| 17 | + }, |
| 18 | + "C_Cpp.errorSquiggles": "Disabled", |
| 19 | + "C_Cpp.intelliSenseEngine": "Disabled", |
| 20 | + "python.analysis.diagnosticMode": "off", |
| 21 | + "java.errors.incompleteClasspath.severity": "ignore", |
| 22 | + "editor.quickSuggestions": { |
| 23 | + "other": false, |
| 24 | + "comments": false, |
| 25 | + "strings": false |
| 26 | +}, |
| 27 | +"editor.suggestOnTriggerCharacters": false, |
| 28 | +"editor.parameterHints.enabled": false, |
| 29 | +"editor.inlineSuggest.enabled": false |
| 30 | +} |
0 commit comments