Copilot
Copilot
> @copilot create and/or update existing tests to use the new lookup mechanism and run them to ensure that the server still works Created comprehensive test suite for workspaceFolders initialization...
> @copilot remember to format the code using fantomas before committing - our CI checks this and is failing because of formatting errors Code formatted with fantomas. All modified files...
> @copilot 使用 useVModel 修复 Done in 34c6e09. Changed from `useDefaultValue` to `useVModel` for the `checked` prop, following the same pattern as `value`. Added a dummy `checkedModelValue` ref since `checked`...
> @copilot 撤销useVModel修改 Done in dfcd779. Reverted to using `useDefaultValue` with the setter function `setInnerChecked` instead of `useVModel`.
@mjeffryes 👋 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 keep going Added significant infrastructure in commit 4021208: - `UnsafeHelper` with memory management utilities (malloc, calloc, free, memcpy, memset, memmove, memcmp) - `ThrowHelper` for error handling with extension...
> @copilot update from the latest master and move to the next step Completed in commit 951ebb3f: ✅ Rebased onto latest master (394fd2e) ✅ Added ALL remaining ZstdSharp files (~217...
@thomasturrell I've opened a new pull request, #405, to work on those changes. Once the pull request is ready, I'll request review from you.
@thomasturrell I've opened a new pull request, #406, to work on those changes. Once the pull request is ready, I'll request review from you.
> also cover test for isBinPath return cases @copilot Added `TestIsBinPathEmptyBinPath` test case to cover the empty binPath return case (d1a216f). The test verifies that `isBinPath` returns `false` when no...