14
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCodeのREST Clientで日本語がUnicodeで表示される対処法

Posted at

個人的にAPI開発はVSCodeのREST Clientが使いやすいです。Postman卒業しました。
REST Clientを設定なしに使っていると、日本語のレスポンスがUnicodeで表示されてしまい何書いてるかわからないです。
そんな時はsetting.jsonで以下の設定を書きましょう。

"rest-client.decodeEscapedUnicodeCharacters": true
14
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?