spiegel-keyman/docs/settings/linux/extensions.json
Eberhard Beilharz d1cd46be41
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.

(cherry picked from commit 134e084b80)
2023-02-02 15:28:01 +01:00

14 lines
375 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"mesonbuild.mesonbuild",
"editorconfig.editorconfig",
"ms-python.python",
"mads-hartmann.bash-ide-vscode",
"timonwong.shellcheck",
"maelvalais.autoconf",
"webfreak.debug",
"dawidd6.debian-vscode",
]
}