0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/.vscode/settings.json
Pavel Boldyrev 797873b257
fix(vm): multi-line description field is always marked as changed (#1030)
Also, fix acceptance tests

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-02-15 19:33:23 -05:00

30 lines
591 B
JSON

{
"git.alwaysSignOff": true,
"cSpell.words": [
"capi",
"CLRF",
"iothread",
"keyctl",
"nolint",
"proxmoxtf",
"qcow",
"rootfs",
"signoff",
"stretchr",
"tflog",
"unmanaged",
"virtio",
"VLANID",
"vmbr",
"VMID",
"vztmpl"
],
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--config=${workspaceFolder}/.golangci.yml",
"--fast"
],
"go.lintOnSave": "workspace",
"go.testEnvFile": "${workspaceFolder}/test.env",
}