diff options
author | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 21:50:25 +0100 |
---|---|---|
committer | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 21:50:25 +0100 |
commit | 8047228ff0bf9a738000c6ca2b354f7acf46985a (patch) | |
tree | 47e0b5e122ec084a7f309ae37b7c99174b8958d0 /.vscode |
init commit
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/extensions.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..0f0d740 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide"
+ ]
+}
|