mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	 4e0f5dff95
			
		
	
	4e0f5dff95
	
	
	
		
			
			* Fix:[settings.json]: update pytest configuration in VSCode settings * chore[pckage.json]: Add pnmp as packagemanager * Chore[package.json]: revert --------- Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			280 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			280 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "python.testing.pytestArgs": [],
 | |
|     "python.testing.unittestEnabled": false,
 | |
|     "python.testing.pytestEnabled": true,
 | |
|     "files.watcherExclude": {
 | |
|         "**/.venv/**": true,
 | |
|         "**/pytest_cache/**": true
 | |
|     },
 | |
|     "python.testing.cwd": "${workspaceFolder}/src"
 | |
| }
 |