Pete
Pete
Assume the following file structure and desired `position` of markdown files 1. intro 2. getting-started 3. jobs 1. initiating 2. updating 3. closing 4. payments 5. swag 6. contacts The...
## Description When running `npm run test` on `master`, I got errors about the vscode instance (which may have been b/c of a stale version on my machine), but even...
## Summary Fixes #116 Updates package-lock.json to address npm audit security vulnerabilities and update transitive dependencies to their latest patched versions. ## Changes - Remove unused `@ungap/promise-all-settled` dependency - Update...
## Summary Fixes #118 Modernizes the VS Code extension testing setup by migrating to the new `@vscode/test-cli` package. ## Changes - Add `.vscode-test.mjs` configuration file using `@vscode/test-cli` API - Update...
## Summary Addresses #90, specifically [this comment](https://github.com/dotenv-org/dotenv-vscode/issues/90#issuecomment-2030413274) requesting support for loading .env files from nested directories in monorepo setups. ## Changes This PR adds comprehensive monorepo support to intelligently locate...
## Description Update package-lock.json to address npm audit security vulnerabilities and update transitive dependencies to their latest patched versions. ## Changes - Remove unused `@ungap/promise-all-settled` dependency - Update vulnerable dependencies...