Commit 4211e148 authored by Jan Reimes's avatar Jan Reimes
Browse files

♻️ refactor(workspace): update launch configurations for tdoc_crawler

- Removed unused debug configuration for TDoc Crawler
- Renamed arguments for crawl and query commands to improve clarity
parent 08b88fed
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -14,15 +14,6 @@
	"launch": {
		"version": "0.2.0",
		"configurations": [
			{
				"name": "Debug TDoc Crawler",
				"type": "debugpy",
				"request": "launch",
				"module": "tdoc_crawler",
				"console": "integratedTerminal",
				"justMyCode": false,
				"args": []
			},
			{
				"name": "Debug: crawl-meetings (max. 5)",
				"type": "debugpy",
@@ -134,7 +125,7 @@
				"console": "integratedTerminal",
				"justMyCode": false,
				"args": [
					"crawl",
					"crawl-tdocs",
					"--cache-dir",
					"./tests/test-cache",
					"--limit-tdocs",
@@ -149,7 +140,7 @@
				"console": "integratedTerminal",
				"justMyCode": false,
				"args": [
					"query",
					"query-tdocs",
					"S4-251364",
					"--cache-dir",
					"./tests/test-cache"