Updated VS Code (markdown)

master
Andrew Leech 2024-02-02 09:31:42 +11:00
rodzic 0df961cabb
commit 49f92c017f
1 zmienionych plików z 1 dodań i 1 usunięć

@ -2,7 +2,7 @@ Visual Studio Code, also commonly referred to as VS Code, is a source-code edito
In the Stack Overflow 2022 Developer Survey, Visual Studio Code was ranked the most popular developer environment tool among 71,010 respondents, with 74.48% reporting that they use it.
While there isn't an official plugin for micropython, the official python plugins can be set up to be quite helpful, devcontainer support can be used to make compilation easier and the built in terminal can be used to communicate with your board via mpremote etc.
While there isn't an official plugin for micropython, the official python plugins can be set up to be quite helpful while the built in terminal can be used to communicate with your board via mpremote etc. VSCode devcontainer support can be used to make compilation easier to simplify getting built toolchains set up to match each port.
# VS Code settings & Python plugin
All project-specific vscode settings are stored in a `<myproject>/.vscode/settings.json` file which can be editing manually, or via the gui settings editor in vscode.