LoginSignup
0
0

【VSCode】タイトルバーにファイルパスを表示する方法

Last updated at Posted at 2024-06-23

window.title の設定を変更することでタイトルバーにファイルパスを表示できます。

settings.json
"window.title": "{activeEditorMedium}"

上記のように設定するとファイル名だけでなく、ファイルパスも表示されるようになります。

window.titleには他にも以下のような値を使用できます。

スクリーンショット 2024-06-23 23.58.17.png

また、${separator}window.titleSeparatorで任意の記号に変更できます。

0
0
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
0
0