10000 don't force "notebook" directory on VScode icon · winpython/winpython@312bfdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 312bfdf

Browse files
committed
don't force "notebook" directory on VScode icon
see #898
1 parent bca874a commit 312bfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ def _create_batch_scripts(self):
18541854
r"""@echo off
18551855
rem launcher for VScode
18561856
call "%~dp0env_for_icons.bat"
1857-
cd/D "%WINPYWORKDIR%"
1857+
rem cd/D "%WINPYWORKDIR%"
18581858
if exist "%WINPYDIR%\..\t\vscode\code.exe" (
18591859
"%WINPYDIR%\..\t\vscode\code.exe" %*
18601860
) else (

0 commit comments

Comments
 (0)
0