# @theia/languages

> Theia - Languages Extension

Latest version **1.4.0** (published 2020-07-30) · EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 license · 0 weekly downloads

## Install

```sh
npm install @theia/languages
pnpm add @theia/languages
yarn add @theia/languages
bun add @theia/languages
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2020-07-30 |
| First published | 2017-07-24 |
| Weekly downloads | 0 |
| License | EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 476.4 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 21692 |
| Maintainers | theia |
| Keywords | theia-extension |

## Links

- npm: https://www.npmjs.com/package/@theia/languages
- Repository: https://github.com/eclipse-theia/theia
- Issues: https://github.com/eclipse-theia/theia/issues
- npm.io page: https://npm.io/package/@theia/languages

## Dependencies (8)

- [uuid](https://npm.io/package/uuid.md) ^8.0.0
- [@theia/core](https://npm.io/package/@theia/core.md) ^1.4.0
- [@types/uuid](https://npm.io/package/@types/uuid.md) ^7.0.3
- [@theia/process](https://npm.io/package/@theia/process.md) ^1.4.0
- [@theia/workspace](https://npm.io/package/@theia/workspace.md) ^1.4.0
- [monaco-languageclient](https://npm.io/package/monaco-languageclient.md) ^0.13.0
- [@theia/monaco-editor-core](https://npm.io/package/@theia/monaco-editor-core.md) ^0.19.3
- [@theia/application-package](https://npm.io/package/@theia/application-package.md) ^1.4.0

## Recent versions

- 1.4.0 (latest) — 2020-07-30
- 1.5.0-next.f673eb46 (next) — 2020-08-01
- 0.4.0-testnext.d1b1bc8c (testnext) — 2019-01-22
- 1.5.0-next.09ef844b — 2020-07-31
- 1.5.0-next.e99e386d — 2020-07-30
- 1.4.0-next.db34c988 — 2020-07-30
- 1.4.0-next.89694867 — 2020-07-28
- 1.4.0-next.fd239889 — 2020-07-23
- 1.4.0-next.da73ae13 — 2020-07-23
- 1.4.0-next.9a61b776 — 2020-07-22
- 1.4.0-next.a833e50f — 2020-07-21
- 1.4.0-next.ac06ac9c — 2020-07-20
- 1.4.0-next.349fd069 — 2020-07-17
- 1.4.0-next.beb68c7f — 2020-07-16
- 1.4.0-next.9afc8191 — 2020-07-16
- … 2171 more at https://npm.io/package/@theia/languages/versions

## README

> Deprecated since 1.4.0 - in order to remove monaco-languageclient, 
use VS Code extensions to contribute language smartness: https://code.visualstudio.com/api/language-extensions/language-server-extension-guide

<div align='center'>

<br />

<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />

<h2>THEIA - LANGUAGES EXTENSION</h2>

<hr />

</div>

## Description

The `@theia/languages` extension provides functionality to interact with language specific extensions built using LSP.
The extension provides high-level functionality such as the ability to:
- Start a language-server
- Stop a language-server
- Restart a language-server
- Update the verbosity of a language-server's traces (which can be viewed in the `output` view)

## Additional Information

- [API documentation for `@theia/languages`](https://eclipse-theia.github.io/theia/docs/next/modules/languages.html)
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
- [Theia - Website](https://theia-ide.org/)

## License

- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)

## Trademark
"Theia" is a trademark of the Eclipse Foundation
https://www.eclipse.org/theia


# Theia - Languages Extension

See [here](https://www.theia-ide.org/doc/index.html) for a detailed documentation.

## License
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)

---
_Source: https://npm.io/package/@theia/languages · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
