package.json
- manifest filesyntaxes/ecal.tmLanguage.json
- Text mate grammar filelanguage-configuration.json
- language configuration for VSCodeTo build the extention you need npm
installed.
VSIX file can be build with npm run package
The extention can be installed using a precompiled VSIX file which can be downloaded from here:
https://devt.de/krotik/ecal/releases
{
"version": "0.2.0",
"configurations": [
{
"type": "ecaldebug",
"request": "launch",
"name": "Debug ECAL script with ECAL Debug Server",
"serverURL": "localhost:43806",
"dir": "${workspaceFolder}",
"executeOnEntry": true,
"trace": false,
}
]
}
In VSCode the extention can be launched and debugged using the included launch configuration. Press F5 to start a VS Code instance with ECAL support extention form the development code.