mirror of
				https://github.com/9001/copyparty.git
				synced 2025-10-30 20:22:20 -06:00 
			
		
		
		
	not even the deprecationwarning that got silently generated burning 20~30% of all CPU-time without actually displaying it anywhere, nice python 3.12.0 is now only 5% slower than 3.11.6 also fixes some other, less-performance-fatal deprecations
		
			
				
	
	
		
			19 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.0.0",
 | |
|     "tasks": [
 | |
|         {
 | |
|             "label": "pre",
 | |
|             "command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
 | |
|             "type": "shell"
 | |
|         },
 | |
|         {
 | |
|             "label": "no_dbg",
 | |
|             "type": "shell",
 | |
|             "command": "${config:python.pythonPath}",
 | |
|             "args": [
 | |
|                 "-Wa", //-We
 | |
|                 ".vscode/launch.py"
 | |
|             ]
 | |
|         }
 | |
|     ]
 | |
| } |