We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c0b9 commit 550ad82Copy full SHA for 550ad82
tools/open-in-editor/windows/install.cmd
@@ -6,3 +6,4 @@ if defined PROCESSOR_ARCHITEW6432 (set reg="%systemroot%\sysnative\reg.exe") els
6
%reg% ADD HKCR\editor /ve /d "URL:editor Protocol" /f
7
%reg% ADD HKCR\editor /v "URL Protocol" /d "" /f
8
%reg% ADD HKCR\editor\shell\open\command /ve /d "wscript \"%~dp0open-editor.js\" \"%%1\"" /f
9
+%reg% ADD HKLM\SOFTWARE\Policies\Google\Chrome\URLWhitelist /v "123" /d "editor://*" /f
0 commit comments