diff --git a/.vscode/settings.json b/.vscode/settings.json index e6dfdb2..f13d4ca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,26 +22,17 @@ ".vscode", ".vscode-insiders" ], - "cSpell.enabledLanguageIds": [ - "c", - "cpp", - "csharp", - "go", - "javascript", - "javascriptreact", - "json", - "latex", - "markdown", - "php", - "plaintext", - "powershell", - "python", - "text", - "typescript", - "typescriptreact", - "yaml", - "yml" - ], + "cSpell.enabledFileTypes": { + "go": true, + "javascript": true, + "json": true, + "markdown": true, + "plaintext": true, + "text": true, + "typescript": true, + "yaml": true, + "yml": true + }, "cSpell.language": "en-US,de-DE", "cSpell.customDictionaries": { "project-words": {