mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 09:53:45 +08:00
Work on VS Code settings
This commit is contained in:
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@@ -30,6 +30,18 @@
|
||||
"windows": {
|
||||
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app && mkdir build && cd build && cmake .."
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Generate documentation",
|
||||
"type": "shell",
|
||||
"problemMatcher": [],
|
||||
"group": "none",
|
||||
"linux": {
|
||||
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app/build && cmake --build . --target lwipdocs"
|
||||
},
|
||||
"windows": {
|
||||
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app/build && cmake --build . --target lwipdocs"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user