Skip to content

Commit

Permalink
Merge pull request #41 from ruslanguns/Add-vscode
Browse files Browse the repository at this point in the history
Add .vscode
  • Loading branch information
ruslanguns authored Jun 22, 2022
2 parents 9666727 + 5eff066 commit 3e5bebf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.vscode
.DS_Store
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"eslint.workingDirectories": [
"./NestJS/Curso-NestJS-Fundamentos/00-Introduccion/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/00-Introduccion/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/01-Instalaciones/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/01-Instalaciones/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/02-Controllers-I/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/02-Controllers-I/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/03-Controllers-II/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/03-Controllers-II/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/04-Controllers-III/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/04-Controllers-III/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/05-Controllers-IV/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/05-Controllers-IV/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/06-Controllers-V/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/06-Controllers-V/FINAL"
]
}

0 comments on commit 3e5bebf

Please sign in to comment.