Mark Wiemer
Mark Wiemer
Ref https://github.com/microsoft/vscode/issues/105270, but I do plan to fix this in the upcoming release. Everything's working now, just trying to add automated tests. They're the first of their kind, so it's...
OK, further testing shows that even removing any application code to open the debug console view still results on it opening the very first time a debug session begins. Closing...
@andyfangaf no, it shouldn't affect the behavior of other extensions. I'm still researching, but it looks like creating a debug session for the first time is the only case where...
@fade2gray, when you say the syntax is incorrect, are you implying the code won't compile or work at all?
Closing this as the discussion that started it (#75) didn't want this extension to be disabled, but wanted this extension to take priority over another. If anyone wants this feature,...
Not closing, but deprioritizing this one as I look at other's with more impact. Please let me know what syntax highlighting issues are most pressing -- NekoHelp is licensed under...
Closing as low priority. I may come back to this, but it's very hard to make this extension toggle syntax highlighting, and the best approach I can think of is...
Yep, this would be a great feature. The priority right now is bugfixing, documentation, and adding automated tests. I hope you'll understand that I likely won't add this for a...
Hey, this may be related to the comments. I'm not able to repro the issue with this snippet, are you? ```ahk var foo() { if expression code code if (expression)...
Closing this as very low impact, I see the same behavior with JS/TS but a quick format resolves the issue :)