vscode-idl icon indicating copy to clipboard operation
vscode-idl copied to clipboard

VS Code Extension for IDL (Interactive Data Language)

Results 8 vscode-idl issues
Sort by recently updated
recently updated
newest added

Placeholder to add debugging into the extension.

enhancement

I press F5 to choose IDL Debug for compiling the program, but an error occurred. It shows "You don't have an extension for debugging IDL. Should we find a IDL...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client). These dependencies need to be updated together. Updates `semver` from 5.7.1 to 7.5.3 Release notes Sourced from semver's releases. v7.5.3 7.5.3...

dependencies

Just loaded the extension to VS Code. Attempted to try a couple simple lines of code and when I hit run without debugging get looking for debug client. when I...

With the VSCode Python extension running in a project that uses both Python and IDL, the Python extension will still try to activate the environment in use (in this case,...

The IDL executable name is hard-coded to idl. Can you change that to a configurable value, eg IDL_EXECUTABLE? Then vscode-idl would work with FL and GDL, too. Thanks, Lajos Foldy

Placeholder in case anyone else has this issue. Breakpoints do not always: - Remove as expected. Meaning you remove them, but IDL still stops on them - Get added as...

bug
enhancement