added after install and syncLocalSettings.json

This commit is contained in:
2022-08-03 21:59:52 +02:00
parent a1f57b67b8
commit ab3820fe8c
5 changed files with 64 additions and 1 deletions

20
docs/afterinstall.md Normal file
View 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"
],
```