From 2bc32e579e802d866a6b5d14cc5531102ddce91a Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 10 Jun 2023 02:20:38 +0000 Subject: [PATCH] Added VSCode settings --- home/dot_config/Code/User/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/dot_config/Code/User/settings.json b/home/dot_config/Code/User/settings.json index 27e0f2eb..3aa86768 100644 --- a/home/dot_config/Code/User/settings.json +++ b/home/dot_config/Code/User/settings.json @@ -337,5 +337,9 @@ "yaml.format.singleQuote": true, "yaml.schemas": { "file:///Users/bzalewski/.vscode/extensions/atlassian.atlascode-3.0.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" - } + }, + "pieces.autocomplete": true, + "pieces.autocompleteKey": "Tab only", + "pieces.notifications": "Only Critical Notifications", + "thunder-client.workspaceRelativePath": ".config" } \ No newline at end of file