Skip to content

Commit

Permalink
config(vscode): comment out preLaunchTask in launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skyran1278 committed Apr 4, 2024
1 parent a30570d commit 3880241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type": "extensionHost",
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/build/**/*.js"],
"preLaunchTask": "${defaultBuildTask}"
"outFiles": ["${workspaceFolder}/build/**/*.js"]
// "preLaunchTask": "${defaultBuildTask}"
}
]
}

0 comments on commit 3880241

Please sign in to comment.