Randy Hudson

Results 6 issues of Randy Hudson

In a typescript notebook cell, if I have code like: ```ts import { main } from './my-module'; main(); ``` Where `my-module.ts` is a sibling file to the notebook, typescript is...

# Suggestion For many type declarations, it shouldn't be necessary to use a conditional type which repeats a constraint already found in type parameter. For example, instead of: ```ts type...

Suggestion
Awaiting More Feedback

Last year GitHub added [mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) markdown support in issues, PRs, etc. Github's implementation uses an iframe to load the 3rd-party rendering code that displays the diagram. This seems to confuse...

- Extension version:v 0.92.0 - VSCode Version: latest - OS: macOs Steps to Reproduce: 1. Open any text file in a workspace. 2. Command+N to open a new text editor...

info-needed

**Describe the bug** When launching all of the tests for a given folder, all of its tests should run. **To Reproduce** Steps to reproduce the behavior: 1. Filter the Tests...

### What problem does this feature solve? In Webpack we were able to hook the compilation's `beforeModuleIds` hook and use our own method for generating the module ids and assigning...