added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
1
.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.husky/.gitignore
vendored
Normal file
1
.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.husky/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
_
|
||||
18
.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.husky/pre-commit
vendored
Executable file
18
.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.husky/pre-commit
vendored
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
|
||||
#
|
||||
# Project: Nord Visual Studio Code
|
||||
# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
|
||||
# License: MIT
|
||||
|
||||
# Git "pre-commit" hook for husky.
|
||||
#
|
||||
# References:
|
||||
# 1. https://github.com/typicode/husky
|
||||
# 2. https://git-scm.com/docs/githooks#_pre_commit
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm exec lint-staged
|
||||
Loading…
Add table
Add a link
Reference in a new issue