Cannot initialise JS/TS language features in Vue project on VSCode
Closed this issue · 1 comments
crevulus commented
Steps to recreate:
- run 'npx @mediamonks/porter create vue my-vue-app'
- 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.