Skip to content

Commit

Permalink
add vs code option to always add "sign off" (#609)
Browse files Browse the repository at this point in the history
Signed-off-by: David Huffman <[email protected]>
  • Loading branch information
dshuffma-ibm authored Feb 6, 2024
1 parent 386c439 commit 2c7b9b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -85,5 +84,6 @@
"blockchainTerms"
],
"diffEditor.ignoreTrimWhitespace": false,
"search.useIgnoreFiles": false
"search.useIgnoreFiles": false,
"git.alwaysSignOff": true
}
3 changes: 3 additions & 0 deletions packages/athena/env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c7b9b1

Please sign in to comment.