Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adds tasks.json to easily use VSCode with TypeScript sources #3156

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

Merged
merged 2 commits into from
May 19, 2015

Conversation

rbuckton
Copy link
Contributor

No description provided.

// ${fileBasename}: the current opened file's basename
// ${fileDirname}: the current opened file's dirname
// ${fileExtname}: the current opened file's extension
// ${cwd}: the current working directory of the spawned process
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it only VSCode that uses this tasks.json? I know that VSCode permits comments in json, but does anything else consume this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is only VSCode that uses this.

@vladima
Copy link
Contributor

vladima commented May 14, 2015

👍

@DanielRosenwasser
Copy link
Member

Can we make this use 4 spaces to be consistent with the rest of our json files?

rbuckton added a commit that referenced this pull request May 19, 2015
Adds tasks.json to easily use VSCode with TypeScript sources
@rbuckton rbuckton merged commit a1406bf into master May 19, 2015
@rbuckton rbuckton deleted the codeSettings branch May 19, 2015 17:58
Eyas added a commit to Eyas/TypeScript that referenced this pull request Sep 13, 2015
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds
.vscode ignores to .gitignore with an override for tasks.json per microsoft#3156.
Eyas added a commit to Eyas/TypeScript that referenced this pull request Sep 13, 2015
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds
.vscode ignores to .gitignore with an override for tasks.json per microsoft#3156,
and removes vscode override for .settings
MartyIX pushed a commit to MartyIX/TypeScript that referenced this pull request Sep 29, 2015
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds
.vscode ignores to .gitignore with an override for tasks.json per microsoft#3156,
and removes vscode override for .settings
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants