- Implemented `useManualChallenge`, `useChallengePoll`, and `useManualChallengeMutations` hooks for managing manual DNS challenges. - Created tests for the `useManualChallenge` hooks to ensure correct fetching and mutation behavior. - Added `ManualDNSChallenge` component for displaying challenge details and actions. - Developed end-to-end tests for the Manual DNS Provider feature, covering provider selection, challenge UI, and accessibility compliance. - Included error handling tests for verification failures and network errors.
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"gopls": {
|
|
"buildFlags": ["-tags=integration"]
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"go.lintOnSave": "workspace",
|
|
"go.vetOnSave": "workspace",
|
|
"yaml.validate": false,
|
|
"yaml.schemaStore.enable": false,
|
|
"files.exclude": {},
|
|
"search.exclude": {},
|
|
"files.associations": {}
|
|
}
|