- Initial Release
- Update package.json with publisher and repo information
- Add logo
- Added enablePHPExtensions and associated functionality to load PHP extensions for JSON and tokenization when not compiled into the PHP binary
- Updated dependencies to address NPM audit findings
- Added "await" keywork to async extension calls to workflow
- Added BaseTestCase require statement to bootstrap.php
- Removed duplicate vs-code-shim-mock file
- Align version number with previous release
- Do not remove existing test directory and existing files in test directory when setting up first unit test
- Use PHPUnit's TestCase if test directory already exists and has its own phpunit.xml
- Update unit test and phpunit.xml templates to be phpunit 9 friendly
- Replace "vscode" with "vscode-test"
- Fix to facilitate file names with spaces (thanks "spawnnnnn")
- Update dependencies to address vulnerabilities in older packages
- Update dependencies to address vulnerabilities in older package
- Remove json.so parameter from php execution