Skip to content

Commit

Permalink
typescript: add vue plugin (#97)
Browse files Browse the repository at this point in the history
This plugin is required by typescript-language-server to properly parse
and handle Vue files.

See: vuejs/language-tools#3925
  • Loading branch information
WhyNotHugo authored Mar 4, 2024
1 parent 407cfbe commit 6a335da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/tsserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apk add --no-cache \
npm \
&& npm install -g \
typescript-language-server \
@vue/typescript-plugin \
typescript

CMD [ "typescript-language-server", "--stdio" ]

0 comments on commit 6a335da

Please sign in to comment.