Skip to content

Commit

Permalink
chore: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-p committed Nov 19, 2024
1 parent 0130794 commit 8a5482a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/outExtension/**/*.js",
"${workspaceFolder}/outWebView/**/*.js"
],
"${workspaceFolder}/outExtension/**/*.js",
"${workspaceFolder}/outWebView/**/*.js"
]
// "preLaunchTask": "${defaultBuildTask}"
}
]
Expand Down

0 comments on commit 8a5482a

Please sign in to comment.