mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
added after install and syncLocalSettings.json
This commit is contained in:
20
docs/afterinstall.md
Normal file
20
docs/afterinstall.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# after install
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Set up vscode settings sync + globalstorage](#set-up-vscode-settings-sync--globalstorage)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
## Set up vscode settings sync + globalstorage
|
||||
|
||||
After setting up settings sync make sure that the "ignoreUploadFolders" in [~/.config/Code/User/syncLocalSettings.json](~/.config/Code/User/syncLocalSettings.json) includes "globalstorages":
|
||||
|
||||
```sh
|
||||
"ignoreUploadFolders": [
|
||||
"workspaceStorage",
|
||||
"History",
|
||||
"globalStorage",
|
||||
"GlobalStorage"
|
||||
],
|
||||
```
|
Reference in New Issue
Block a user