Skip to content

Commit

Permalink
BUGFIX. 兼容最近添加的embed.go (flipped-aurora#1147)
Browse files Browse the repository at this point in the history
VSCode工作区文件配置文件调整,使调试功能兼容最近添加的embed.go
  • Loading branch information
realpg authored Jul 1, 2022
1 parent 2665ea1 commit eb47b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gin-vue-admin.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"request": "launch",
"name": "Backend",
"cwd": "${workspaceFolder:backend}",
"program": "${workspaceFolder:backend}/main.go"
"program": "${workspaceFolder:backend}/"
},
{
"type": "node",
Expand Down

0 comments on commit eb47b5d

Please sign in to comment.