@wiptheia/preferences

0.3.101529329103 • Public • Published

Theia - Preferences Extension

This package includes preferences implementation for the preferences api defined in @wiptheia/core. This provides two preference providers, one for the user home directory, and one for the workspace, which has precedence over the previous one. To set preferences, create or edit a settings.json under the .theia folder located either in the user home, or the root of the workspace.

Example of a settings.json below:

{
    // Enable/Disable the line numbers in the monaco editor
	"editor.lineNumbers": "off",
    // Tab width in the editor
	"editor.tabSize": 4,
	"files.watcherExclude": "path/to/file"
}

License

Apache-2.0

Readme

Keywords

Package Sidebar

Install

npm i @wiptheia/preferences

Weekly Downloads

28

Version

0.3.101529329103

License

Apache-2.0

Unpacked Size

95.5 kB

Total Files

34

Last publish

Collaborators

  • eclipse_che
  • florentbenoit