aboutsummaryrefslogtreecommitdiff
path: root/docs/other_vscode.md
diff options
context:
space:
mode:
authorundermark5 <31358071+undermark5@users.noreply.github.com>2020-09-13 08:28:30 -0500
committerGitHub <noreply@github.com>2020-09-13 14:28:30 +0100
commit6499eb6a3c512ded96443649d66274ce1064df0f (patch)
treeae66cedbfc2e36eb71e54b4350cb486ac712daee /docs/other_vscode.md
parent2b9f200a2a0f0430e80df75b8a4d5757e6ca0374 (diff)
downloadqmk_firmware-6499eb6a3c512ded96443649d66274ce1064df0f.tar.gz
qmk_firmware-6499eb6a3c512ded96443649d66274ce1064df0f.zip
Fixed typo in vscode docs (#10303)
.vscode/c_cpp_properies.json -> .vscode/c_cpp_properties.json
Diffstat (limited to 'docs/other_vscode.md')
-rw-r--r--docs/other_vscode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_vscode.md b/docs/other_vscode.md
index d98b96bdf..d132afaab 100644
--- a/docs/other_vscode.md
+++ b/docs/other_vscode.md
@@ -48,7 +48,7 @@ This part is super simple. However, there is some configuration that we need to
48 48
49### Configuring VS Code 49### Configuring VS Code
50 50
51First, 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. 51First, 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.
52 52
53Grab [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. 53Grab [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.
54 54