roottool

Results 18 comments of roottool

@bhajneet I have an one question. Which an action do you want? 1. `CodeAction` such as `Prettier: Create Configuration File` 2. `CodeActionsOnSave` such as `source.fixAll.eslint` I have a feeling you...

Thank you for teaching me! I was able to create PR for this issue by your comment.

> Looks like [5624041](https://github.com/prettier/prettier-vscode/commit/5624041037fcf9c8c4612796dc4c083f0159b521) intended to fix this? However, it doesn't seem to work like that in 9.5.0. When I'm working on a clone of [andrewkeig/express-validation](https://github.com/andrewkeig/express-validation), despite no prettier configuration...

@wedi I forgot that I wrote the reason, sorry. It has two reason. First, I wanted to be able to explicitly specify the order of execution. Because I don't know...

I replied to a few comments. But I'm sorry that it took me so long to reply.

@nujhong Thank you for the explanation assistance! @ntotten This CodeAction name includes "forced" is because I uniformed the name at an existing command name. The CodeAction re-uses "Format Document (Forced)"...

I made [API documentaiton webpage](https://utility-types.netlify.com) This is a [API documentaiton webpage source code](https://github.com/roottool/utility-types-document-site) Contents and sentence are only in `src/Text/Contents.json` and `src/Text/TableOfContents.ts`. "Table of contents" is modified by changing `src/Text/TableOfContents.ts`....

Sorry, I was busy this week. I didn't work it this week. I confirmed your suggestion. I have an one question. What belongs to `TypeScript utility-types`? Does it include `Operations...

Now, I suppose manual based on source code changes. Because I don't have an automatic solution.