Debug with Adaptive Tools
Bot Framework Adaptive Tools is a VS Code extension that helps developers handle .lg, .lu, and dialog (.dialog) files efficiently.
Adaptive Tools has a variety of tools and settings that make it easy to debug, analyze and enhance you language files. Features like syntax highlighting, diagnostic checks, and debugging let developers troubleshoot language files, while autocompletion and suggestion enhance and simplify the process of bot asset creation.
Prerequisites
Install Visual Studio Code.
Install the Bot Framework Emulator.
A bot with one or more of the following file types:
- .lg
- .lu
- dialog (.dialog). You can find examples of .dialog files in the AdaptiveBot sample.
About Adaptive Tools
The Adaptive Tools README has all the information you need to install and use Adaptive Tools.
The README includes details about:
- How to install Adaptive Tools.
- Language features, like syntax highlighting and autocompletion.
- Hover, suggestions, and template navigation that make it easy to navigate and enhance your files.
- Debugging using the Emulator.
- Custom settings in VS Code.
Additional Information
- .lg file format
- .lu file format
- See the troubleshooting index information about all troubleshooting topics.