mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
- Replace Buffer with Uint8Array and TextEncoder - Replace path module with native string manipulation - Replace NodeJS.Timeout with ReturnType<typeof setTimeout> Fixes microsoft/vscode-extension-samples#550