mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Merge pull request #3481 from contributor/feature/safeVsCodeLaunch
Safe Vs Code debug launch
This commit is contained in:
		
						commit
						bbbd2f7e82
					
				
							
								
								
									
										3
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@ -9,7 +9,8 @@
 | 
				
			|||||||
                "<node_internals>/**"
 | 
					                "<node_internals>/**"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "env": {
 | 
					            "env": {
 | 
				
			||||||
                "TRILIUM_ENV": "dev"
 | 
					                "TRILIUM_ENV": "dev",
 | 
				
			||||||
 | 
					                "TRILIUM_DATA_DIR": "./data"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "outputCapture": "std",
 | 
					            "outputCapture": "std",
 | 
				
			||||||
            "program": "${workspaceFolder}/src/www"
 | 
					            "program": "${workspaceFolder}/src/www"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user