Skip to content

Commit a1f7a4b

Browse files
committed
Merge branch 'master' of https://github.com/tomlm/CShell
2 parents e7e3d06 + 6c562f7 commit a1f7a4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ dotnet script register
175175

176176
After registering you can simple type **your.csx** to execute your cshell program.
177177

178+
> NOTE: dotnet script register will fail if visual studio code has been installed, as it registers
179+
> itself as an editor for .csx files in a way that causes the dotnet script register command to not work correctly.
180+
> To fix this execute:
181+
> ```cmd
182+
> reg delete HKCU\Software\classes\.csx /f
183+
> dotnet script register
184+
> ```
185+
178186
179187
## CHANGELOG
180188

0 commit comments

Comments
 (0)