Skip to content

Commit

Permalink
Fixed typo in vscode docs (qmk#10303)
Browse files Browse the repository at this point in the history
.vscode/c_cpp_properies.json -> .vscode/c_cpp_properties.json
  • Loading branch information
undermark5 authored Sep 13, 2020
1 parent c40b469 commit 7d8b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This part is super simple. However, there is some configuration that we need to

### Configuring VS Code

First, we need to set up IntelliSense. This isn't strictly required, but it will make your life a LOT easier. To do this, we need to create the `.vscode/c_cpp_properies.json` file in the QMK Firmware folder, You can do this all manually, but I've done most of the work already.
First, we need to set up IntelliSense. This isn't strictly required, but it will make your life a LOT easier. To do this, we need to create the `.vscode/c_cpp_properties.json` file in the QMK Firmware folder, You can do this all manually, but I've done most of the work already.

Grab [this file](https://gist.github.com/drashna/48e2c49ce877be592a1650f91f8473e8) and save it. You may need to edit this file, if you didn't install MSYS2 to the default location, or are using WSL/LxSS.

Expand Down

0 comments on commit 7d8b553

Please sign in to comment.