2.0.26 • Published 12 months ago

@vue/typescript-plugin v2.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

typescript plugin

This is a plug-in for tsserver or typescript-language-server. It must be installed in a file-system location accessible by the language server or in the node_modules directory of projects being edited.

The LSP client must be configured to explicitly enable this plug-in. This is done by passing initializationOptions with the appropriate plugins configuration to the language server:

"initializationOptions":  {
    "plugins": [
        {
          "name": "@vue/typescript-plugin",
          "location": "/usr/local/lib/node_modules/@vue/language-server",
          "languages": ["vue"],
        },
    ],
  },

The languages field must specify file-types for which the plug-in will be enabled. If the plug-in package is installed in the local node_modules, the location field may contain any arbitrary string, but MUST be present.

Client-specific configuration

3.0.0-alpha.0

3 months ago

2.2.8

4 months ago

2.2.4

4 months ago

2.2.6

4 months ago

2.2.2

4 months ago

2.2.0

6 months ago

2.1.8

8 months ago

2.1.10

8 months ago

2.1.2

10 months ago

2.1.4

10 months ago

2.1.6

10 months ago

2.1.5

10 months ago

2.1.0

10 months ago

2.0.29

11 months ago

2.0.28

11 months ago

2.0.23-alpha.0

12 months ago

2.0.23-alpha.1

12 months ago

2.0.26-alpha.0

12 months ago

2.0.26-alpha.2

12 months ago

2.0.26-alpha.1

12 months ago

2.0.26

12 months ago

2.0.24

12 months ago

2.0.22

12 months ago

2.0.20

1 year ago

2.0.21

1 year ago

2.0.19

1 year ago

2.0.18

1 year ago

2.0.17

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago