diff options
author | Thijs Triemstra <info@collab.nl> | 2020-07-26 14:54:18 +0200 |
---|---|---|
committer | Thijs Triemstra <info@collab.nl> | 2020-07-26 14:54:18 +0200 |
commit | 8bfcd2abb3c4869133c56ebe262c2ecf93abeb23 (patch) | |
tree | e2cf63e10fc540702e3898528e7cf5975b34350b /.vscode | |
parent | add documentation from example (diff) | |
download | ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.gz ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.bz2 ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.lz ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.xz ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.tar.zst ADS1115_WE-8bfcd2abb3c4869133c56ebe262c2ecf93abeb23.zip |
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"
+ ]
+}
|