Skip to content

Commit

Permalink
Change extension arg to use --extensions-dir
Browse files Browse the repository at this point in the history
Fixes #46
  • Loading branch information
garethflowers committed Apr 28, 2018
1 parent 5ee8074 commit 37832a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Launch]
ProgramExecutable=VSCode\code.exe
ProgramExecutable64=VSCode64\code.exe
CommandLineArguments='--user-data-dir="%PAL:DataDir%\code" --extensionHomePath="%PAL:DataDir%\code\extensions"'
CommandLineArguments='--user-data-dir="%PAL:DataDir%\code" --extensions-dir="%PAL:DataDir%\code\extensions"'
DirectoryMoveOK=yes
DisableSplashScreen=true
SplashTime=0
Expand Down

0 comments on commit 37832a7

Please sign in to comment.