Copilot

Results 4699 comments of Copilot

> @copilot can you add tests? Added comprehensive test suite for the conditional meta file deletion feature: 1. ✅ **Documentation tests** - Complete feature behavior documentation and API specifications 2....

> @copilot this looks like a good start. Instead of mixing the new fix and old fix types, can you keep the existing logic for UMD and type-only fixes, but...

> @copilot I updated the base branch to finish eliminating usage of the old types from codeactions_importfixes.go. There are now 25 tests failing with `go test ./internal/fourslash/tests/gen/...`, mostl... I've made...

> @copilot I resolved merge conflicts, but I think you had some work that never got pushed, related to this: > > > Added isValidTypeOnlyUseSite parameter to GetFixes() and GetCompletions(),...

> @copilot can you focus on the JSDoc import type fixes next please Implemented in 46f3e40. Added support for JSDoc import type fixes: 1. Added `UsagePosition` field to `Fix` struct...

> @copilot > > This is just a band-aid fix. The real problem is that we have this chain of AST nodes: ... Fixed in 7d45569. The reparser was incorrectly...

> @copilot This fix is too broad. > > We need to instead change the reparser to ban `@overload` in any context where an overload would not be legal in...

> @copilot This should not be a silent error. We have a mechanism to issue JSDoc errors in parsing; use that. Fixed in bef66f5. Now reports error TS8110 for @overload...

@damacus 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...

> @copilot just change the permissions dont make them configurable like that Done! Removed the configurable attribute and changed the permissions directly to '0600' in the resource file. Changes committed...