Skip to content

Commit

Permalink
fix test and improve contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhyne committed Jan 31, 2025
1 parent b6d22b0 commit ff03dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ options.

Run the web build from /web `pnpm install && pnpm dev` to reduce time spent waiting on extension builds. This is helpful for roughing in features, but you should always test the extensions in their proper environments.

Run `pnpm biome` to discover buildtime errors early.

### Wasm tree sitter modules

We use tree-sitter parser for a better code analysis in post completion process. In order to be able
Expand Down
1 change: 1 addition & 0 deletions vscode/webviews/tabs/HistoryTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const HistoryTabWithData: React.FC<
<Button
variant="ghost"
title="Delete chat"
aria-label="Delete chat"
className={`${styles.historyDeleteBtn}`}
onClick={() => onDeleteButtonClick(id)}
onKeyDown={() => onDeleteButtonClick(id)}
Expand Down

0 comments on commit ff03dc7

Please sign in to comment.