From 2c7b9b1768f8eaf21d3dd19b1951cd27a486ec62 Mon Sep 17 00:00:00 2001 From: dshuffma-ibm Date: Tue, 6 Feb 2024 14:25:31 -0500 Subject: [PATCH] add vs code option to always add "sign off" (#609) Signed-off-by: David Huffman --- .gitignore | 1 + .vscode/settings.json | 4 ++-- packages/athena/env/README.md | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4fd4169..bd1d8e77 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ dist # TernJS port file .tern-port packages/athena/json_docs/json_validation/ibp_openapi_v3.publish.yaml +packages/athena/env/dev.json diff --git a/.vscode/settings.json b/.vscode/settings.json index bbf81c31..8237c839 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,7 +51,6 @@ "git.enableSmartCommit": true, "workbench.editor.enablePreview": false, "workbench.statusBar.visible": true, - "workbench.activityBar.visible": true, "html.format.wrapLineLength": 170, "telemetry.enableTelemetry": false, "typescript.validate.enable": true, @@ -85,5 +84,6 @@ "blockchainTerms" ], "diffEditor.ignoreTrimWhitespace": false, - "search.useIgnoreFiles": false + "search.useIgnoreFiles": false, + "git.alwaysSignOff": true } diff --git a/packages/athena/env/README.md b/packages/athena/env/README.md index 4e1251c1..028c8973 100644 --- a/packages/athena/env/README.md +++ b/packages/athena/env/README.md @@ -492,6 +492,9 @@ __default_settings_doc.json:__ // defaults false "hsm_enabled": true, + // legacy - i don't know what this did, but its no longer used - dsh + "infra_import_options": {"supported_cas": [], "supported_orderers": [], "supported_peers": [],} + // if true the Fabric 2.0 chaincode lifecycle wizard elements will appear // defaults true "lifecycle2_0_enabled": true,