mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Add cwd to vscode windows debug task example (#3286)
This commit is contained in:
@@ -130,7 +130,10 @@ Here is an example of running a dev server (equivalent of `beforeDevCommand`) an
|
||||
{
|
||||
"label": "build:debug",
|
||||
"type": "cargo",
|
||||
"command": "build"
|
||||
"command": "build",
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/src-tauri"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "ui:dev",
|
||||
|
||||
@@ -130,7 +130,10 @@ Tauri CLI は使用されないため、CLI 固有の機能は**実行されな
|
||||
{
|
||||
"label": "build:debug",
|
||||
"type": "cargo",
|
||||
"command": "build"
|
||||
"command": "build",
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/src-tauri"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "ui:dev",
|
||||
|
||||
@@ -129,7 +129,10 @@ Visual Studio Windows Debugger 是一个仅适用于 Windows 的调试器,通
|
||||
{
|
||||
"label": "build:debug",
|
||||
"type": "cargo",
|
||||
"command": "build"
|
||||
"command": "build",
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/src-tauri"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "ui:dev",
|
||||
|
||||
Reference in New Issue
Block a user