aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2018-01-09 18:52:36 +1100
committerSam Potts <me@sampotts.me>2018-01-09 18:52:36 +1100
commite6badacf0d83b62e97606c8d718317999139e2d0 (patch)
tree0fea768b643812426e8a2a40e2dd537c79d51e0f
parenta0d9d5eca8141973c1ed3bb3f5a6a0851657b240 (diff)
downloadplyr-e6badacf0d83b62e97606c8d718317999139e2d0.tar.lz
plyr-e6badacf0d83b62e97606c8d718317999139e2d0.tar.xz
plyr-e6badacf0d83b62e97606c8d718317999139e2d0.zip
Recommended extensions for VS Code
-rw-r--r--.vscode/extensions.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000..81d8ad2b
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,12 @@
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
+ "dbaeumer.vscode-eslint",
+ "wix.vscode-import-cost",
+ "esbenp.prettier-vscode",
+ "shinnn.stylelint",
+ "wayou.vscode-todo-highlight"
+ ]
+}