Save and Close All
This README is written in English and 日本語
English
Overview
This extension provides a command to save all files and close all editors.
Installation
- Search for "Save and Close All" in the VSCode extension marketplace and install it.
- Alternatively, download the
vsix file and install it manually.
Usage
- Open the command palette (
Ctrl+Shift+P ).
- Type "Save and Close All" and execute the command.
For Developers
- Clone the repository.
- Install the necessary dependencies.
npm install
- Build the extension.
npx tsc
- Run in debug mode (press
F5 ).
日本語
概要
この拡張機能は、すべてのファイルを保存し、すべてのエディタを閉じるコマンドを提供します。
インストール
- VSCodeの拡張機能マーケットプレイスから「Save and Close All」を検索してインストールします。
- または、
vsix ファイルをダウンロードして手動でインストールします。
使用方法
- コマンドパレット(
Ctrl+Shift+P )を開きます。
- 「Save and Close All」と入力してコマンドを実行します。
開発者向け
- リポジトリをクローンします。
- 必要な依存関係をインストールします。
npm install
- 拡張機能をビルドします。
npx tsc
- デバッグモードで実行します(
F5 キーを押します)。
| |