Skip to content

Commit 4014feb

Browse files
committed
[Git Commit]: at 2018-12-02 23:21:55-06:00
1 parent 40d76ea commit 4014feb

File tree

7 files changed

+2683
-53
lines changed

7 files changed

+2683
-53
lines changed

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/*.ts
2+
**/tsconfig.json
3+
!file.ts

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Visual Studio Code Shell Snippets Changelog
2+
3+
[CHANGELOG.md](https://raw.githubusercontent.com/DeepInThought/vscode-shell-snippets/master/CHANGELOG.md).
4+
5+
## Version 0.2.0
6+
7+
+ [Vulnerabilies] Security vulnerabilities detected in dependencies.
8+
+ Dependency event-stream associated with [flatmap-stream](https://github.com/dominictarr/event-stream/issues/116) was found malicious.

git-build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ handle_exit_code() {
5252
}
5353
trap "handle_exit_code" EXIT
5454

55-
# if [ $1 -eq "--setup" ]; then
56-
# echo "[Setup Git]:"
57-
# read $x;
58-
# fi
59-
60-
6155
# todo: Setup git credential fill
6256
### $(git credential fill \
6357
### protocol=https \

0 commit comments

Comments
 (0)