Skip to content

Commit

Permalink
chore(lint): fix lint issue with json settings of vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Mar 12, 2024
1 parent 9a45675 commit 4cdd4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
//-- Used for: Git, Code Quality -----------------------------------------------
//
"vivaxy.vscode-conventional-commits",
"codezombiech.gitignore",
"codezombiech.gitignore"
]
}
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"autoReload": {
"enable": true
}
},
}
],
"inputs": [
{
Expand All @@ -48,7 +48,7 @@
"${userHome}",
"${cwd}",
"${selectedText}",
"",
""
],
"default": "${fileDirname}"
},
Expand Down

0 comments on commit 4cdd4dc

Please sign in to comment.