Skip to content

Commit feb5e67

Browse files
committed
Add entry for location of configuration
Closes #6324.
1 parent e37b352 commit feb5e67

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/FAQ.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,20 @@ docs](https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions--marke
192192

193193
## Where are extensions stored?
194194

195-
Extensions are store, by default, to `~/.local/share/code-server/extensions`.
195+
Extensions are stored in `~/.local/share/code-server/extensions` by default.
196196

197-
If you set the `XDG_DATA_HOME` environment variable, the data directory will be
198-
`$XDG_DATA_HOME/code-server/extensions`. In general, we try to follow the XDG directory spec.
197+
On Linux and macOS if you set the `XDG_DATA_HOME` environment variable, the
198+
extensions directory will be `$XDG_DATA_HOME/code-server/extensions`. In
199+
general, we try to follow the XDG directory spec.
200+
201+
## Where is VS Code configuration stored?
202+
203+
VS Code configuration such as settings and keybindings are stored in
204+
`~/.local/share/code-server` by default.
205+
206+
On Linux and macOS if you set the `XDG_DATA_HOME` environment variable, the data
207+
directory will be `$XDG_DATA_HOME/code-server`. In general, we try to follow the
208+
XDG directory spec.
199209

200210
## How can I reuse my VS Code configuration?
201211

0 commit comments

Comments
 (0)