[PR #1554] [MERGED] remove: delete extension test file #9972

Closed
opened 2026-02-16 18:14:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1554
Author: @yordis
Created: 8/3/2025
Status: Merged
Merged: 8/3/2025
Merged by: @thdxr

Base: devHead: yordis/fix-9


📝 Commits (1)

  • d9a9d10 remove: delete extension test file

📊 Changes

1 file changed (+0 additions, -15 deletions)

View changed files

sdks/vscode/src/test/extension.test.ts (+0 -15)

📄 Description

Notice the test is importing vscode (which is failing) and testing vscode specific API. That feels odd. I do not understand why we would want to test vscode itself.

I removed to have 1 less test error


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1554 **Author:** [@yordis](https://github.com/yordis) **Created:** 8/3/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `yordis/fix-9` --- ### 📝 Commits (1) - [`d9a9d10`](https://github.com/anomalyco/opencode/commit/d9a9d10a1d6e836ec71e7c284fa6d07c1ef4e9ec) remove: delete extension test file ### 📊 Changes **1 file changed** (+0 additions, -15 deletions) <details> <summary>View changed files</summary> ➖ `sdks/vscode/src/test/extension.test.ts` (+0 -15) </details> ### 📄 Description Notice the test is importing `vscode` (which is failing) and testing `vscode` specific API. That feels odd. I do not understand why we would want to test `vscode` itself. I removed to have 1 less test error --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:29 -05:00
yindo closed this issue 2026-02-16 18:14:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9972