aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-01-13 15:49:29 +0000
committerSam Potts <sam@potts.es>2020-01-13 15:49:29 +0000
commit4f263ebb1a3406dc2294f99cbc8a047b286dd829 (patch)
tree77cd397716956746cee5aad8f1b8c470ffaca180 /.vscode
parentaa51719a5534eced78e9f0f9f90bc5926673e0b5 (diff)
downloadplyr-4f263ebb1a3406dc2294f99cbc8a047b286dd829.tar.lz
plyr-4f263ebb1a3406dc2294f99cbc8a047b286dd829.tar.xz
plyr-4f263ebb1a3406dc2294f99cbc8a047b286dd829.zip
Added local server, package upgrades
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 81d8ad2b..5685abff 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -2,11 +2,11 @@
// 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"
+ "wayou.vscode-todo-highlight",
+ "wix.vscode-import-cost",
+ "stylelint.vscode-stylelint",
+ "pflannery.vscode-versionlens"
]
}