1
0

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.

Visual Studio Codeで「参加者の~」云々が出る時に何とかする方法

Posted at

はじめに

VSCodeでファイルを編集しているときに、「参加者の保存を待っています」とかいうメッセージと共に保存がめちゃくちゃ遅くなってしまう現象が発生してしまった。

調べても症例がヒットせず、代わりにvscodeのリポジトリにたどり着いたのでよく見たらfiles.participants.timeoutという設定ができるらしい。試しに

{
  "files.participants.timeout": 0
}

としたところ、表示が一瞬でてきてすぐ消える...という感じになって保存もすぐに反映されるようになった。

おわりに

有識者、コメント待ってます

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?