diff --git a/.vscode/settings.json b/.vscode/settings.json index 09e27867b6..1e26aedb0c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "python.pythonPath": "venv/bin/python3", "python.testing.pytestEnabled": true, - "python.testing.autoTestDiscoverOnSaveEnabled": true + "python.testing.autoTestDiscoverOnSaveEnabled": true, + "files.associations": { + "*.conf": "syslog-ng" + } } \ No newline at end of file