Connor Peet
Connor Peet
Yea, that or DAP... I'm not sure what the API would look like
Related discussion: https://github.com/microsoft/vscode/issues/127775
I don't think transpilation will ever rename or unintentionally reassign variables referenced externally. That would be a major problem if that happened when running in browsers particularly, where it's common...
@rbuckton any thoughts here? Discussing consequences of making the debug REPL in VS Code automatically transpile TS 🙂
Thinking about this more, I believe it should be safe. Even if it reused a variable name referenced elsewhere in user code, this should shadow the name, not overwrite it....
Hm. I admit I haven't examined transpiled TS code in great detail, though many of those context-related issues are familiar to me in dealing with the frustrating isolated modules that...
Yea, I agree that tweaking this makes sense. I will probably have some "projectRoot" setting, defaulting to your workspace folder, that controls the cwd among other things (things that we...
I want to just implement better call stack support in VS Code, tracked here 👉 https://github.com/microsoft/vscode/issues/214488
[Shipped this in VS Code](https://code.visualstudio.com/updates/v1_93#_support-for-stack-traces-on-messages), will adopt it here this weekend.
> However, when I run all tests the Test Results pane shows 0/0 tests passed and the Test Explorer fails to show any green or red ticks. Please enable the...