mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
Merge pull request #9049 from streetwriters/chore/disable-rebase-when-sync
config: disable rebase when sync vscode setting
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -11,5 +11,5 @@
|
|||||||
"cache": true,
|
"cache": true,
|
||||||
"cacheStrategy": "content"
|
"cacheStrategy": "content"
|
||||||
},
|
},
|
||||||
"git.rebaseWhenSync": true
|
"git.rebaseWhenSync": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user