[fr] add .vscode option folder to gitignore and french translated files#98
[fr] add .vscode option folder to gitignore and french translated files#98ManuSquall wants to merge 3 commits intomicrosoft:mainfrom
Conversation
…d translated files
Translation of Nightly Builds.mdtitle: Nightly Builds translatable: trueA Nightly Branch Builds TypeScript's Using npmnpm install -g typescript@nextUpdate your IDE to use Nightly BuildsYou can also update your IDE to use the Nightly Builds. The rest of this section assumes that Visual Studio CodeUpdate "typescript.tsdk": "<chemin vers votre dossier>/node_modules/typescript/lib"More information is available at VSCode documentation. Sublime TextUpdate the file "typescript_tsdk": "<chemin vers votre dossier>/node_modules/typescript/lib"More information is available in the TypeScript plug-in installation documentation for Sublime Text. Visual Studio 2013 and 2015
The nightly build does not currently include the full configuration of the plug-in, but we are also working on the release of a nigthly installer.
For VS 2015: VSDevMode.ps1 14 -tsScript <chemin vers votre dossier>/node_modules/typescript/libFor VS 2013: VSDevMode.ps1 12 -tsScript <chemin vers votre dossier>/node_modules/typescript/libIntelliJ IDEA (Mac)Go to
IntelliJ IDEA (Windows)Go to
Translation of intro.mdheader: Introduction to the TSConfig reference firstLine: A TSConfig file in a directory indicates that the directory is the root of a TypeScript or JavaScript project...A TSConfig file in a directory indicates that the directory is the root of a TypeScript or JavaScript project. This page covers all the different options available in a TSConfig file. There are over 100 options, and this page is not designed to be read from top to bottom. Instead, it has five main sections:
If you start a TSConfig from scratch, you might consider using |
|
Thanks for the PR! This section of the codebase is owned by @ManuSquall and @Ascor8522 - if they write a comment saying "LGTM" then it will be merged. |
add .vscode option folder to gitignore, Nightly Builds.md and intro.md french translated files