Skip to content

Help make the extensions Marketplace better for everyone. Take this survey!

| Marketplace
Sign in
Visual Studio Code>Programming Languages>TcExtensionNew to Visual Studio Code? Get it now.
TcExtension

TcExtension

maIIady

|
5 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TcExtension

Props suggestions

To enable props suggestions in vue 2.7

  1. Install @vue/runtime-dom and @vue/runtime-core (installation location doesn't matter)
pnpm i @vue/runtime-dom -g
pnpm i @vue/runtime-core -g
  1. Add this to your jsconfig.json or tsconfig.json:
{
  "vueCompilerOptions": {
    "optionsWrapper": [
      "(await import('<PATH_TO_INSTALLED_DEP>/node_modules/@vue/runtime-dom')).defineComponent(",
      ")"
    ]
  },
}

If installing globally you can get the installation path with

pnpm list --global
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft