mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
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)
14 lines
375 B
JSON
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",
|
|
]
|
|
}
|