mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update docs for Atom/VSCode; other improvements
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 129037e34b...48ef737b6c
@ -1,3 +1,3 @@
|
||||
.pioenvs
|
||||
.piolibdeps
|
||||
.vscode/browse.vc.db*
|
||||
.vscode
|
||||
|
@ -66,7 +66,7 @@ def generate_boards(boards, extend_debug=False):
|
||||
- RAM""")
|
||||
|
||||
for data in sorted(boards, key=lambda item: item['id']):
|
||||
debug = [":ref:`Yes <debugging>`" if data['debug'] else ""]
|
||||
debug = [":ref:`Yes <piodebug>`" if data['debug'] else ""]
|
||||
if extend_debug and data['debug']:
|
||||
debug = []
|
||||
for name, options in data['debug']['tools'].items():
|
||||
|
Reference in New Issue
Block a user