Skip to content

[PL] nightly builds translation #57

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 1 commit into from
Mar 14, 2021

Conversation

TomWebwalker
Copy link
Contributor

Refers to: #9

@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @msieroslawska and @TomWebwalker - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link
Contributor

Translation of Nightly Builds.md

title: Night Compilation
layout: docs
permalink: /pl//docs/handbook/nightly-builds.html
oneline: How to use typescript night compilation

translatable: true

Night compilation from the "master" branch TypeScript is published at midnight PST to npm.
Here's how you can download and use it with your tools.

Using e.g.

npm install -g typescript@next

By updating the IDE to use nightly builds

You can also update your IDE to take advantage of the night dump.
First you need to install the package by npm.
You can install npm globally or in your local folder node_modules.

The rest of this section assumes that the typescript@next is already installed.

Visual Studio Code

Update file .vscode / settings.jsonAdding:

"typescript.tsdk": "<ścieżka do twojego folderu>/node_modules/typescript/lib"

For more information, see VSCode Documentation.

Sublime Text

Update file Settings - UserAdding:

"typescript_tsdk": "<ścieżka do twojego folderu>/node_modules/typescript/lib"

For more information, see Documentation for installing typescript plug-in for Sublime Text.

Visual Studio 2013 and 2015

Note: Most changes do not require you to install a new version of vs typescript.

The night version currently does not include the full configuration of the plugin, but we are also working on the publication of the installer every night.

  1. Download the script VSDevMode.ps1.

    See also our wiki page on using a custom language service file.

  2. In the PowerShell command window, run:

For VS 2015:

VSDevMode.ps1 14 -tsScript <ścieżka do twojego folderu>/node_modules/typescript/lib

For VS 2013:

VSDevMode.ps1 12 -tsScript <ścieżka do twojego folderu>/node_modules/typescript/lib

IntelliJ IDEA (Mac)

Go to Preferences > Languages & Frameworks > TypeScript:

TypeScript Version: if installed with npm: /usr/local/lib/node_modules/typescript/lib

IntelliJ IDEA (Windows)

Go to File > Settings > Languages & Frameworks > TypeScript:

TypeScript Version: if installed with npm: C:\Users\USERNAME\AppData\Roaming\npm\node_modules\typescript\lib

Generated by 🚫 dangerJS against c6a93ec

@TomWebwalker
Copy link
Contributor Author

LGTM

@github-actions github-actions bot merged commit 5a7ed53 into microsoft:main Mar 14, 2021
@github-actions
Copy link
Contributor

Merging because @TomWebwalker is a code-owner of all the changes - thanks!

@TomWebwalker TomWebwalker deleted the pl-nightly-builds branch March 14, 2021 19:31
@TomWebwalker
Copy link
Contributor Author

@msieroslawska I already merged It by mistake, please verify the file and write if there is something wrong.

@msieroslawska
Copy link

@TomWebwalker I don't see any issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants