Skip to content

Commit

Permalink
Removed angle brackets around the email address in the python header
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Delafontaine committed Jul 19, 2022
1 parent ee2c0ba commit db9cae8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ All notable changes to the "zhaw-snippets" extension will be documented in this
- Added header snippet for python
- Added header snippet for shell
- Added at least one empty line after the header insertion.

### 1.0.4

- Removed angle brackets from python header snippets
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ Users appreciate release notes as you update your extension.
- Added header snippet for python
- Added header snippet for shell
- Added at least one empty line after the header insertion.

### 1.0.4

- Removed angle brackets from python header snippets
- Updated readme
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "ZHAW Snippets",
"description": "A collection of ZHAW related snippets",
"icon": "imgs/zhaw.png",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "InES-HPMM",
"engines": {
"vscode": "^1.64.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"-- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --",
"------------------------------------------------------------------",
"@author: ${3:<author>}",
"@contact: <${4:<email>}@zhaw.ch>",
"@contact: ${4:<email>}@zhaw.ch",
"@copyright: ${CURRENT_YEAR} ZHAW Institute of Embedded Systems",
"@date: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}",
"",
Expand Down

0 comments on commit db9cae8

Please sign in to comment.