iT邦幫忙

0

unity & vs code下載問題請教 : JSON parse error: Missing a comma or '}' after an object member.

  • 分享至 

  • xImage

如題,
小女子最近想自學 unity
但在執行專案時跑出了以下錯誤
雖然有爬文嘗試了 but還是不太清楚怎麼改
請各位大神指點><
https://ithelp.ithome.com.tw/upload/images/20230804/20161907au70xUWj9O.png
https://ithelp.ithome.com.tw/upload/images/20230804/20161907S4mNeE2vKB.png
https://ithelp.ithome.com.tw/upload/images/20230804/20161907DrSL3uW1sb.png

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
Zero皇
iT邦研究生 3 級 ‧ 2023-08-05 19:55:59

看起來是json結構問題,試試看把launch.json第7行的"request": "attach",結尾的逗號拿掉再存檔,那應該是多餘的。

    {
      "name": "Attach to Unity",
      "type": "vstuc",
      "request": "attach"
    }

參考資料

我要發表回答

立即登入回答