diff --git a/.github/ISSUE_TEMPLATE/0_bug_report.yml b/.github/ISSUE_TEMPLATE/0_bug_report.yml index c653fbaa..38b94364 100644 --- a/.github/ISSUE_TEMPLATE/0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/0_bug_report.yml @@ -23,6 +23,7 @@ body: - Agents - Remote Hosts - Swarm Mode + - Kubernetes validations: required: true - type: input diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 37dc5523..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Debug test", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${workspaceFolder}/main.go", - "args": ["test"] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index fcee7c4e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "i18n-ally.localesPaths": ["locales"], - "i18n-ally.keystyle": "nested", - "cSpell.words": ["healthcheck", "orderedmap", "Retriable", "stdcopy", "Warnf"], - "editor.formatOnSave": true, - "i18n-ally.extract.autoDetect": true -}