Ryuichi Inagaki

Results 95 comments of Ryuichi Inagaki

Hi @nrodriguez , thanks for the PR. It works like that as RFC 4180 says this: > 7. If double-quotes are used to enclose fields, then a double-quote > appearing...

We wanted to use read-only intent to connect to our on-premise SQL Server database cluster. I wrote a snippet to check whether the query is executed on the intended server,...

Without this PR, we cannot tell FreeTDS to use read-only intent from our Ruby code. One way to get around this is to specify it in [`freetds.conf` file](https://www.freetds.org/userguide/freetdsconf.htm) like this....

Hi @redoak thanks for the suggestion with the detailed your current workflow, that helps a lot. I vaguely remember that now vscode diff view has an option to make the...

Thank you very much for the contribution and so sorry to have noticed this so late :( I'm going to try this 👍

> take it full width for comparision only, and then closing it would make back to 2 views? I like your suggestion 👍 but not sure how I can achieve...

Hi @aminlatifi thanks for your suggestion. I wonder if the following suggestion will be addressed soon, then providing the same in partial diff would be very easy... https://github.com/Microsoft/vscode/issues/26856

Hi @anishmittal2020 , thanks for your suggestion. What about introducing a command that let you pick a tab you want to compare against. Would that work? https://github.com/ryu1kn/vscode-partial-diff/issues/11

Makes sense. Thanks for the input 👍

I've just got to know that currently there is no API to get the list of "Open Editors"... https://github.com/Microsoft/vscode/issues/15178