mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 20:25:40 +01:00
c4471e24fa
Replace @vscode/ripgrep with @vscode/ripgrep-universal which bundles all platform binaries in a single package. Non-target platform binaries are stripped at packaging time via getRipgrepExcludeFilter. - Add shared rgDiskPath() helper in src/vs/base/node/ripgrep.ts - Convert all ripgrep consumers to use the async helper - Add getRipgrepExcludeFilter for build packaging - Update prepareBuiltInCopilotRipgrepShim for new bin layout - Update eslint allowed-modules and require-interceptor aliases - Fix platform mapping for Alpine + armhf - Handle arch-specific binaries in macOS universal build / verify-macho
VS Code Tests
Contents
This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them: