File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,19 +7,26 @@ Currently, I work both on my laptop and PC and regularly switch between them (sw
77
88So I deciced to make this extension which will, hopefully, solve this problem of mine.
99
10+ ## Local developement
11+
12+ - Create ` .env ` file in ` server/ ` and set ` DATABASE_URL `
13+ - ` pnpm install ` in root, ` server/ ` and ` solid/ `
14+ - ` pnpm build:watch ` in root, ` pnpm dev ` in ` server/ ` and ` pnpm build:watch ` in ` solid/ `
15+
1016## Features
1117
1218- [x] Synchronize staged, unstaged, tracked and untracked file changes
1319- [ ] Manage multiple projects
14- - [ ] Manual two-way or Auto synchronization
20+ - [ ] Manual two-way synchronization
21+ - [ ] Auto synchronization
1522
1623## Requirements
1724
1825- Following should be same (otherwise, ` git apply ` will fail since indexes will be different):
1926 - project
2027 - branch
2128 - commit
22- - VS Code: 1.63 .0 or above (TODO: Lower)
29+ - VS Code: 1.69 .0 or above (TODO: Lower)
2330
2431## Extension Settings
2532
You can’t perform that action at this time.
0 commit comments