@yaegassy/coc-ty 0.2.1 → 0.2.2
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 +1 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaegassy/coc-ty",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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",
|
|
@@ -124,12 +124,6 @@
|
|
|
124
124
|
"scope": "resource",
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
-
"ty.experimental.rename": {
|
|
128
|
-
"default": false,
|
|
129
|
-
"markdownDescription": "Enable experimental support for renaming symbols in ty.",
|
|
130
|
-
"scope": "window",
|
|
131
|
-
"type": "boolean"
|
|
132
|
-
},
|
|
133
127
|
"ty.importStrategy": {
|
|
134
128
|
"default": "fromEnvironment",
|
|
135
129
|
"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.",
|