My goto settings for vscode and related editors setup
- install Sync Settings extension
- open command palette by pressing
ctrl+shift+p
and openSync Settings: Open the repository settings
- delete everything from file and paste below to sync from this repo:
profile: flutter # see into 'profiles/' folder # sync on remote git repository: type: git # url of the remote git repository to sync with, required url: https://github.com/niamotullah/sync_vscode.git # https # url: [email protected]:niamotullah/vscode_sync.git # ssh # branch to sync on, optional (set to `master` by default) branch: vscode # see below for available profiles in this branchLearn more about
Sync Settings
extension here
- run
Sync Settings: Download (repository -> user)
- it should ask for necessery github access pass-key if required
To save your settings after modification, just run Sync settings: Upload
from command palette. This will upload modified settings to the repo difined in url
and branch
- fix
cron tasks
auto sync without promting for the password everytime