alexa-games / skill-flow-builder

Development suite that helps you create narrative-driven Alexa skills, including a GUI editor and CLI
Other
69 stars 19 forks source link

chore: migrate from vscode to vscode-test #20

Closed tyliec closed 3 years ago

tyliec commented 3 years ago

chore: migrate from vscode to vscode-test

Migrated from the deprecated vscode package to vscode-test.

Description

For testing, we've previously used the vscode module. This package has since been deprecated in favor of vscode-test.

Motivation and Context

Stop using a deprecated package and resolve security vulnerabilities found through npm audit.

Testing

yarn test

Types of changes

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.