Mirrors testium's src/VERSION: scripts/sync-version.js copies VERSION into package.json#version (enforcing strict semver X.Y.Z, required by the marketplace / Open VSX). Wired into 'npm run package' and vscode:prepublish, so the version is always synced before a build/publish. Bump = edit VERSION. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
.gitignore
|
|
.git
|
|
tsconfig.json
|
|
node_modules/.cache/**
|
|
**/*.map
|
|
**/*.ts
|
|
!out/**/*.js
|
|
.github/**
|
|
.editorconfig
|
|
icon.svg
|
|
scripts/**
|
|
VERSION
|