Updated VS Code (markdown)

David Lechner 2023-05-25 12:45:33 -05:00
parent 295912cfc2
commit f089237fd4
1 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ pip install -U micropython-stm32-stubs==1.20.* --target ./tools/typings --no-use
This can then be referenced in the settings file below.
Here's a copy of my `.vscode/settings.json` files:
``` json
``` jsonc
{
"python.linting.enabled": true,
"python.languageServer": "Pylance",
@ -63,7 +63,7 @@ VS Code [devcontainer](https://code.visualstudio.com/docs/devcontainers/containe
This can be set up quickly by adding a `.devcontainer.json` file to the root folder of your project, after which VS Code will ask in a popup if you want to re-open your project in the container.
Here's an example `.devcontainer.json` micropython project file you could base yours on:
``` json
``` jsonc
{
"name": "Micropython Project",
"image": "micropython/unix:latest",