Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.22 KB

My goto settings for vscode and related editors setup

Usage

  • install Sync Settings extension
  • open command palette by pressing ctrl+shift+p and open Sync 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 branch

Learn 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

Todo

  • fix cron tasks auto sync without promting for the password everytime