mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Revert "vscode: Add task to watch build errors"
This reverts commit 893a563afb.
			
			
This commit is contained in:
		
							
								
								
									
										17
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,17 +0,0 @@ | |||||||
| { |  | ||||||
|     "version": "2.0.0", |  | ||||||
|     "tasks": [ |  | ||||||
|       { |  | ||||||
|         "type": "npm", |  | ||||||
|         "script": "errors", |  | ||||||
|         "problemMatcher": "$tsc-watch", |  | ||||||
|         "isBackground": true, |  | ||||||
|         "presentation": { |  | ||||||
|           "revealProblems": "never" |  | ||||||
|         }, |  | ||||||
|         "runOptions": { |  | ||||||
|           "runOn": "folderOpen" |  | ||||||
|         } |  | ||||||
|       } |  | ||||||
|     ] |  | ||||||
|   } |  | ||||||
| @@ -43,7 +43,6 @@ | |||||||
|     "prepare-dist": "rimraf ./dist && tsc && tsx ./bin/copy-dist.ts", |     "prepare-dist": "rimraf ./dist && tsc && tsx ./bin/copy-dist.ts", | ||||||
|     "watch-dist": "tsx ./bin/watch-dist.ts", |     "watch-dist": "tsx ./bin/watch-dist.ts", | ||||||
|     "update-build-info": "tsx bin/update-build-info.ts", |     "update-build-info": "tsx bin/update-build-info.ts", | ||||||
|     "errors": "tsc --watch --noEmit", |  | ||||||
|     "integration-edit-db": "cross-env TRILIUM_INTEGRATION_TEST=edit TRILIUM_PORT=8081 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", |     "integration-edit-db": "cross-env TRILIUM_INTEGRATION_TEST=edit TRILIUM_PORT=8081 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", | ||||||
|     "integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", |     "integration-mem-db": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", | ||||||
|     "integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", |     "integration-mem-db-dev": "cross-env TRILIUM_INTEGRATION_TEST=memory TRILIUM_PORT=8082 TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db nodemon src/main.ts", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user