Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Main #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Main #124

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Consulte https://go.microsoft.com/fwlink/?LinkId=733558
// para ver la documentación sobre el formato tasks.json
"version": "2.0.0",
"tasks": [
{
"type": "markdownlint",
"problemMatcher": [
"$markdownlint"
],
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}