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