Skip to content

Commit

Permalink
install.cmd: workaround for Chrome 77
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 15, 2020
1 parent 01c9e9b commit af8c8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/open-in-editor/windows/install.cmd
Expand Up @@ -6,3 +6,4 @@ if defined PROCESSOR_ARCHITEW6432 (set reg="%systemroot%\sysnative\reg.exe") els
%reg% ADD HKCR\editor /ve /d "URL:editor Protocol" /f
%reg% ADD HKCR\editor /v "URL Protocol" /d "" /f
%reg% ADD HKCR\editor\shell\open\command /ve /d "wscript \"%~dp0open-editor.js\" \"%%1\"" /f
%reg% ADD HKLM\SOFTWARE\Policies\Google\Chrome\URLWhitelist /v "123" /d "editor://*" /f

0 comments on commit af8c8cd

Please sign in to comment.