Junkerposts

// IntelliSense を使用して利用可能な属性を学べます。 
// 既存の属性の説明をホバーして表示します。 
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 
"version": "0.2.0", 
"configurations": [ 
{ // ← オブジェクトの開始 
"name": "C#: test8", 
"type": "coreclr", 
"request": "launch", 
"program": "${workspaceFolder}/bin/Debug/net8.0/test8.dll" // ← 末尾のコンマを削除 
} // ← オブジェクトの終了 

}