The WIDL project has been extracted out of waPC and can now be found at github.com/apexlang
Preview for editing waPC Interface Defintion Language (WIDL) documents inside VS Code.
This Language Server works for plain text file. It has the following language features:
- Completions
- Diagnostics regenerated on each file change or configuration change
- Run
npm install
in this folder. This installs all necessary npm modules in both the client and server folder - Open VS Code on this folder.
- Press Ctrl+Shift+B to compile the client and server.
- Switch to the Debug viewlet.
- Select
Launch Client
from the drop down. - Run the launch config.
- If you want to debug the server as well use the launch configuration
Attach to Server
- In the [Extension Development Host] instance of VSCode, open a document in 'WIDL' language mode.
- Run
vsce package
to generatewidl-vscode-extension-{semver}.vsix
. - Install the
.vsix
file in VS Code using theInstall from VSIX...
option under theExtensions
view (three dots dropdown).