microsoft / microsoft/typespec
Importing package that make use of stdout crash language server
Open
bug
ide
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
Repro
Make a new project with
```json
"dependencies": {
"@typespec/compiler": "latest",
"@autorest/openapi-to-typespec": "latest"
}
```
and add
```tsp
import "@autorest/openapi-to-typespec";
```
## Result
Contributor guide
Assessment
This issue has not been assessed yet.