File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "editor.inlineSuggest.showToolbar" : " always" ,
3
+ "editor.quickSuggestionsDelay" : 10 ,
4
+ "editor.quickSuggestions" : {
5
+ "other" : " inline" ,
6
+ "comments" : " off" ,
7
+ "strings" : " off"
8
+ }
9
+ }
Original file line number Diff line number Diff line change 1
1
class BitoCliMacosArm < Formula
2
2
desc "Bito CLI for MacOS Arm based architecure"
3
+ version "3.4.0"
3
4
homepage "https://github.com/gitbito/CLI"
4
5
url "https://github.com/gitbito/CLI/releases/download/vm3.4.0/bito-macos-arm.tar.gz"
5
6
sha256 "0bb392ec76f59286a3e3530529b6b1734f0072ae09ea4dffd45ac9be95554b1d"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ class BitoLinuxX86 < Formula
2
2
desc "Bito CLI for Linux x86 based architecure with new version 3.5 for test"
3
3
version "3.5.0"
4
4
homepage "https://github.com/gitbito/CLI"
5
- url "https://github.com/gitbito/CLI/releases/download/v3.5 .0/bito-linux-x86.tar.gz"
6
- sha256 "27c4f990012a7f282498162ad03f160d6b6bcf00b146c7e1048ec79cdcf15d79 "
5
+ url "https://github.com/gitbito/CLI/releases/download/v3.4 .0/bito-linux-x86.tar.gz"
6
+ sha256 "be9f82619233dae8cbb96c403fb35cc745816e55f121d48ba95923ab4050f093 "
7
7
license ""
8
8
9
9
def install
You can’t perform that action at this time.
0 commit comments