this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add syncthing to brewfile

Minor VSCode updates

+8 -4
+6 -3
.Brewfile
··· 68 68 # Helper app for REST queries 69 69 cask "insomnia" 70 70 71 - # Packet capture tool 72 - cask "wireshark" 73 - 74 71 # Terminal emulator 75 72 cask "iterm2" 76 73 77 74 # Password manager 78 75 cask "keepassxc" 79 76 77 + # File synchronization 78 + cask "syncthing" 79 + 80 80 # Text editor 81 81 cask "visual-studio-code" 82 + 83 + # Packet capture tool 84 + cask "wireshark" 82 85 83 86 # X11 compatibility layer 84 87 cask "xquartz"
+1 -1
.config/vscode/extensions.txt
··· 25 25 marko2276.yang@0.1.3 26 26 matklad.rust-analyzer@0.2.266 27 27 ms-azuretools.vscode-docker@1.4.1 28 - ms-pyright.pyright@1.1.59 28 + ms-pyright.pyright@1.1.60 29 29 ms-python.python@2020.7.96456 30 30 ms-python.vscode-pylance@2020.7.4 31 31 ms-vscode-remote.remote-ssh@0.51.0
+1
Library/Application Support/Code/User/settings.json
··· 211 211 "makecache", 212 212 "mgmt", 213 213 "nargs", 214 + "ncurses", 214 215 "nvim", 215 216 "onlyif", 216 217 "paren",