Andrii Dieiev
Andrii Dieiev
You can try ``` "foo:1": "ng build foo1", "foo:2": "ng build foo2", "foos": "npm-run-all \"foo:* --enviroment=staging\"" ```
As I see TSDoc-in-JS this is out of scope of initial release but may be considered later. Another pain point in JS files that can be addressed by upcoming standard...
/needsMoreInfo Is it plain TS file or as embedded language e.g. in Vue file? Is it reproducible with all extensions disabled? You can try this with F1 and `>Developer: Reload...
It's just special case of https://github.com/microsoft/TypeScript/issues/283 #811 was reverted as it broke libs in DefinitelyTyped
Better to have mix as VS Code has. Play has no "debug" meaning, while one in VS Code take best from both meanings.
Sound like #112373 which should be resolved in January (and looks like it works as expected). > You get function help for read_csv. What exactly do you mean under this...
Most likely it should be addressed in RTK package https://github.com/reduxjs/redux-toolkit/issues/2485
At first I thought that it can be fixed just using approach from commit https://github.com/microsoft/vscode-pull-request-github/commit/cd5f1dd04e90655409765ee973ac4db611392431 in `getPullRequestCommits` function. However, on second thought it looks like this function will always return...
/needsMoreInfo Please provide clear explanation how it's issue with VS Code editor itself. Does it work in other terminals but not in integrated?
Is it supported anywhere except Chrome? See https://github.com/microsoft/TypeScript-DOM-lib-generator?tab=readme-ov-file#why-is-my-fancy-api-still-not-available-here which notes that at least 2 different engines should support it to be included. You can expand those types for your project...