зеркало из https://github.com/Azure/azure-dev.git
association for .bicept as go-template and extension for syntax (#3163)
This commit is contained in:
Родитель
df69a8cf36
Коммит
a0bf60d9bc
|
@ -29,7 +29,8 @@
|
|||
"golang.go",
|
||||
"ms-azuretools.vscode-bicep",
|
||||
"eamodio.gitlens",
|
||||
"hashicorp.terraform"
|
||||
"hashicorp.terraform",
|
||||
"jinliming2.vscode-go-template"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"recommendations": [
|
||||
"golang.go",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"redhat.vscode-yaml"
|
||||
"redhat.vscode-yaml",
|
||||
"jinliming2.vscode-go-template"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,8 @@
|
|||
"go.lintFlags": ["--fast"],
|
||||
"go.lintOnSave": "package",
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.testTimeout": "10m"
|
||||
"go.testTimeout": "10m",
|
||||
"files.associations": {
|
||||
"*.bicept": "go-template"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче