Skip to content

Commit 61ef054

Browse files
committed
Replace AI-generated comment in tree-table-protocol.ts
1 parent ad3273c commit 61ef054

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/views/component-viewer/tree-view/tree-table-protocol.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
// generated with AI
1617

1718
/**
1819
* Re-export the shared tree-table protocol types so that extension-host code
1920
* can import them with a short project-local path.
2021
*
2122
* The canonical definitions live in `src/webviews/tree-table/src/types.ts`.
2223
*/
23-
// generated with AI
24+
2425
export type {
2526
FlatRow,
2627
TreeTableFeatures,

0 commit comments

Comments
 (0)