https://github.com/qodesmith/openvscode-server-settings
https://github.com/qodesmith/openvscode-server-settings
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qodesmith/openvscode-server-settings
- Owner: qodesmith
- License: other
- Created: 2024-05-08T19:54:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T14:30:37.000Z (about 2 years ago)
- Last Synced: 2025-01-24T22:42:44.829Z (over 1 year ago)
- Language: TypeScript
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openvscode-server-settings
[openvscode-server](https://github.com/gitpod-io/openvscode-server) persists
settings in the browser's indexedDB rather than a `settings.json` file on the
file system. This makes it difficult to start VS Code with initial settings.
This plugin solves that issue by dynamically updating VS Code's configuration
at startup.
## How to use
Add a `settings.json` file to a `/vscode-settings` directory on your host
machine and this plugin will read it and add its contents to VS Code's settings
when it starts up. All settings have to be valid (i.e. no arbitrary values).
If you have settings for other plugins (such as eslint, prettier, etc.), make
sure to _install those plugins first_ in your Dockerfile.