「Visual Studio CodeでC♯ホットリードを使用する」の版間の差分

提供:MonoBook
ページの作成:「 以下で検索する。 csharp.experimental.debug.hotreload 以下の項目が表示されるのでチェックを付ける。 [Experimental] Enables C# Hot Reload while debugging. 以上 category: Visual Studio Code category: C♯ Dev Kit
 
編集の要約なし
1行目: 1行目:
 
== 手順 ==
以下で検索する。
以下で検索する。
  csharp.experimental.debug.hotreload
  csharp.experimental.debug.hotreload
7行目: 7行目:


以上
以上
これが分からずlaunch.jsonをひたすら編集してた。
今のところBlazor Web Appでもホットリードできてる(ブラウザの更新は必要)。


[[category: Visual Studio Code]]
[[category: Visual Studio Code]]
[[category: C♯ Dev Kit]]
[[category: C♯ Dev Kit]]

2024年9月5日 (木) 08:51時点における版

手順

以下で検索する。

csharp.experimental.debug.hotreload

以下の項目が表示されるのでチェックを付ける。

[Experimental] Enables C# Hot Reload while debugging.

以上


これが分からずlaunch.jsonをひたすら編集してた。 今のところBlazor Web Appでもホットリードできてる(ブラウザの更新は必要)。