mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: improve v check-md
by checking for broken TOC headline links (#10417)
This commit is contained in:

committed by
GitHub

parent
90d04b0ce6
commit
7983495c57
@ -23,7 +23,7 @@ provides V language support for Visual Studio Code.
|
||||
[install V compiler](https://github.com/vlang/v/blob/master/doc/docs.md#install-from-source)
|
||||
on your operating system.
|
||||
|
||||
### Setup
|
||||
### Setup Extention
|
||||
|
||||
Install [V VS Code Extention](https://marketplace.visualstudio.com/items?itemName=vlanguage.vscode-vlang).
|
||||
|
||||
@ -45,7 +45,7 @@ for Visual Studio Code provides visual conditional debugging.
|
||||
[DWARF](https://en.wikipedia.org/wiki/DWARF) information to show and
|
||||
edit the variable.
|
||||
|
||||
### Setup
|
||||
### Setup Debugging
|
||||
|
||||
1. Install the [C/C++ Extention](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
|
||||
2. Open `RUN AND DEBUG` panel (Debug Icon in left panel).
|
||||
|
Reference in New Issue
Block a user