Skip to content

Commit

Permalink
Added necessary changes and files to provide this plugin as a vscode …
Browse files Browse the repository at this point in the history
…extension.
  • Loading branch information
Thierry Delafontaine committed Mar 3, 2022
1 parent 6924273 commit 10930a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"build": "vsce package -o zhaw-snippets-$npm_package_version.vsix",
"install": "yarn build && code --install-extension zhaw-snippets-$npm_package_version.vsix"
"install": "npm run build && code --install-extension zhaw-snippets-$npm_package_version.vsix"
},
"keywords": [
"snippets",
Expand Down
6 changes: 3 additions & 3 deletions snippets/cpp.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"zhawh": {
"InES Header": {
"prefix": "inesh",
"body": [
"${BLOCK_COMMENT_START}*-----------------------------------------------------------------",
"${BLOCK_COMMENT_START}*------------------------------------------------------------------",
" * -- _____ ______ _____ --",
" * -- |_ _| | ____|/ ____| --",
" * -- | | _ __ | |__ | (___ Institute of Embedded Systems --",
" * -- | | | '_ \\\\\\| __| \\___ \\ Zurich University of --",
" * -- | | | '_ \\\\| __| \\___ \\ Zurich University of --",
" * -- _| |_| | | | |____ ____) | Applied Sciences --",
" * -- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --",
" * ------------------------------------------------------------------",
Expand Down
4 changes: 2 additions & 2 deletions snippets/vhdl.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"zhawh": {
"InES Header": {
"prefix": "inesh",
"body": [
"-- ------------------------------------------------------------------",
"-- -- _____ ______ _____ --",
"-- -- |_ _| | ____|/ ____| --",
"-- -- | | _ __ | |__ | (___ Institute of Embedded Systems --",
"-- -- | | | '_ \\\\\\| __| \\___ \\ Zurich University of --",
"-- -- | | | '_ \\\\| __| \\___ \\ Zurich University of --",
"-- -- _| |_| | | | |____ ____) | Applied Sciences --",
"-- -- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --",
"-- ------------------------------------------------------------------",
Expand Down

0 comments on commit 10930a4

Please sign in to comment.