日本語版を開くコード、画像、UI はっきり言えます。 Wallpaper Settingが提供する背景は、目の覚めるような美しさ。VSCode の背景だけを透明にする事ができ、他の背景設定拡張機能と比べ物にならない鮮やかさです。UI と画像は豊かなコントラストで細部までくっきり際立たせ、コードはどこまでもシャープに読みやすく映し出します。 デメリット?
鮮やかなエディター。 Wallpaper Setting は他の拡張機能では得られない鮮やかさ。 何も犠牲にする事なく最高の体験が楽しめます。 Wallpaper Setting を使い始めよう。 Wallpaper Setting で背景を設定するのはお茶のこさいさいです。 お気に召すまま。 Wallpaper Setting では VSCode のパーツ毎に透明度を設定できます。パーツ毎に見やすい透明度を設定して貴方だけの最高のエディターを手に入れましょう! さぁ Wallpaper Setting をインストールして、最高の VSCode を手に入れよう! 詳細仕様Wallpaper - 画像画像を背景に設定する。
Wallpaper - スライド画像のスライドを背景に設定する。
Wallpaper - 動画動画を背景に設定する。
* ミュートになるのは仕様です。 お気に入り壁紙設定の登録と呼び出す機能です。
お気に入り - オンデマンドお気に入りで設定した画像をインストールし直すことなく、背景画像を切り替えることができます。 * お気に入りで設定した画像設定のみ。 ウォーターマークVSCode のウォーターマーク画像を変更します。 * ウォーターマークを設定した後で、 WebSocket専用サーバーを用意することで、 WebSocket 経由で壁紙を設定することができます。 又は、クライアントから接続された時に画像ファイルを返すアプリケーションであればこの機能を利用することができます。 * サーバーからのレスポンスデータを検証できないので信頼できるサーバーでのみご利用ください。 Q & AQ. なぜ http ではなく WebSocket なのか? A. VSCode は Content Security Policy (コンテンツセキュリティポリシー) で https と ws しか許可していません。 同期異なるマシン間で背景を共有する機能です。 アップロード背景画像をアップロードします。 ダウンロード画像をダウンロードし、背景に設定します。 デリートアップロードした画像を削除します。 注意事項同期機能は画像ファイルのデータを Base64 (文字列データ) に変換し、Settings Sync で共有することで実現しています。 Settings Sync のバックエンドは、おそらく Microsoft が提供しています。そして間違いなくこの用途 (画像データの共有) を目的としていません。 もし MB (KB もあるかもしれない) 以上の画像ファイルを Settings Sync で共有しようとすると Microsoft は怒るかもしれない。そして Microsoft はこの拡張機能を無効化し、場合によってはこの拡張機能を使用しているユーザーアカウントが Settings Sync を使用できないようにするかもしれません。 同期機能を使用する場合は、上記注意事項を理解した上でご利用ください。 アップロードする画像データについてSettings Sync にアップロードされる Base64 データは、AES256 CTR モードで暗号化します。 従って元の画像が第三者の目に触れることはありません。 貴方がパスワードとソルトに不適切な値を用いるか、暗号モジュール呼び出しの実装で、この拡張機能の開発者がミスをしない限りは。 アンインストールVSCode から背景を消去し、この拡張機能に関するデータを削除します。 環境変数のサポート画像ファイルを指定するパスに環境変数を使用することができます。
必要要件書き込み権限この拡張機能は VSCode インストールディレクトリ配下にある以下のファイルを変更します。よって、それらのファイルへの書き込み権限が必要です。
そのため Linux 向けの App Store 『Snap Store』からインストールした VSCode では、この拡張機能を使用できません (書き込み権限が取得できないため)。 注意事項この拡張機能は貴方の環境にどのような影響を与えますか?この拡張機能は VSCode インストールディレクトリ配下の以下のファイルを変更します。
及び以下のファイルに変更を加えます。
サポートされていないと警告が表示されるVSCode 1.72 以前では当該メッセージは表示されませんでした。実際は表示されるのが正しいです。 この警告メッセージに関して公式は、以下のように述べています。
この主張を尊重し、この拡張機能では当該メッセージが表示されないようにするような対応はしません。 仮に表示されないようにしたとしても公式はさらにそれを防ごうとして、いたちごっこになると考えています。 CODE, IMAGE, AND UI Let’s be clear. The Wallpaper Setting is a sight to behold, with support for can be transparent for only background and vividness unmatched by other background setting extensions. UI and images pop with rich contrast and sharp detail, and code appears supercrisp for easy reading. Sacrificing nothing.
As a result of research allowing only the background to be transparent, it provides a vivid editor that other extensions cannot reach. It is a piece of cake. Setting the background with Wallpaper Setting is a piece of cake. Press As you like. With Wallpaper Setting, transparency can be set for VSCode parts. Set the transparency of the parts to your satisfaction! Let's Install Wallpaper Setting and get your VSCode just the way you like it! Detailed SpecificationsWallpaper - ImageSet the background image.
Wallpaper - SlideSet the background of images slide.
Wallpaper - MovieSet the background of movie.
* Mute is a specification. FavoriteRegister and recall background settings.
Favorite - On demandSwitch images without having to install your favorite images each time. * Only favorite image. WatermarkChange the image of VSCode's watermark. * Then, after set the watermark setting, run WebSocketBy preparing a dedicated server, wallpaper can be set via WebSocket. otherwise, an application that sends image data when a client makes a WebSocket connection can be substituted. * Please use only trusted server as we can't verify delivery data. Q & AQ. Why WebSocket instead of http ? A. VSCode only allows https and ws in Content Security Policy SyncBackground image can be shared between different machines. UploadUpload the background image. DownloadDownload and setup the background image. DeleteDelete uploaded image. WarningThe Sync feature is achieved by converting image data to strings in Base64 and sharing them via Settings Sync. Settings Sync backend is probably provided by Microsoft. And definitely not intended for image data sharing. If you try to share an image file over MB (maybe even KB) with Settings Sync, Microsoft will be offended. They will reject the this extension and possibly disable the account of the user using the this extension from Settings Sync. If you use it, please take its dangers into consideration. About image data to be uploadedThe Base64 string uploaded to Settings Sync is encrypted in AES256 CTR mode. Therefore, there is no fear of prying eye. Unless you use poor values for password and salt, or I have made a mistake in the implementation of the cryptographic call. UninstallErase wallpaper from VSCode, and delete data related to Wallpaper Setting. Environment Variables SupportEnvironment variables can be used in the path that specifies the image file.
RequiredWrite permissionThis extension modifies the following files in the VSCode installation directory, so requires write permission.
Therefor, this extension cannot be used with VSCode installed from "Snap Store" App Store for Linux (Because write permission cannot be obtained). CautionHow will this extension affect your environment ?This extension modifies the following files in the VSCode installation directory.
and following files.
You will be warned that it is not supportedPrior to VSCode 1.72, the relevant message was not displayed. In fact, it is more correct to display. The official explanation of this message is roughly as follows.
Respecting this assertion, this extension makes no attempt to prevent such messages from being displayed. Even if we were to prevent it from being displayed, I believe the officials will block it. |