summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-06-10 10:30:48 -0600
committerGravatar GitHub <noreply@github.com> 2021-06-10 10:30:48 -0600
commita660e49f80accbc4e18f48cc10bf23a239f711fe (patch)
tree7f6652556315008cef020dd3ef4ef3c298a2da13 /tools
parent047b0fcc6cbe722fd0f3d8ca7894e7986f004302 (diff)
downloadastro-a660e49f80accbc4e18f48cc10bf23a239f711fe.tar.gz
astro-a660e49f80accbc4e18f48cc10bf23a239f711fe.tar.zst
astro-a660e49f80accbc4e18f48cc10bf23a239f711fe.zip
Add integration test for templates (#372)
Diffstat (limited to 'tools')
-rw-r--r--tools/astro-vscode/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/astro-vscode/package.json b/tools/astro-vscode/package.json
index be3460977..d947c90ee 100644
--- a/tools/astro-vscode/package.json
+++ b/tools/astro-vscode/package.json
@@ -24,7 +24,7 @@
"onLanguage:astro"
],
"dependencies": {
- "astro-languageserver": "file:../astro-languageserver"
+ "astro-languageserver": "^0.4.0"
},
"devDependencies": {
"@types/vscode": "^1.52.0",