diff options
author | 2021-06-10 10:30:48 -0600 | |
---|---|---|
committer | 2021-06-10 10:30:48 -0600 | |
commit | a660e49f80accbc4e18f48cc10bf23a239f711fe (patch) | |
tree | 7f6652556315008cef020dd3ef4ef3c298a2da13 /tools | |
parent | 047b0fcc6cbe722fd0f3d8ca7894e7986f004302 (diff) | |
download | astro-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.json | 2 |
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", |