![]() |
пре 4 година | |
---|---|---|
.. | ||
.vscode | пре 4 година | |
images | пре 4 година | |
src | пре 4 година | |
syntaxes | пре 4 година | |
.eslintrc.js | пре 4 година | |
.prettierignore | пре 4 година | |
.prettierrc.json | пре 4 година | |
.vscodeignore | пре 4 година | |
README.md | пре 4 година | |
language-configuration.json | пре 4 година | |
notes.txt | пре 4 година | |
package.json | пре 4 година | |
tsconfig.json | пре 4 година |
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.