bidict/.vscode/extensions.json

13 lines
365 B
JSON
Raw Normal View History

// vim: set ft=json5
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
"recommendations": [
"HarrisonGoldstein.tyche",
"charliermarsh.ruff",
// "tamasfe.even-better-toml",
// "lextudio.restructuredtext",
// "trond-snekvik.simple-rst",
],
"unwantedRecommendations": [],
}