Iain King

Results 8 issues of Iain King

Provides feature #134 If the file being run contains a comment of the form: `# vscode-nim arguments: ` then when the `Nim: Run selected Nim file` action is used, ``...

When testing code it would be advantageous to be able to set command-line arguments on a per file basis, without having to mess around in the settings every time. Proposed...

If a suggestion has neverFilter = true then it will not be filtered out when the provider's filterSuggestions is true. ### Description of the Change Right now if you have...

needs-review

I'm using scopes in my linter, but they aren't working correctly. When I load a file the linter displays warnings for lines as though they had no scope information. As...

external

Would be nice. Currently using this by running code under WSL, and then forwarding results onto a Windows program on host machine via sockets, which is... suboptimal.

I'd like to be able to query the results of the watch windows. Would also be nice to have a simple round-trip command like ``` // Evaluate the supplied expression...

I'd like to be able to query the current call stack, and set the active stack frame.

I have a problem setting breakpoints via the driver; a path to a given file in the PDB may be going through a symlink. When I have the file open...