File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,20 @@ docs](https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions--marke
192
192
193
193
# # Where are extensions stored?
194
194
195
- Extensions are store, by default, to `~/.local/share/code-server/extensions`.
195
+ Extensions are stored in `~/.local/share/code-server/extensions` by default .
196
196
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.
199
209
200
210
# # How can I reuse my VS Code configuration?
201
211
You can’t perform that action at this time.
0 commit comments