mediamonks/pota

Cannot initialise JS/TS language features in Vue project on VSCode

Closed this issue · 1 comments

Steps to recreate:

  1. run 'npx @mediamonks/porter create vue my-vue-app'
  2. Open in VSCode
    (3. Add TS syntax)

In the first screenshot below, you can see the in-built VSCode JS/TS language features extension is loading in the porter vue project (left) but has already leaded and therefore disappeared from the status bar in another project (right).

I also used porter to create a react skeleton project, and the language features initialised successfully.

In Screenshot #2 I've added a simple function with typed parameters, but my IDE doesn't recognise type declaration TS syntax. Presumably this is because it's failing to iniatilise those language features.

Screenshot 2021-03-03 at 11 15 27

Screenshot 2021-03-03 at 11 16 04

psimk commented

Should be fixed as part of 764c6ff