feat(vscode): rename to SQLMesh prefix#4745
Merged
Conversation
Contributor
benfdking
commented
Jun 16, 2025
- add unit testing framework
d854456 to
102910b
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames VS Code command titles to include the "SQLMesh:" prefix and sets up a unit testing framework using Vitest.
- Introduces a Vitest configuration file and related build/test configuration updates.
- Adjusts command titles in package.json and enhances ESLint and esbuild configurations to accommodate the new testing setup.
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vscode/extension/vitest.config.ts | Adds Vitest config for test framework integration. |
| vscode/extension/tsconfig.test.json | Introduces test-specific TypeScript configuration. |
| vscode/extension/tsconfig.json | Updates exclusion settings to ignore test files in build. |
| vscode/extension/tsconfig.build.json | Sets up TS build configuration with additional exclusions. |
| vscode/extension/src/commands/commands.test.ts | Adds a test to verify command titles start with "SQLMesh: ". |
| vscode/extension/package.json | Updates command titles and test-related scripts and dependencies. |
| vscode/extension/eslint.config.mjs | Configures ESLint rules for TypeScript test files. |
| vscode/extension/esbuild.js | Adds plugin to exclude test files from the build. |
| vscode/extension/.vscodeignore | Expands ignore patterns to include test files and related config. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
- add unit testing framework
102910b to
2d7a511
Compare
kelsin
approved these changes
Jun 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.