mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	move
https://github.com/cmderdev/cmder/pull/2113#issuecomment-506044156
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/bin/vscode_init.cmd
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/bin/vscode_init.cmd
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| @echo off | ||||
| IF [%1] == [] ( | ||||
|     REM -- manually opened console (Ctrl + Shift + `) -- | ||||
|     CALL "%~dp0..\init.bat" | ||||
| ) ELSE ( | ||||
|     REM -- task -- | ||||
|     CALL cmd %* | ||||
|     exit | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user