-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contribute tasks for building TypeScript #26079
Labels
plan-item
VS Code - planned item for upcoming
tasks
Task system issues
typescript
Typescript support issues
Milestone
Comments
mjbvz
added
plan-item
VS Code - planned item for upcoming
tasks
Task system issues
typescript
Typescript support issues
labels
May 5, 2017
Merged
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
May 25, 2017
Fixes microsoft#26079 Adds a task provider for building typescript projects.
mjbvz
added a commit
that referenced
this issue
May 25, 2017
* extract standardLanguageDescriptions to constant * Remove client variable * Move VersionStatus into a class * Add TSC Task Provider Fixes #26079 Adds a task provider for building typescript projects. * Make ts loading lazy
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
May 26, 2017
Follow up on microsoft#26079 Allows us to pick up all tsconfig files in a workspace for the build tasks
mjbvz
added a commit
that referenced
this issue
May 26, 2017
Follow up on #26079 Allows us to pick up all tsconfig files in a workspace for the build tasks
dbaeumer
pushed a commit
that referenced
this issue
May 26, 2017
* extract standardLanguageDescriptions to constant * Remove client variable * Move VersionStatus into a class * Add TSC Task Provider Fixes #26079 Adds a task provider for building typescript projects. * Make ts loading lazy
dbaeumer
pushed a commit
that referenced
this issue
May 26, 2017
Follow up on #26079 Allows us to pick up all tsconfig files in a workspace for the build tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
plan-item
VS Code - planned item for upcoming
tasks
Task system issues
typescript
Typescript support issues
Use the new TaskProvider API to automatically add tasks for building typescript
The text was updated successfully, but these errors were encountered: