Skip to content

Commit 03230d0

Browse files
authored
Template comments now include "To help you get started..." (microsoft#296)
1 parent 52e4e67 commit 03230d0

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ In Device Simulator Express, you can use keyboard to interact with the device:
117117

118118
To use Device Simulator Express, install the extension from the marketplace and reload VS Code.
119119

120+
To access many of the commands, you need to open the command palette. This can be done with `CTRL + SHIFT + P` for Windows and Linux / `CMD + SHIFT + P` for Mac. It can also be accessed from the toolbar by going to `View -> Command Palette`.
121+
120122
### I. Take a look at the "Device Simulator Express: Getting Started" Command.
121123
1. Type in `"Device Simulator Express: Getting Started"` in the command palette (`CTRL + SHIFT + P` / `CMD + SHIFT + P` to open the command palette).
122124
2. Choose the the device you want to play with from the dropdown.

src/templates/clue_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
To get started, check out the "Device Simulator Express: Getting Started" command in the command pallete, which you can access with `CMD + SHIFT + P` For Mac and `CTRL + SHIFT + P` for Windows and Linux.
3+
24
To learn more about the CLUE and CircuitPython, check this link out:
35
https://learn.adafruit.com/adafruit-clue/circuitpython
46

src/templates/cpx_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
To get started, check out the "Device Simulator Express: Getting Started" command in the command pallete, which you can access with `CMD + SHIFT + P` For Mac and `CTRL + SHIFT + P` for Windows and Linux.
3+
24
Getting started with CPX and CircuitPython intro on:
35
https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/circuit-playground-express-library
46

src/templates/microbit_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
To get started, check out the "Device Simulator Express: Getting Started" command in the command pallete, which you can access with `CMD + SHIFT + P` For Mac and `CTRL + SHIFT + P` for Windows and Linux.
3+
24
Get started with micro:bit and MicroPython on:
35
https://microbit-micropython.readthedocs.io/en/latest/.
46
"""

0 commit comments

Comments
 (0)