Konstantin Zaitcev

Results 21 comments of Konstantin Zaitcev

Could you please open "Help"-> "Toggle Developer Tools" and look any errors in console view

@Atulin it seems you specify nim in user environment, but vscode install in system-wide and it is possible that vscode process run in system environment and dont see user path...

Using this approach it is very easy make mistake to include dont required project files, User should be very carefull with including project file because each project file creates separate...

You can try set option `"editor.detectIndentation": false` in workspace settings

@drywolf I have added breakpoint support in the latest release of extension. Now it works with [CppTools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) without any modification

It is because `onEnterRules` conflicts with `decreaseIndentPattern` in this case. I guess `onEnterRules` breaks inner indent counters state of VSCode, It is possible use this workaround: ``` beforeText: /^\s*((return|break|continue|raise))\s*$/, action:...

@shaoxie1986 this issue was fixed in 0.5.26 could you please check again?

You need specify "nim.project" variable in you workspace `settings.json` file with your project nim file

@oderwat I have added support to run current file in case of non project mode

Thank You for your proposal, I guess some of them will be implemented a soon