From 174ecd2e6dbc65eda5d792a642906f20075775ef Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 8 Oct 2019 02:54:06 +0200 Subject: [PATCH] vscode: Removed deprecated configuration --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b1ab45..aa13051 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "search.usePCRE2": true, "files.associations": { "*.yml": "ansible" },