Skip to content

Commit

Permalink
revert launch config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbom committed Oct 26, 2023
1 parent 4bb051d commit bd1e190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
12 changes: 2 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,10 @@
"preLaunchTask": "npm: test-compile"
},
{
"name": "Webview UI (Edge)",
"name": "Webview UI",
"type": "msedge",
"request": "launch",
"url": "http://localhost:3002",
"webRoot": "${workspaceFolder}/webview-ui",
"preLaunchTask": "dev:webview"
},
{
"name": "Webview UI (Chrome)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3002",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/webview-ui",
"preLaunchTask": "dev:webview"
}
Expand Down
31 changes: 0 additions & 31 deletions resources/yaml/azure-tcpdump-flow.yml

This file was deleted.

2 changes: 1 addition & 1 deletion webview-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
checker({typescript: true})
],
server: {
port: 3002
port: 3000
},
build: {
rollupOptions: {
Expand Down

0 comments on commit bd1e190

Please sign in to comment.