@yaegassy/coc-ty 0.3.0 → 0.3.1
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/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaegassy/coc-ty",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "coc.nvim extension with support for the ty type checker and language server.",
|
|
5
5
|
"author": "yaegassy <yosstools@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
"scope": "resource",
|
|
139
139
|
"type": "string"
|
|
140
140
|
},
|
|
141
|
+
"ty.showSyntaxErrors": {
|
|
142
|
+
"default": true,
|
|
143
|
+
"markdownDescription": "Whether to show syntax error diagnostics.",
|
|
144
|
+
"scope": "window",
|
|
145
|
+
"type": "boolean"
|
|
146
|
+
},
|
|
141
147
|
"ty.importStrategy": {
|
|
142
148
|
"default": "fromEnvironment",
|
|
143
149
|
"markdownDescription": "Strategy for loading the `ty` executable. `fromEnvironment` picks up ty from the environment, falling back to the bundled version if needed. `useBundled` uses the version bundled with the extension.",
|