RaenonX
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
RaenonX 创建了一个帖子, pytest auto-config not correctly created
When I click on the "Run Test" icon on the left side, I expect a config to be created for running that specific test case only. However, the whole file is run. Also, that config is pointing to the ... -
-
RaenonX 创建了一个帖子, Properly auto code format on Generic and type definitions
My desired auto format is something like this export type SequencedPostConstructParams = PostConstructParamsNoTitle & SequentialDocumentConstructParams & { title: string, } However, after I a...