spiegel-keyman/docs/settings/linux/extensions.json
Eberhard Beilharz 134e084b80
chore(linux): Fix lintian warnings
Also improve upload script to force push changelog branches.
Lintian v2.115 (which is run on Debian servers) still produces
pedantic warnings, but there seems to be a bug - no matter what
pattern I add to `lintian-overrides`, I can't get it to ignore
the files. The following version v2.116 has these rules built in,
so we don't need `lintian-overrides` anymore.
2023-02-02 15:15:46 +01:00

11 lines
280 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"asabil.meson",
"EditorConfig.editorconfig",
"ms-python.python",
"timonwong.shellcheck",
"dawidd6.debian-vscode",
]
}