Commit Graph

5 Commits

Author SHA1 Message Date
Travis Geiselbrecht
c79960a48c [docs] start building more comprehensive documentation
About half and half AI generated stuff and manually curated, but it's a
pretty good start.

Add a helpful markdown addon to the workspace.
2025-07-29 01:22:11 -07:00
Travis Geiselbrecht
f70a9031ac [vscode][workspace] remove build-* from the workspace
This might cause problems if trying to find config.h or whatnot, so may
end up rolling it back.
2025-07-09 22:09:45 -07:00
Joshua Seaton
410eaac0c2 [vscode] Update workspace file to better respect local style
This change updates lk.code-workspace to specify
* editor.detectIndentation as false, as otherwise that overrides
  the desired editor.tabSize setting.
* editor.insertSpaces as true, since spaces are preferred over tabs.
* editor.formatOnSave as false for C and C++ files, as - in the absence
  of a .clang-format file - the clangd extension is likely to default to
  choices that don't respect the local style.
2024-08-08 09:53:29 -07:00
Travis Geiselbrecht
371a03357a [vscode] some recommended extensions 2024-06-16 22:37:10 -07:00
Travis Geiselbrecht
59f97195d4 [vscode] add a new (mostly empty) code workspace and a clang tidy file
The clang tidy file is mostly a copy of the fuchsia one, with a few
tweaks here and there.
2024-06-01 17:45:48 -07:00