From af80c234ca5b9fe4294a01496e0ae34a52757336 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Mon, 22 Mar 2021 20:43:10 -0400 Subject: [PATCH] Add some different settings --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index bea748a..cff72fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,4 +28,8 @@ }, "python.linting.pylintEnabled": true, "python.linting.enabled": true, + "[bat]": { + "breadcrumbs.showClasses": true + }, + "docker.volumes.sortBy": "CreatedTime" } \ No newline at end of file