Files
theia-code-os/packages/getting-started/README.md
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

40 lines
1.5 KiB
Markdown

<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>ECLIPSE THEIA - GETTING-STARTED EXTENSION</h2>
<hr />
</div>
## Description
The `@theia/getting-started` extension contributes a default `getting-started` widget which is displayed whenever
opening the application without any workspace present or if the widget is explicitly opened (through the menu or command).
The `getting-started` widget provides useful commands and functionality for quickly getting up to speed with the application. For example:
- `open commands`: commands which are used to open files, folders, and workspaces quickly.
- `recent workspaces`: recently used workspaces are listed for easy and quick access.
- `settings commands`: commands which are used to open the preferences and keyboard shortcuts widgets.
- `help`: useful links pointing to documentation and/or guides.
## Additional Information
- [API documentation for `@theia/getting-started`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_getting-started.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>