RaenonX
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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 ... -
Created 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...