Bassmann
11/04/2022, 2:45 PMsettings.json
file organized? I ended now with a long list of non-sorted entries which makes it almost impossible to compare settings between installations. My current issue are differences in behaviour between a Dendron installation on a mac and on a windows systemkevins8
11/04/2022, 8:30 PM// ==
to separate my settings. this makes it possible to use search editor to search for ==
to sort by categories
json
5 results - 1 file
~/Library/Application Support/Code - Insiders/User/settings.json:
1 {
2: // == Workbench
3 // adds a blue underline to tabs, makes them easier to distinguish
7 },
8: // == Editor
9 "editor.lineNumbers": "relative",
12 "editor.unusualLineTerminators": "off",
13: // == Unsorted
14 "workbench.editor.enablePreview": false,
30 "debug.onTaskErrors": "debugAnyway",
31: // === Language Specific
32 "[typescript]": {
60 },
61: // === Extensions
62 "markdownSnippets.markdownFolder": "/Users/kevinlin/workspaces/kevin-garden/templates",
d1onys1us
11/04/2022, 8:33 PMfeat
fix
etc unaligns the scope in other cases.
also it should be easy to generate a changelog from this. however this does nothing in terms of the semantic versioning, which is a bit of a tradeoff.
i was also always annoyed by the usage of two redundant verbs, like chore: fix up the blah
, like is it a chore or a fix. anyways. thats my rantcodemuncher
11/05/2022, 6:24 AMcodemuncher
11/05/2022, 6:24 AMcodemuncher
11/05/2022, 6:25 AMd1onys1us
11/06/2022, 2:32 AMkevins8
11/06/2022, 3:17 PMd1onys1us
11/10/2022, 5:33 PMPaul_J
11/11/2022, 10:53 AMNULL
11/12/2022, 1:32 AMNULL
11/12/2022, 1:33 AMNULL
11/12/2022, 1:34 AMPreston
11/13/2022, 7:48 AMmjsisley
11/18/2022, 3:07 AMTonino
11/21/2022, 2:54 PMBassmann
11/21/2022, 7:46 PMd1onys1us
11/22/2022, 2:13 PMkevins8
11/22/2022, 4:55 PMd1onys1us
11/22/2022, 5:25 PMd1onys1us
11/22/2022, 5:25 PMmichaelvolk
11/22/2022, 5:26 PMkevins8
11/22/2022, 6:24 PMkevins8
11/22/2022, 6:24 PMd1onys1us
11/24/2022, 12:03 AMdagriefaa
11/24/2022, 5:13 AMTimIntegration
11/24/2022, 6:37 PMBill808
11/28/2022, 12:29 PMd1onys1us
11/30/2022, 6:36 PM