Commit Graph

3 Commits

Author SHA1 Message Date
Karl Ostmo
17b327fc1d
workspace spelling dictionary (#1587)
The spellchecker in VS code can be quite noisy, given all of the esoteric terminology and shorthand variable names in code.
However, it is also super helpful for catching typos, if you can wade through the noise.

Adding a project-specific dictionary will significantly cut down on that noise.
2024-01-24 21:59:53 +00:00
Karl Ostmo
96ee7f0af9
Account for symlink when applying JSON schemas (#1586)
This allows the validation to work in VS Code if one happens to open the symlinked version of a scenario file, which is easy to do accidentally via CTRL+P.
2023-10-18 14:41:36 +00:00
Karl Ostmo
f21a64f60c
Include VS Code workspace settings in repo (#1478)
This saves a step in the development setup process.

Note that the settings file is included in the toplevel `.gitignore`, so any changes on top of this one will not result in a "dirty" repo.
2023-08-28 19:48:29 +00:00