Skip to content

Commit

Permalink
Revert unnecessary formatting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Feb 18, 2025
1 parent 415ec92 commit 16f7bfb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/packages/vsce"
],
"outFiles": [
"${workspaceFolder}/packages/vsce/out/**/*.js"
],
"args": ["--extensionDevelopmentPath=${workspaceFolder}/packages/vsce"],
"outFiles": ["${workspaceFolder}/packages/vsce/out/**/*.js"],
"preLaunchTask": "npm: watch",
"env": {
"EXTENSION_DEV_PATH": "${workspaceFolder}/packages/vsce"
}
}
]
}
}

0 comments on commit 16f7bfb

Please sign in to comment.