Skip to content

Request: add TypeScript support for UWP projects in Visual Studio #8950

@carlpaten-ivadolabs

Description

@carlpaten-ivadolabs

It's not at all obvious right now how to:

  1. Write a UWP app in TypeScript;
  2. Debug that app.

A prepared template would be lovely for this.


Workaround for the debugging issues in VS 2015.2 and 2015.3 (s/o @minestarks):

I assume you're running in an English locale here, otherwise I don't think the workaround is applicable.

Close VS.
In an administrator command prompt:

cd %ProgramFiles(x86)%\msbuild\microsoft\visualstudio\v14.0\typescript
mkdir en
copy *.xaml en
copy TypeScript.Tasks.dll en\TypeScript.Tasks.resources.dll

Now open your UWP project again, the TS files should be visible and building when you build your project.

Metadata

Metadata

Assignees

Labels

CommittedThe team has roadmapped this issueFixedA PR has been merged for this issueSuggestionAn idea for TypeScriptVisual StudioIntegration with Visual Studio

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions