From 80ab8511780e2ac260bdbe44a4323b06cc5c791c Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 11 Sep 2023 10:44:48 +0100 Subject: [PATCH] vscode: Update settings file --- .../tests/sphinx-default/workspace/.vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/esbonio/tests/sphinx-default/workspace/.vscode/settings.json b/lib/esbonio/tests/sphinx-default/workspace/.vscode/settings.json index fec123f91..cab655f55 100644 --- a/lib/esbonio/tests/sphinx-default/workspace/.vscode/settings.json +++ b/lib/esbonio/tests/sphinx-default/workspace/.vscode/settings.json @@ -1,4 +1,3 @@ { - "python.pythonPath": "${workspaceRoot}/../../../../../.env/bin/python", - "python.formatting.provider": "black" + "esbonio.sphinx.enableDevTools": false }