question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work in Visual Studio 2017 15.7.4 with TypeScript SDK 2.9.2 installed

See original GitHub issue

I have a Visual Studio 2017 project with .ts files that contain html literals.

In my package.json I have:

  "devDependencies": {
    "typescript": "^2.9.2",
    "typescript-lit-html-plugin": "^0.3.1"
  }

In my tsconfig.json I have:

    "plugins": [
      {
        "name": "typescript-lit-html-plugin",
        "tags": [
          "html",
          "svg",
          "raw"
        ]
      }
    ]

When editing .ts files the literals are just strings.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:23 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
JNotelddimcommented, Jan 3, 2019

@amcasey sorry, yeah i realized my mistake soon after i posted that and deleted my comment.

I got sidetracked but, I updated to 15.9.4 (I couldn’t find an easy way to just go to 15.8) and the plugin is working! 😃 (auto-closing tags and formatting support still doesn’t seem to be working - but intellisense, folding, and quickinfo are!)

Thanks a bunch for both of your guys’ help!

0reactions
mjbvzcommented, Jan 4, 2019

Thanks for the follow up. I’ve documented the required VS version

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeScript 2.9.2 for Visual Studio 2017
It includes both the TypeScript experience for Visual Studio and a standalone compiler that can be used from the command line. Works with....
Read more >
Visual Studio 2017 15.7 Release Notes - Microsoft Learn
Release notes for the latest features and improvements in Visual Studio 2017 v15.7. Plan better, code together and ship faster with Visual ...
Read more >
Visual Studio 2017 version 15.7.0 Minor Release is now ...
Microsoft releases Visual Studio 2017 version 15.7.0 minor release update to all the editions of Visual Studio 2017 with many new features ...
Read more >
TypeScript version mismatch in Visual Studio 2019
Now you can just install NuGet package Microsoft.TypeScript.MSBuild. Then you don't need to install the SDK separately and it is recommended by ...
Read more >
Microsoft.TypeScript.MSBuild 4.9.4 - NuGet
Version Downloads Last updated 4.9.4 23,880 19 days ago 4.9.3 39,175 a month ago 4.9.2‑rc 890 2 months ago
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found