Skip to content

Commit

Permalink
chore(goes-dl): update copilot instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Jan 10, 2025
1 parent 1542fbe commit b7da9ab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,9 @@
],
// AI assistance tools settings
"github.copilot.advanced": {},
"github.copilot.chat.experimental.codeFeedback.instructions": [
"github.copilot.chat.codeGeneration.instructions": [
{
"text": "Generate NumPy Style Python Docstrings (numpydoc)."
}
],
"github.copilot.chat.experimental.codeGeneration.instructions": [
{
"text": "Generate NumPy Style Python Docstrings (numpydoc)."
"text": "In Python always generate NumPy style docstrings (numpydoc).",
}
],
"github.copilot.chat.fixTestFailure.enabled": true,
Expand Down

0 comments on commit b7da9ab

Please sign in to comment.