astro-vscode 0.7.8 → 0.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [553969e]
8
+ - Updated dependencies [b4c1b70]
9
+ - @astrojs/language-server@0.7.12
10
+
11
+ ## 0.7.11
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [02bcb91]
16
+ - @astrojs/language-server@0.7.11
17
+
18
+ ## 0.7.10
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [1958d51]
23
+ - Updated dependencies [f558e54]
24
+ - @astrojs/language-server@0.7.10
25
+
26
+ ## 0.7.9
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [6c952ae]
31
+ - @astrojs/language-server@0.7.9
32
+
3
33
  ## 0.7.8
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "color": "#FFBE2D",
9
9
  "theme": "dark"
10
10
  },
11
- "version": "0.7.8",
11
+ "version": "0.7.12",
12
12
  "author": "Astro",
13
13
  "license": "MIT",
14
14
  "publisher": "astro-build",
@@ -24,7 +24,7 @@
24
24
  "onLanguage:astro"
25
25
  ],
26
26
  "dependencies": {
27
- "@astrojs/language-server": "0.7.8",
27
+ "@astrojs/language-server": "0.7.12",
28
28
  "@astrojs/ts-plugin": "0.1.0",
29
29
  "vscode-emmet-helper": "2.1.2",
30
30
  "vscode-html-languageservice": "^3.0.3",
package/readme.md ADDED
@@ -0,0 +1,7 @@
1
+ # Astro VSCode extension
2
+
3
+ This extension provides language support for `.astro` files.
4
+
5
+ ## Settings
6
+
7
+ You can disable most features in the extension by going to your workspace settings page. Under __Extension__ find Astro configuration and uncheck the feature you do not want. For example to disable error messages unselect __TypeScript > Diagnostics: Enable__.